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:
Johan Hedberg 2016-06-06 13:07:06 +03:00
commit 3f4631aeb9

View file

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