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:
parent
c95ee1744f
commit
3f09f94bd2
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ config BT_DEBUG
|
|||
config BT_MONITOR
|
||||
bool
|
||||
|
||||
choice
|
||||
choice BT_DEBUG_TYPE
|
||||
prompt "Bluetooth debug type"
|
||||
default BT_DEBUG_NONE
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue