From 9f1053975086309bb9cec3c1aed1bdffff193a3e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 10 Nov 2013 14:08:45 -0600 Subject: [PATCH] Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S --- drivers/audio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/audio/Kconfig b/drivers/audio/Kconfig index 1c70684ade..a29b14e548 100644 --- a/drivers/audio/Kconfig +++ b/drivers/audio/Kconfig @@ -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---