summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
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