drivers/bluetooth/userchan: Fix dependency
The driver can run in either native_posix or native_sim. Let's make sure to set the dependencies acordingly. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
858a687052
commit
ad0fc3b5b1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ config BT_SILABS_HCI
|
|||
|
||||
config BT_USERCHAN
|
||||
bool "HCI User Channel based driver"
|
||||
depends on BOARD_NATIVE_POSIX
|
||||
depends on (BOARD_NATIVE_POSIX || BOARD_NATIVE_SIM)
|
||||
default y
|
||||
depends on DT_HAS_ZEPHYR_BT_HCI_USERCHAN_ENABLED
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue