summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 14:08:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 14:08:45 -0600
commit09adf63b2a9d364123bff73902472a974dc1b0b2 (patch)
tree4e246ca2a0ed312359613b5c002bd924562afa1f /apps/examples/Kconfig
parent9336004836dc64aa433b8ec963113604b26ee784 (diff)
downloadnuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.tar.gz
nuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.tar.bz2
nuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.zip
Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S
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 c7ad1b998..3d3f4edc7 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -19,6 +19,7 @@ source "$APPSDIR/examples/json/Kconfig"
source "$APPSDIR/examples/hidkbd/Kconfig"
source "$APPSDIR/examples/keypadtest/Kconfig"
source "$APPSDIR/examples/igmp/Kconfig"
+source "$APPSDIR/examples/i2schar/Kconfig"
source "$APPSDIR/examples/lcdrw/Kconfig"
source "$APPSDIR/examples/mm/Kconfig"
source "$APPSDIR/examples/modbus/Kconfig"