summaryrefslogtreecommitdiffstats
path: root/apps/examples/nxffs/Kconfig
blob: 074ace872ec45030128c82489ff6327a5096805c (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_NXFFS
	bool "NXFFS file system example"
	default n
	---help---
		Enable the NXFFS file system example

if EXAMPLES_NXFFS
endif