diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 186f89aeef1..9556e8c9cc9 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -180,14 +180,14 @@ config BT_SILABS_SIWX91X config BT_USERCHAN bool - depends on (BOARD_NATIVE_POSIX || BOARD_NATIVE_SIM) + depends on BOARD_NATIVE_SIM default y depends on DT_HAS_ZEPHYR_BT_HCI_USERCHAN_ENABLED select NATIVE_USE_NSI_ERRNO help This driver provides access to the local Linux host's Bluetooth 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 be able to use it.