summaryrefslogtreecommitdiff
path: root/apps/examples/romfs/Kconfig
blob: 5a8c824a35cb07d82b2a1d5219525fe25a84c1a4 (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_ROMFS
	bool "ROMFS example"
	default n
	---help---
		Enable the ROMFS example

if EXAMPLES_ROMFS
endif