summaryrefslogblamecommitdiff
path: root/nuttx/configs/kwikstik-k40/Kconfig
blob: 3342a978bc974ffe7e7e7952bf49b68b454dff10 (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_KWIKSTIK_K40
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