subsys/bluetooth: Correct BT_HCI_VS_EXT_DETECT default
native_sim should be treated as native_posix. Let's fix it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
ad0fc3b5b1
commit
f5f5937657
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ config BT_HCI_VS_FATAL_ERROR
|
||||||
config BT_HCI_VS_EXT_DETECT
|
config BT_HCI_VS_EXT_DETECT
|
||||||
bool "Use heuristics to guess HCI vendor extensions support in advance"
|
bool "Use heuristics to guess HCI vendor extensions support in advance"
|
||||||
depends on BT_HCI_VS && !BT_CTLR
|
depends on BT_HCI_VS && !BT_CTLR
|
||||||
default y if BOARD_QEMU_X86 || BOARD_QEMU_CORTEX_M3 || BOARD_NATIVE_POSIX
|
default y if BOARD_QEMU_X86 || BOARD_QEMU_CORTEX_M3 || BOARD_NATIVE_POSIX || BOARD_NATIVE_SIM
|
||||||
help
|
help
|
||||||
Use some heuristics to try to guess in advance whether the controller
|
Use some heuristics to try to guess in advance whether the controller
|
||||||
supports the HCI vendor extensions in advance, in order to prevent
|
supports the HCI vendor extensions in advance, in order to prevent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue