blob: 4b599179b5a3e298749cf689cb7ee1bbd6d7bf2e [file] [log] [blame]
# Kconfig - Shell configuration options
#
# Copyright (c) 2014-2015 Wind River Systems, Inc.
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
config CONSOLE_SHELL
bool
prompt "Enable console input handler [ Experimental ]"
default n
select CONSOLE_HANDLER
help
Shell implementation based on CONSOLE_HANDLER.
if CONSOLE_SHELL
config CONSOLE_SHELL_STACKSIZE
int
prompt "Console handler shell stack size"
default 2000
depends on CONSOLE_SHELL
help
Stack size for the console handler shell.
source "subsys/shell/modules/Kconfig"
endif