mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user