aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/romfs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 02:14:09 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 02:14:09 +0000
commit211fe84e0b93d2a47a94d9959f6b45337fe6d18d (patch)
tree48a5333a3f4fbd80a64a1a0deba0d84d65e52fed /apps/examples/romfs
parent9e918288f2a64be5779282456de3c3aa158ea568 (diff)
downloadpx4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.tar.gz
px4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.tar.bz2
px4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.zip
update Kconfig files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4598 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/romfs')
-rw-r--r--apps/examples/romfs/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/romfs/Kconfig b/apps/examples/romfs/Kconfig
index ae2bf3130..5a8c824a3 100644
--- a/apps/examples/romfs/Kconfig
+++ b/apps/examples/romfs/Kconfig
@@ -2,3 +2,12 @@
# 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