From 3f4631aeb96c86512559da867975a8b647292b03 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 6 Jun 2016 13:07:06 +0300 Subject: [PATCH] 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 --- net/bluetooth/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 349f70dfb1a..db1ce8f2bbd 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -25,9 +25,10 @@ menuconfig BLUETOOTH help This option enables Bluetooth support. +if BLUETOOTH + choice prompt "Bluetooth Stack Selection" - depends on BLUETOOTH default BLUETOOTH_STACK_HCI help Select the Bluetooth stack to compile. @@ -44,8 +45,6 @@ config BLUETOOTH_STACK_NBLE endchoice -if BLUETOOTH - comment "HCI Stack Configurations" depends on BLUETOOTH_STACK_HCI