summaryrefslogtreecommitdiff
path: root/apps/examples/mount/Kconfig
blob: b38c4763c48c4b47b52a57798d55af4c9f824fd6 (plain) (blame)
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_MOUNT
	bool "File system mount example"
	default n
	---help---
		Enable the file system mount example

if EXAMPLES_MOUNT
endif