mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 23:52:58 +00:00
arch/sim/bluetooth: remove depends if native host stack
Change-Id: Icc4f5e88ac43e0ea14bd0b4ea4b86cb50f773b61 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
1f37c8c3b4
commit
43fa44cd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue