mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
openamp: Change the dependence from OPENAMP to RPTUN
since all rpmsg driver need the extension api exposed by rptun driver Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
8bf0750090
commit
9785d6606c
+1
-1
@@ -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 OPENAMP
|
depends on RPTUN
|
||||||
---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.
|
||||||
|
|||||||
@@ -16,6 +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
|
||||||
default n
|
default n
|
||||||
select IOEXPANDER_INT_ENABLE
|
select IOEXPANDER_INT_ENABLE
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,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 NET && OPENAMP
|
depends on RPTUN
|
||||||
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.
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ config REGULATOR
|
|||||||
|
|
||||||
config REGULATOR_RPMSG
|
config REGULATOR_RPMSG
|
||||||
bool "Regulator rpmsg driver support"
|
bool "Regulator rpmsg driver support"
|
||||||
depends on OPENAMP
|
depends on RPTUN
|
||||||
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
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ config MCU_SERIAL
|
|||||||
config RPMSG_UART
|
config RPMSG_UART
|
||||||
bool "UART rpmsg support"
|
bool "UART rpmsg support"
|
||||||
default n
|
default n
|
||||||
depends on OPENAMP
|
depends on RPTUN
|
||||||
select ARCH_HAVE_SERIAL_TERMIOS
|
select ARCH_HAVE_SERIAL_TERMIOS
|
||||||
select SERIAL_RXDMA
|
select SERIAL_RXDMA
|
||||||
select SERIAL_TXDMA
|
select SERIAL_TXDMA
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ config RAMLOG_SYSLOG
|
|||||||
|
|
||||||
config SYSLOG_RPMSG
|
config SYSLOG_RPMSG
|
||||||
bool "Log to RPMSG"
|
bool "Log to RPMSG"
|
||||||
depends on OPENAMP
|
depends on RPTUN
|
||||||
depends on SCHED_WORKQUEUE
|
depends on SCHED_WORKQUEUE
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
@@ -292,7 +292,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 OPENAMP
|
depends on RPTUN
|
||||||
---help---
|
---help---
|
||||||
Use rpmsg to receive message from remote proc.
|
Use rpmsg to receive message from remote proc.
|
||||||
|
|
||||||
|
|||||||
@@ -312,12 +312,12 @@ endif # RTC_RX8010SJ
|
|||||||
config RTC_RPMSG
|
config RTC_RPMSG
|
||||||
bool "Rpmsg RTC Driver"
|
bool "Rpmsg RTC Driver"
|
||||||
default n
|
default n
|
||||||
depends on OPENAMP
|
depends on RPTUN
|
||||||
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 OPENAMP
|
depends on RPTUN
|
||||||
|
|
||||||
config RTC_RPMSG_SERVER_NAME
|
config RTC_RPMSG_SERVER_NAME
|
||||||
string "The name of RTC Rpmsg Server"
|
string "The name of RTC Rpmsg Server"
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
config FS_RPMSGFS
|
config FS_RPMSGFS
|
||||||
bool "RPMSG File System"
|
bool "RPMSG File System"
|
||||||
default n
|
default n
|
||||||
depends on OPENAMP
|
depends on RPTUN
|
||||||
---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.
|
||||||
|
|||||||
@@ -8,6 +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
|
||||||
select MM_CIRCBUF
|
select MM_CIRCBUF
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
Reference in New Issue
Block a user