zephyr/samples/subsys/shell/shell_module/Kconfig
Fabio Baltieri dd24c61a4a samples: fix shell_module Kconfig menu name
Shell sample has the wrong mainmenu name, rename it one that makes
sense.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2022-07-20 09:41:32 -05:00

21 lines
396 B
Plaintext

# Config options for logger sample app
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
mainmenu "Shell module sample application"
menu "Application configuration"
config SHELL_FOREGROUND_CMDS
bool "Shell foreground commands example"
default y
config SHELL_DYNAMIC_CMDS
bool "Shell dynamic commands example"
default y
endmenu
source "Kconfig.zephyr"