summaryrefslogblamecommitdiff
path: root/nuttx/configs/stm3240g-eval/Kconfig
blob: a451e1b73be0a19c05a72afe1e099dab62d30e83 (plain) (tree)
1
2
3
4

                                                             
                                      
 














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

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

config ARCH_BUTTONS
	bool "Button support"
	default n
	---help---
		"Support interfaces to use buttons provided by the board."

endif