summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6432-s2e/Kconfig
blob: 102f4a5f6ef87cd9f5b4a521acdaa34e29c52ac0 (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_LM3S6432S2E
config ARCH_LEDS
	bool "NuttX LED support"
	default n
	---help---
		"Support control of board LEDs by NuttX to indicate system state"

endif