summaryrefslogblamecommitdiff
path: root/nuttx/configs/olimex-lpc2378/Kconfig
blob: 962ea29de56aaf56c02831223b8a3345681fbc73 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                                                             
                                      
 









                                                                                 
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
#

if ARCH_BOARD_OLIMEXLPC2378
config ARCH_LEDS
	bool "NuttX LED support"
	default n
	---help---
		"Support control of board LEDs by NuttX to indicate system state"

endif