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

endif