From 1bfbd9262e9f23381db3deaa2d6e8e02dba71387 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 4 Mar 2025 14:04:54 +0100 Subject: [PATCH] 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 --- drivers/bluetooth/hci/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.