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:
parent
51df312abc
commit
dbdc8a24b0
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
menuconfig BLUETOOTH
|
menu "Bluetooth"
|
||||||
|
|
||||||
|
config BLUETOOTH
|
||||||
bool "Bluetooth support"
|
bool "Bluetooth support"
|
||||||
select NET_BUF
|
select NET_BUF
|
||||||
help
|
help
|
||||||
|
@ -99,3 +101,5 @@ source "subsys/bluetooth/controller/Kconfig"
|
||||||
endif # BLUETOOTH_HCI
|
endif # BLUETOOTH_HCI
|
||||||
|
|
||||||
endif # BLUETOOTH
|
endif # BLUETOOTH
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue