summaryrefslogtreecommitdiffstats
path: root/apps/examples/nsh/Kconfig
blob: 309aa925ebbb06a8ae36e8cd5280677d1bca32e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_NSH
	bool "NuttShell (NSH) example"
	default n
	select NSH_LIBRARY
	select SYSTEM_READLINE
	---help---
		Enable the NuttShell (NSH) example

if EXAMPLES_NSH
endif