Bluetooth: userchan: Remove support for native_posix and clarify msg
native_posix has been removed, so let's remove its support from kconfig for this driver. Also let's replace its mention in the help message. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
14a4f50642
commit
1bfbd9262e
1 changed files with 2 additions and 2 deletions
|
@ -180,14 +180,14 @@ config BT_SILABS_SIWX91X
|
||||||
|
|
||||||
config BT_USERCHAN
|
config BT_USERCHAN
|
||||||
bool
|
bool
|
||||||
depends on (BOARD_NATIVE_POSIX || BOARD_NATIVE_SIM)
|
depends on BOARD_NATIVE_SIM
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_ZEPHYR_BT_HCI_USERCHAN_ENABLED
|
depends on DT_HAS_ZEPHYR_BT_HCI_USERCHAN_ENABLED
|
||||||
select NATIVE_USE_NSI_ERRNO
|
select NATIVE_USE_NSI_ERRNO
|
||||||
help
|
help
|
||||||
This driver provides access to the local Linux host's Bluetooth
|
This driver provides access to the local Linux host's Bluetooth
|
||||||
adapter using a User Channel HCI socket to the Linux kernel. It
|
adapter using a User Channel HCI socket to the Linux kernel. It
|
||||||
is only intended to be used with the native POSIX build of Zephyr.
|
is only intended to be used with the native_sim[//64] build of Zephyr.
|
||||||
The Bluetooth adapter must be powered off in order for Zephyr to
|
The Bluetooth adapter must be powered off in order for Zephyr to
|
||||||
be able to use it.
|
be able to use it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue