diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index 57bbd37b92f..4b651130f8c 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -19,7 +19,7 @@ module = BT module-str = bt source "subsys/logging/Kconfig.template.log_config" -choice +choice BT_STACK_SELECTION prompt "Bluetooth Stack Selection" default BT_HCI help diff --git a/subsys/bluetooth/common/Kconfig b/subsys/bluetooth/common/Kconfig index 5ed56afcd94..d9d22f67a65 100644 --- a/subsys/bluetooth/common/Kconfig +++ b/subsys/bluetooth/common/Kconfig @@ -271,7 +271,7 @@ config BT_DEBUG config BT_MONITOR bool -choice +choice BT_DEBUG_TYPE prompt "Bluetooth debug type" default BT_DEBUG_NONE diff --git a/subsys/bluetooth/services/Kconfig.hrs b/subsys/bluetooth/services/Kconfig.hrs index 763761e6ccd..6ba2143f636 100644 --- a/subsys/bluetooth/services/Kconfig.hrs +++ b/subsys/bluetooth/services/Kconfig.hrs @@ -8,7 +8,7 @@ menuconfig BT_HRS if BT_HRS -choice +choice BT_HRS_DEFAULT_PERM prompt "Default permissions used for HRS characteristics" default BT_HRS_DEFAULT_PERM_RW help