From bd7cb1aae5e2416f6858b47f4dbfe7ae470e072b Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Fri, 8 Oct 2021 11:26:59 +0800 Subject: [PATCH] sim/bluetooth: remove the WIRELESS_BLUETOOTH depends if native host is in use Signed-off-by: chao.an --- arch/sim/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 6ff5f2e7002..5cc6a33e12d 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -525,7 +525,7 @@ config SIM_QSPIFLASH_PAGESIZE config SIM_HCISOCKET bool "Attach Host Bluetooth" default false - depends on (WIRELESS_BLUETOOTH && HOST_LINUX) + depends on HOST_LINUX ---help--- Attached the local bluetooth device to the simulation target via HCI_CHANNEL_USER. This gives NuttX full