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

endif