Bluetooth: Kconfig: Reorder Bluetooth options behind single switch
This way we split all Bluetooth options behind a single switch. Change-Id: Ia7a4b22842be4c0bf94bb73a6b39fd9f606db406 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
6d93cbb627
commit
3f4631aeb9
1 changed files with 2 additions and 3 deletions
|
@ -25,9 +25,10 @@ menuconfig BLUETOOTH
|
||||||
help
|
help
|
||||||
This option enables Bluetooth support.
|
This option enables Bluetooth support.
|
||||||
|
|
||||||
|
if BLUETOOTH
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Bluetooth Stack Selection"
|
prompt "Bluetooth Stack Selection"
|
||||||
depends on BLUETOOTH
|
|
||||||
default BLUETOOTH_STACK_HCI
|
default BLUETOOTH_STACK_HCI
|
||||||
help
|
help
|
||||||
Select the Bluetooth stack to compile.
|
Select the Bluetooth stack to compile.
|
||||||
|
@ -44,8 +45,6 @@ config BLUETOOTH_STACK_NBLE
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if BLUETOOTH
|
|
||||||
|
|
||||||
comment "HCI Stack Configurations"
|
comment "HCI Stack Configurations"
|
||||||
depends on BLUETOOTH_STACK_HCI
|
depends on BLUETOOTH_STACK_HCI
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue