From 43fa44cd2a9d808b3588911147715c7fe7fdd248 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Fri, 8 Oct 2021 11:26:59 +0800 Subject: [PATCH] arch/sim/bluetooth: remove depends if native host stack Change-Id: Icc4f5e88ac43e0ea14bd0b4ea4b86cb50f773b61 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 420f3f41708..31628863af2 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -542,7 +542,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