bluetooth rpmsg depends on RPTUN

This commit is contained in:
raiden00pl 2023-10-27 13:32:19 +02:00 committed by Alan Carvalho de Assis
parent 8f7be6ce27
commit c2863f90f6

View File

@ -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