2012-04-06 12:58:25 -03:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 13:45:52 -03:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 12:58:25 -03:00
|
|
|
#
|
2012-04-23 16:55:32 -03:00
|
|
|
|
|
|
|
if ARCH_BOARD_TWR_K60N512
|
|
|
|
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
|