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:
parent
3bb2df0d24
commit
fb6c412b8d
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
config BLUETOOTH
|
menuconfig BLUETOOTH
|
||||||
bool
|
bool
|
||||||
prompt "Bluetooth LE support [EXPERIMENTAL]"
|
prompt "Bluetooth LE support [EXPERIMENTAL]"
|
||||||
default n
|
default n
|
||||||
|
@ -38,6 +38,7 @@ config BLUETOOTH
|
||||||
help
|
help
|
||||||
This option enables Bluetooth Low Energy support.
|
This option enables Bluetooth Low Energy support.
|
||||||
|
|
||||||
|
if BLUETOOTH
|
||||||
config BLUETOOTH_MAX_CONN
|
config BLUETOOTH_MAX_CONN
|
||||||
int
|
int
|
||||||
prompt "Maximum number of simultaneous connections"
|
prompt "Maximum number of simultaneous connections"
|
||||||
|
@ -147,3 +148,4 @@ config BLUETOOTH_DEBUG_GATT
|
||||||
help
|
help
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Generic Attribute Profile (GATT).
|
Generic Attribute Profile (GATT).
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue