summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-07 12:26:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-07 12:26:53 -0600
commit4b10c9b35c3f713d8db45008a9b3c0d31f222522 (patch)
tree310d31b78264103f0ec80fe51b678366c7dfbf32 /nuttx/Kconfig
parentf5591617ad42e44dbf28d636c0b6d0d5db7000ce (diff)
downloadnuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.tar.gz
nuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.tar.bz2
nuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.zip
SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driver
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 7ea297a4e..3b588dd96 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -481,6 +481,15 @@ config DEBUG_SPI
Support for this debug option is architecture-specific and may not
be available for some MCUs.
+config DEBUG_I2S
+ bool "I2S Debug Output"
+ default n
+ depends on I2S
+ ---help---
+ Enable I2S driver debug SYSLOG output (disabled by default).
+ Support for this debug option is architecture-specific and may not
+ be available for some MCUs.
+
config DEBUG_CAN
bool "CAN Debug Output"
default n