summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 19:41:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 19:41:54 +0000
commitc747e2953e1d1c6db1e159ecc5554773d83557ed (patch)
tree79974698ecda117d5294c221d9c8790934b564f5 /nuttx/Kconfig
parentb55eb97656c92bbb5f7bce796de5084cbbc890c7 (diff)
downloadnuttx-c747e2953e1d1c6db1e159ecc5554773d83557ed.tar.gz
nuttx-c747e2953e1d1c6db1e159ecc5554773d83557ed.tar.bz2
nuttx-c747e2953e1d1c6db1e159ecc5554773d83557ed.zip
Shenzhou board has an SSD1289 LCD, not ILI93xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5194 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig45
1 files changed, 29 insertions, 16 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 86e8849bc..7ac512607 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -216,7 +216,7 @@ endmenu
menu "Debug Options"
config DEBUG
- bool "Enable debug features"
+ bool "Enable Debug Features"
default n
---help---
Enables built-in debug features. Selecting this option will (1) Enable
@@ -227,94 +227,107 @@ config DEBUG
if DEBUG
config DEBUG_VERBOSE
- bool "Enable debug verbose output"
+ bool "Enable Debug Verbose Output"
default n
---help---
Enables verbose debug output (assuming debug output is enabled)
config DEBUG_ENABLE
- bool "Enable debug controls"
+ bool "Enable Debug Controls"
default n
---help---
Support an interface to dynamically enable or disable debug output.
config DEBUG_SCHED
- bool "Enable scheduler debug output"
+ bool "Enable Scheduler Debug Output"
default n
---help---
Enable OS debug output (disabled by default)
config DEBUG_MM
- bool "Enable memory manager debug output"
+ bool "Enable Memory Manager Debug Output"
default n
---help---
Enable memory management debug output (disabled by default)
config DEBUG_NET
- bool "Enable network debug output"
+ bool "Enable Network Debug Output"
default n
+ depends on NET
---help---
Enable network debug output (disabled by default)
config DEBUG_USB
- bool "Enable USB debug output"
+ bool "Enable USB Debug Output"
default n
+ depends on USBDEV || USBHOST
---help---
Enable usb debug output (disabled by default)
config DEBUG_FS
- bool "Enable file system debug output"
+ bool "Enable File System Debug Output"
default n
---help---
Enable file system debug output (disabled by default)
config DEBUG_LIB
- bool "Enable C library debug output"
+ bool "Enable C Library Debug Output"
default n
---help---
Enable C library debug output (disabled by default)
config DEBUG_BINFMT
- bool "Enable binary loader debug output"
+ bool "Enable Binary Loader Debug Output"
default n
---help---
Enable binary loader debug output (disabled by default)
config DEBUG_GRAPHICS
- bool "Enable graphics debug output"
+ bool "Enable Graphics Debug Output"
default n
---help---
Enable NX graphics debug output (disabled by default)
config DEBUG_LCD
- bool "Enable low-leve LCD debug output"
+ bool "Enable Low-level LCD Debug Output"
default n
depends on LCD
---help---
Enable low level debug output from the LCD driver (disabled by default)
+config DEBUG_INPUT
+ bool "Enable Input Device Debug Output"
+ default n
+ depends on INPUT
+ ---help---
+ Enable low level debug output from the input device drivers such as
+ mice and touchscreens (disabled by default)
+
config DEBUG_I2C
- bool "Enable I2C debug output"
+ bool "Enable I2C Debug Output"
default n
+ depends on I2C
---help---
Enable I2C driver debug output (disabled by default)
config DEBUG_SPI
- bool "Enable SPI debug output"
+ bool "Enable SPI Debug Output"
default n
+ depends on SPI
---help---
Enable I2C driver debug output (disabled by default)
config DEBUG_WATCHDOG
- bool "Enable watchdog timer debug output"
+ bool "Enable Watchdog Timer Debug Output"
default n
+ depends on WATCHDOG
---help---
Enable watchdog timer debug output (disabled by default)
endif
config DEBUG_SYMBOLS
- bool "Enable debug symbols"
+ bool "Enable Debug Symbols"
default n
---help---
Build without optimization and with debug symbols (needed