summaryrefslogtreecommitdiffstats
path: root/apps/examples/nsh/Kconfig
blob: 289c7e515ed50721528660d0e8771be9f146afc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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
	---help---
		Enable the NuttShell (NSH) example

if EXAMPLES_NSH
endif