summaryrefslogblamecommitdiff
path: root/nuttx/configs/c5471evm/Kconfig
blob: 025ba5e0e5cd1426555da32a504e33374afdf3da (plain) (tree)
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_C5471EVM
config ARCH_LEDS
	bool "NuttX LED support"
	default n
	---help---
		"Support control of board LEDs by NuttX to indicate system state"

endif