summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 14:53:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 14:53:41 +0000
commitb95bfcced4a2ff3f119220f1b5ef988105881faf (patch)
tree6e43e92ae61401589fc0dfd394f17e4dcff001ac /nuttx/Kconfig
parent613f281fc9e425b18eca5c9db333a62068a3cacc (diff)
downloadnuttx-b95bfcced4a2ff3f119220f1b5ef988105881faf.tar.gz
nuttx-b95bfcced4a2ff3f119220f1b5ef988105881faf.tar.bz2
nuttx-b95bfcced4a2ff3f119220f1b5ef988105881faf.zip
Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatah
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index dc77e9612..01653aa81 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -417,6 +417,13 @@ config DEBUG_SPI
---help---
Enable I2C driver debug SYSLOG output (disabled by default)
+config DEBUG_CAN
+ bool "Enable CAN Debug Output"
+ default n
+ depends on CAN
+ ---help---
+ Enable CAN driver debug SYSLOG output (disabled by default)
+
config DEBUG_DMA
bool "Enable DMA Debug Output"
default n