Bluetooth: kconfig: Use menu instead of menuconfig

To be consistent with other subsystem menu, use menu for
Bluetooth support in Kconfig instead of menuconfig which
showed up as checkbox.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2017-05-13 05:46:59 +02:00 committed by Johan Hedberg
commit dbdc8a24b0

View file

@ -5,7 +5,9 @@
# SPDX-License-Identifier: Apache-2.0
#
menuconfig BLUETOOTH
menu "Bluetooth"
config BLUETOOTH
bool "Bluetooth support"
select NET_BUF
help
@ -99,3 +101,5 @@ source "subsys/bluetooth/controller/Kconfig"
endif # BLUETOOTH_HCI
endif # BLUETOOTH
endmenu