From 09adf63b2a9d364123bff73902472a974dc1b0b2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 10 Nov 2013 14:08:45 -0600 Subject: Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S --- apps/examples/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/Kconfig') 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" -- cgit v1.2.3