rpmsg: make all the rpmsg services deponds on RPMSG

After decoupled the rpmsg and rptun, all the rpmsg service should
depends on the RPMSG.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
Bowen Wang 2024-02-04 14:30:39 +08:00 committed by Xiang Xiao
parent 39a0e6fa74
commit 169f47beec
14 changed files with 21 additions and 21 deletions

View file

@ -10,7 +10,7 @@ if CLK
config CLK_RPMSG config CLK_RPMSG
bool "RPMSG clk driver" bool "RPMSG clk driver"
default n default n
depends on RPTUN depends on RPMSG
---help--- ---help---
RPMSG clk are proxy/master pairs clock that operate clks between client and RPMSG clk are proxy/master pairs clock that operate clks between client and
server processor. server processor.

View file

@ -47,7 +47,7 @@ config INPUT_UINPUT
config UINPUT_RPMSG config UINPUT_RPMSG
bool "Enable uinput RPMSG" bool "Enable uinput RPMSG"
depends on INPUT_UINPUT depends on INPUT_UINPUT
depends on RPTUN depends on RPMSG
default n default n
---help--- ---help---
Enable support uinput cross core communication Enable support uinput cross core communication

View file

@ -16,7 +16,7 @@ if IOEXPANDER
config IOEXPANDER_RPMSG config IOEXPANDER_RPMSG
bool "IO expander RPMSG server and client" bool "IO expander RPMSG server and client"
depends on RPTUN depends on RPMSG
default n default n
select IOEXPANDER_INT_ENABLE select IOEXPANDER_INT_ENABLE
---help--- ---help---

View file

@ -25,12 +25,12 @@ config DEV_ASCII
config DEV_RPMSG config DEV_RPMSG
bool "RPMSG Device Client Support" bool "RPMSG Device Client Support"
default n default n
depends on RPTUN depends on RPMSG
config DEV_RPMSG_SERVER config DEV_RPMSG_SERVER
bool "RPMSG Device Server Support" bool "RPMSG Device Server Support"
default n default n
depends on RPTUN depends on RPMSG
choice choice
prompt "Select OP-TEE dev implementation" prompt "Select OP-TEE dev implementation"
@ -74,12 +74,12 @@ config DRVR_MKRD
config BLK_RPMSG config BLK_RPMSG
bool "RPMSG Block Client Support" bool "RPMSG Block Client Support"
default n default n
depends on RPTUN depends on RPMSG
config BLK_RPMSG_SERVER config BLK_RPMSG_SERVER
bool "RPMSG Block Server Support" bool "RPMSG Block Server Support"
default n default n
depends on RPTUN depends on RPMSG
# ARCH needs to support memory access while CPU is running to be able to use # ARCH needs to support memory access while CPU is running to be able to use
# the LWL CONSOLE # the LWL CONSOLE

View file

@ -276,12 +276,12 @@ endif # MTD_NAND
config RPMSGMTD config RPMSGMTD
bool "MTD RPMSG Client Enable" bool "MTD RPMSG Client Enable"
default n default n
depends on RPTUN depends on RPMSG
config RPMSGMTD_SERVER config RPMSGMTD_SERVER
bool "MTD RPMSG Server Enable" bool "MTD RPMSG Server Enable"
default n default n
depends on RPTUN depends on RPMSG
config RAMMTD config RAMMTD
bool "RAM-based MTD driver" bool "RAM-based MTD driver"

View file

@ -56,7 +56,7 @@ comment "General Ethernet MAC Driver Options"
config NET_RPMSG_DRV config NET_RPMSG_DRV
bool "RPMSG net driver" bool "RPMSG net driver"
depends on RPTUN depends on RPMSG
select ARCH_HAVE_NETDEV_STATISTICS select ARCH_HAVE_NETDEV_STATISTICS
---help--- ---help---
Use the RPMSG as net device, transfer packet between remoteproc. Use the RPMSG as net device, transfer packet between remoteproc.

View file

@ -68,7 +68,7 @@ config REGULATOR_GPIO
config REGULATOR_RPMSG config REGULATOR_RPMSG
bool "Regulator RPMSG driver support" bool "Regulator RPMSG driver support"
depends on RPTUN depends on RPMSG
default n default n
---help--- ---help---
The RPMSG regulator driver implements the common regulator APIs, inside which The RPMSG regulator driver implements the common regulator APIs, inside which

