summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 15:16:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 15:16:46 +0000
commitb5a5ba0335a35555f062f7604377339552454886 (patch)
tree97daaa72bad5356f8e5662eab0b3531459d41045 /nuttx/Kconfig
parent3ac081bae886b327cb7b818975edb3d66bd6b945 (diff)
downloadpx4-nuttx-b5a5ba0335a35555f062f7604377339552454886.tar.gz
px4-nuttx-b5a5ba0335a35555f062f7604377339552454886.tar.bz2
px4-nuttx-b5a5ba0335a35555f062f7604377339552454886.zip
Fix NuTiny-SDK-NUC120 LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 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 af743b9db..dc77e9612 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -381,6 +381,13 @@ config DEBUG_LCD
---help---
Enable low level debug SYSLOG output from the LCD driver (disabled by default)
+config DEBUG_LEDS
+ bool "Enable Low-level LED Debug Output"
+ default n
+ depends on ARCH_HAVE_LEDS
+ ---help---
+ Enable low level debug from board-specific LED logic
+
config DEBUG_INPUT
bool "Enable Input Device Debug Output"
default n