console: kconfig: Put 'menuconfig CONSOLE_SUBSYS' in top-level menu
The 'Console' menu contains just 'config CONSOLE_SUBSYS' and its indented children. Remove one menu level by removing the 'Console' menu and turning CONSOLE_SUBSYS into a 'menuconfig' symbol. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
424224afb7
commit
48edfc2203
1 changed files with 2 additions and 4 deletions
|
@ -4,14 +4,13 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Console"
|
menuconfig CONSOLE_SUBSYS
|
||||||
|
|
||||||
config CONSOLE_SUBSYS
|
|
||||||
bool "Console subsystem/support routines [EXPERIMENTAL]"
|
bool "Console subsystem/support routines [EXPERIMENTAL]"
|
||||||
help
|
help
|
||||||
Console subsystem and helper functions
|
Console subsystem and helper functions
|
||||||
|
|
||||||
if CONSOLE_SUBSYS
|
if CONSOLE_SUBSYS
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Console 'get' function selection"
|
prompt "Console 'get' function selection"
|
||||||
optional
|
optional
|
||||||
|
@ -50,4 +49,3 @@ config CONSOLE_PUTCHAR_BUFSIZE
|
||||||
endif # CONSOLE_GETCHAR
|
endif # CONSOLE_GETCHAR
|
||||||
|
|
||||||
endif # CONSOLE_SUBSYS
|
endif # CONSOLE_SUBSYS
|
||||||
endmenu
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue