From fb6c412b8d30745f5c778e677606b14c0a35ee1b Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 3 Sep 2015 10:26:04 +0200 Subject: [PATCH] Bluetooth: Move Kconfig Bluetooth settings to submenu This makes menu cleaner and easier to follow what options are Bluetooth specific. It is now similar to IP configuration. Change-Id: Ic2f6002ab30093bed62e71fe268a576d69a9cd0d Signed-off-by: Szymon Janc --- net/bluetooth/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 38fe74ad441..25da5dd5adb 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -30,7 +30,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -config BLUETOOTH +menuconfig BLUETOOTH bool prompt "Bluetooth LE support [EXPERIMENTAL]" default n @@ -38,6 +38,7 @@ config BLUETOOTH help This option enables Bluetooth Low Energy support. +if BLUETOOTH config BLUETOOTH_MAX_CONN int prompt "Maximum number of simultaneous connections" @@ -147,3 +148,4 @@ config BLUETOOTH_DEBUG_GATT help This option enables debug support for the Bluetooth Generic Attribute Profile (GATT). +endif