mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +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
@@ -208,7 +208,7 @@ config RAMLOG_SYSLOG
|
||||
|
||||
config SYSLOG_RPMSG
|
||||
bool "Log to RPMSG"
|
||||
depends on OPENAMP
|
||||
depends on RPTUN
|
||||
depends on SCHED_WORKQUEUE
|
||||
default n
|
||||
---help---
|
||||
@@ -292,7 +292,7 @@ endif # SYSLOG_RPMSG
|
||||
config SYSLOG_RPMSG_SERVER
|
||||
bool "Enable RPMSG server for SYSLOG"
|
||||
default n
|
||||
depends on OPENAMP
|
||||
depends on RPTUN
|
||||
---help---
|
||||
Use rpmsg to receive message from remote proc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user