nuttx/configs/nutiny-nuc120/Kconfig
patacongo 457df52cd3 Converted the EKK-LM3S9B96 configurations to use kconfig-frontend tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
2013-02-22 21:24:11 +00:00

14 lines
281 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_NUTINY_NUC120
config ARCH_LEDS
bool "NuttX LED support"
default n
---help---
"Support control of the on-board LED by NuttX to indicate system state"
endif