u-boot/board/siemens/corvus/Kconfig
Tom Rini 210a4b46bd Convert CONFIG_AT91_LED to Kconfig
This converts the following to Kconfig:
   CONFIG_AT91_LED

Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2022-03-25 12:01:15 +00:00

15 lines
169 B
Text

if TARGET_CORVUS
config AT91_LED
def_bool y
config SYS_BOARD
default "corvus"
config SYS_VENDOR
default "siemens"
config SYS_CONFIG_NAME
default "corvus"
endif