mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
2bf6aa05f5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
14 lines
281 B
Plaintext
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
|