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 <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-09-03 10:26:04 +02:00 committed by Anas Nashif
commit fb6c412b8d

View file

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