summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 15:37:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 15:37:33 -0600
commit98bb52c4a4b7a48ac508adfb6206368166cc356b (patch)
tree369f81930ca776b5687645a23028e847eabfc482 /apps/examples/Kconfig
parent2f0145ead8e883b8544f5d776e5ef6cc2917cf8d (diff)
downloadnuttx-98bb52c4a4b7a48ac508adfb6206368166cc356b.tar.gz
nuttx-98bb52c4a4b7a48ac508adfb6206368166cc356b.tar.bz2
nuttx-98bb52c4a4b7a48ac508adfb6206368166cc356b.zip
apps/examples/djoystick: Add a test of the discreate joystick driver
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 81dd38e79..238cc3a63 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -13,6 +13,7 @@ source "$APPSDIR/examples/configdata/Kconfig"
source "$APPSDIR/examples/cpuhog/Kconfig"
source "$APPSDIR/examples/cxxtest/Kconfig"
source "$APPSDIR/examples/dhcpd/Kconfig"
+source "$APPSDIR/examples/djoystick/Kconfig"
source "$APPSDIR/examples/elf/Kconfig"
source "$APPSDIR/examples/ftpc/Kconfig"
source "$APPSDIR/examples/ftpd/Kconfig"