summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/pic32mx7mmb/Kconfig
blob: 41c5a789687dffa01ed2771581778d8504ca3d8f (plain)
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_PIC32_PIC32MX7MMB
config ARCH_LEDS
	bool "NuttX LED support"
	default n
	---help---
		"Support control of board LEDs by NuttX to indicate system state"

endif