mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
sim/hci: add depends on config for SIM_HCISOCKET to fix compile break
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ endmenu
|
|||||||
config SIM_HCISOCKET
|
config SIM_HCISOCKET
|
||||||
bool "Attach Host Bluetooth"
|
bool "Attach Host Bluetooth"
|
||||||
default false
|
default false
|
||||||
depends on HOST_LINUX
|
depends on HOST_LINUX && (UART_BTH4 || WIRELESS_BLUETOOTH)
|
||||||
---help---
|
---help---
|
||||||
Attached the local bluetooth device to the simulation
|
Attached the local bluetooth device to the simulation
|
||||||
target via HCI_CHANNEL_USER. This gives NuttX full
|
target via HCI_CHANNEL_USER. This gives NuttX full
|
||||||
|
|||||||
Reference in New Issue
Block a user