Skip to content

Commit e7be378

Browse files
ulfalizercarlescufi
authored andcommitted
Bluetooth: kconfig: Put 'menuconfig BT' in top-level menu
The 'Bluetooth' menu contains just 'config BT' and its indented children. Remove one menu level by removing the 'Bluetooth' menu and turning BT into a 'menuconfig' symbol. Also change the prompt from "Bluetooth support" to just "Bluetooth", to make it consistent with e.g. "Logging". Signed-off-by: Ulf Magnusson <[email protected]>
1 parent dbc2406 commit e7be378

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

subsys/bluetooth/Kconfig

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
# Copyright (c) 2016 Intel Corporation
44
#
55
# SPDX-License-Identifier: Apache-2.0
6-
#
7-
8-
menu "Bluetooth"
96

10-
config BT
11-
bool "Bluetooth support"
7+
menuconfig BT
8+
bool "Bluetooth"
129
select NET_BUF
1310
help
1411
This option enables Bluetooth support.
@@ -148,5 +145,3 @@ source "subsys/bluetooth/shell/Kconfig"
148145
endif # BT_HCI
149146

150147
endif # BT
151-
152-
endmenu

0 commit comments

Comments
 (0)