summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-16 09:54:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-16 09:54:32 -0600
commit140c51cb231e695e08fca861a37ceeeed8b260d7 (patch)
tree1cf88ecd29a6c1b079619b5d6572f7183e7d88c7 /nuttx/Kconfig
parent08be24e16d857b79c0e3ac7e3f6beb6c114d0662 (diff)
downloadpx4-nuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.tar.gz
px4-nuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.tar.bz2
px4-nuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.zip
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
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 42d110acb..8bfce7a38 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -630,6 +630,15 @@ config DEBUG_SDIO
Support for this debug option is architecture-specific and may not
be available for some MCUs.
+config DEBUG_SENSORS
+ bool "Sensor Debug Output"
+ default n
+ depends on SENSORS
+ ---help---
+ Enable sensor 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_SPI
bool "SPI Debug Output"
default n