aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/lcdrw
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/lcdrw
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/lcdrw')
-rw-r--r--apps/examples/lcdrw/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/lcdrw/Kconfig b/apps/examples/lcdrw/Kconfig
index ae2bf3130..2308ddc60 100644
--- a/apps/examples/lcdrw/Kconfig
+++ b/apps/examples/lcdrw/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_LCDRW
+ bool "LCD read/write example"
+ default n
+ ---help---
+ Enable the LCD read/write example
+
+if EXAMPLES_LCDRW
+endif