mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
This converts the following to Kconfig: CONFIG_AT91_LED Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
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
|