View file

@ -20,7 +20,7 @@ config USENSOR
config SENSORS_RPMSG config SENSORS_RPMSG
bool "Sensor RPMSG Support" bool "Sensor RPMSG Support"
default n default n
depends on RPTUN depends on RPMSG
---help--- ---help---
Allow application to read or control remote sensor device by RPMSG. Allow application to read or control remote sensor device by RPMSG.

View file

@ -86,7 +86,7 @@ config MCU_SERIAL
config RPMSG_UART config RPMSG_UART
bool "UART RPMSG support" bool "UART RPMSG support"
default n default n
depends on RPTUN depends on RPMSG
select ARCH_HAVE_SERIAL_TERMIOS select ARCH_HAVE_SERIAL_TERMIOS
select SERIAL_RXDMA select SERIAL_RXDMA
select SERIAL_TXDMA select SERIAL_TXDMA

View file

@ -213,7 +213,7 @@ config RAMLOG_SYSLOG
config SYSLOG_RPMSG config SYSLOG_RPMSG
bool "Log to RPMSG" bool "Log to RPMSG"
depends on RPTUN depends on RPMSG
depends on SCHED_WORKQUEUE depends on SCHED_WORKQUEUE
default n default n
---help--- ---help---
@ -280,7 +280,7 @@ endif # SYSLOG_RPMSG
config SYSLOG_RPMSG_SERVER config SYSLOG_RPMSG_SERVER
bool "Enable RPMSG server for SYSLOG" bool "Enable RPMSG server for SYSLOG"
default n default n
depends on RPTUN depends on RPMSG
---help--- ---help---
Use RPMSG to receive message from remote proc. Use RPMSG to receive message from remote proc.

View file

@ -367,12 +367,12 @@ endif # RTC_RX8010SJ
config RTC_RPMSG config RTC_RPMSG
bool "RPMSG RTC Driver" bool "RPMSG RTC Driver"
default n default n
depends on RPTUN depends on RPMSG
select ARCH_HAVE_RTC_SUBSECONDS select ARCH_HAVE_RTC_SUBSECONDS
config RTC_RPMSG_SERVER config RTC_RPMSG_SERVER
bool "The RTC RPMSG Role" bool "The RTC RPMSG Role"
depends on RPTUN depends on RPMSG
config RTC_RPMSG_SERVER_NAME config RTC_RPMSG_SERVER_NAME
string "The name of RTC RPMSG Server" string "The name of RTC RPMSG Server"

View file

@ -39,7 +39,7 @@ endif # NET_USRSOCK
config NET_USRSOCK_RPMSG_SERVER config NET_USRSOCK_RPMSG_SERVER
bool "RPMSG usrsock" bool "RPMSG usrsock"
default n default n
depends on NET && RPTUN depends on NET && RPMSG
---help--- ---help---
Enable usrsock through RPMSG channel. Enable usrsock through RPMSG channel.

View file

@ -6,7 +6,7 @@
config FS_RPMSGFS config FS_RPMSGFS
bool "RPMSG File System" bool "RPMSG File System"
default n default n
depends on RPTUN depends on RPMSG
---help--- ---help---
Use RPMSG file system to mount remote directories to local. Use RPMSG file system to mount remote directories to local.
This the method for user to use remote file like own core. This the method for user to use remote file like own core.
@ -14,6 +14,6 @@ config FS_RPMSGFS
config FS_RPMSGFS_SERVER config FS_RPMSGFS_SERVER
bool "RPMSG File Server" bool "RPMSG File Server"
default n default n
depends on RPTUN depends on RPMSG
---help--- ---help---
Initialize RPMSG file system server automatically. Initialize RPMSG file system server automatically.

View file

@ -8,7 +8,7 @@ menu "RPMSG Socket Support"
config NET_RPMSG config NET_RPMSG
bool "RPMSG domain (remote) sockets" bool "RPMSG domain (remote) sockets"
depends on RPTUN depends on RPMSG
default n default n
---help--- ---help---
Enable or disable RPMSG (aka remote) sockets. Enable or disable RPMSG (aka remote) sockets.