Kconfig: Standardize board LED and button configurations

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-08 03:31:46 +00:00
parent d2ef49c64e
commit 3eae5ef842
26 changed files with 114 additions and 751 deletions
-12
View File
@@ -4,16 +4,4 @@
#
if ARCH_BOARD_SKP16C26
config ARCH_LEDS
bool "NuttX LED support"
default n
---help---
"Support control of board LEDs by NuttX to indicate system state"
config ARCH_BUTTONS
bool "Button support"
default n
---help---
"Support interfaces to use buttons provided by the board."
endif