Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S

This commit is contained in:
Gregory Nutt 2013-11-10 14:08:45 -06:00
parent 4ad7f73f54
commit 9f10539750
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
config AUDIO_I2SCHAR
bool "I2S character driver (for testing only)
bool "I2S character driver (for testing only)"
default n
depends on I2S
---help---