summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/Kconfig
blob: 87dc03a9d01c2f5aeff5f5588e246316160ccaae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_BOARD_LM3S8962EK
config ARCH_LEDS
	bool "NuttX LED support"
	default n
	---help---
		"Support control of board LEDs by NuttX to indicate system state"

endif