mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
210a4b46bd
This converts the following to Kconfig: CONFIG_AT91_LED Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
169 B
Text
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
|