shell: kconfig: Put 'menuconfig SHELL' in top-level menu

The 'Shell Options' menu contains just the 'menuconfig SHELL' menu in
the menuconfig interface.

Remove the 'Shell Options' menu and put 'menuconfig SHELL' directly in
the top-level menu instead. Also change the prompt from "Enable shell"
to just "Shell", to make it consistent with "Logging".

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-04-09 14:14:58 +02:00 committed by Anas Nashif
commit 247337a0d1

View file

@ -8,10 +8,8 @@
# SPDX-License-Identifier: Apache-2.0
#
menu "Shell Options"
menuconfig SHELL
bool "Enable shell"
bool "Shell"
imply LOG_RUNTIME_FILTERING
select POLL
@ -149,5 +147,4 @@ config SHELL_LOG_BACKEND
source "subsys/shell/modules/Kconfig"
endif #SHELL
endmenu
endif # SHELL