summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
commit367c0f77ee3e82d47676931a8eea0c96de6f57a7 (patch)
tree556fbacce4a8b42af0333ed57296ecf1a62b8e1d /nuttx/Kconfig
parent6128e1302e09f9d598a4bc90964db586e4ce2533 (diff)
downloadpx4-nuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.tar.gz
px4-nuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.tar.bz2
px4-nuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.zip
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 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 520f09ebf..86e8849bc 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -286,6 +286,13 @@ config DEBUG_GRAPHICS
---help---
Enable NX graphics debug output (disabled by default)
+config DEBUG_LCD
+ bool "Enable low-leve LCD debug output"
+ default n
+ depends on LCD
+ ---help---
+ Enable low level debug output from the LCD driver (disabled by default)
+
config DEBUG_I2C
bool "Enable I2C debug output"
default n