incubator-nuttx/boards/arm/at32/at32f437-mini/Kconfig

14 lines
244 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_AT32F437_MINI
config HAVE_LEDS
bool "Have user leds"
default y
select ARCH_HAVE_LEDS
endif