bluetooth: Add missing choice names in Kconfig

This commit adds missing choice names in Bluetooth
subsystem Kconfig files.

Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
This commit is contained in:
Kamil Gawor 2021-09-03 14:00:17 +02:00 committed by Carles Cufí
parent c95ee1744f
commit 3f09f94bd2
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -271,7 +271,7 @@ config BT_DEBUG
config BT_MONITOR
bool
choice
choice BT_DEBUG_TYPE
prompt "Bluetooth debug type"
default BT_DEBUG_NONE

View file

@ -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