summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-19 14:32:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-19 14:32:08 -0600
commit9638964ba3fb95c3f29d455f9c4af07d39606ee1 (patch)
tree528cbc0a55ed87022313cb8dc665ae8b8d71afd7 /apps/examples/Kconfig
parent404602bbdd7f3480d184830e7dca107575598089 (diff)
downloadnuttx-9638964ba3fb95c3f29d455f9c4af07d39606ee1.tar.gz
nuttx-9638964ba3fb95c3f29d455f9c4af07d39606ee1.tar.bz2
nuttx-9638964ba3fb95c3f29d455f9c4af07d39606ee1.zip
example: add ltdc test example
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 73d5890c6..9acffdfd8 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -26,6 +26,7 @@ source "$APPSDIR/examples/keypadtest/Kconfig"
source "$APPSDIR/examples/igmp/Kconfig"
source "$APPSDIR/examples/i2schar/Kconfig"
source "$APPSDIR/examples/lcdrw/Kconfig"
+source "$APPSDIR/examples/ltdc/Kconfig"
source "$APPSDIR/examples/mm/Kconfig"
source "$APPSDIR/examples/modbus/Kconfig"
source "$APPSDIR/examples/mount/Kconfig"