blob: 2e4edf323fce42dbac1b4448086ab281877c5ce3 [file] [log] [blame]
# 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"