mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
bluetooth rpmsg depends on RPTUN
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
8f7be6ce27
commit
c2863f90f6
@@ -77,12 +77,12 @@ config BLUETOOTH_NULL
|
||||
|
||||
config BLUETOOTH_RPMSG_SERVER
|
||||
bool "RPMSG Bluetooth HCI server support"
|
||||
depends on EXPERIMENTAL
|
||||
depends on EXPERIMENTAL && RPTUN
|
||||
default n
|
||||
|
||||
config BLUETOOTH_RPMSG
|
||||
bool "RPMSG Bluetooth HCI client support"
|
||||
depends on EXPERIMENTAL
|
||||
depends on EXPERIMENTAL && RPTUN
|
||||
default n
|
||||
|
||||
endif # DRIVERS_BLUETOOTH
|
||||
|
||||
Reference in New Issue
Block a user