zephyr/samples/subsys/shell/shell_module/Kconfig
Krzysztof Chruscinski 49bf4300bc samples: subsys: shell: Add foreground command example
Exteneded shell sample with example how to use shell_fprintf from
any context with 'foreground' command.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-28 10:42:06 -05:00

23 lines
405 B
Plaintext

# Kconfig - Config options for logger sample app
#
# Copyright (c) 2018 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "Logger 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"