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

endif