rpmsg/Kconfig: move RPMSG_PORT outside RPMSG and select RPMSG direclty
All the RPMSG transport should direcly select the RPMSG like RPMSG_VIRTIO does. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
parent
f7939a8081
commit
d27a9c516f
@ -21,9 +21,12 @@ config RPMSG_PING
|
||||
This is for debugging & profiling, create ping rpmsg
|
||||
channel, user can use it to get send/recv speed & latency.
|
||||
|
||||
endif # RPMSG
|
||||
|
||||
config RPMSG_PORT
|
||||
bool
|
||||
default n
|
||||
select RPMSG
|
||||
---help---
|
||||
Rpmsg port transport layer used for cross chip communication.
|
||||
|
||||
@ -55,8 +58,6 @@ config RPMSG_PORT_SPI_RX_THRESHOLD
|
||||
|
||||
endif # RPMSG_PORT_SPI
|
||||
|
||||
endif # RPMSG
|
||||
|
||||
config RPMSG_VIRTIO
|
||||
bool "rpmsg virtio transport support"
|
||||
default n
|
||||
|
Loading…
Reference in New Issue
Block a user