2012-04-06 23:58:25 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-07 00:45:52 +08:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 23:58:25 +08:00
|
|
|
#
|
2012-04-24 03:55:32 +08:00
|
|
|
|
|
|
|
if ARCH_BOARD_TEENSY
|
|
|
|
config ARCH_LEDS
|
|
|
|
bool "NuttX LED support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
"Support control of board LEDs by NuttX to indicate system state"
|
|
|
|
|
|
|
|
endif
|