mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
de0bb2ba54
This converts the following to Kconfig: CONFIG_AT91SAM9G10EK CONFIG_AT91SAM9261EK CONFIG_AT91SAM9G10 Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
26 lines
356 B
Text
26 lines
356 B
Text
if TARGET_AT91SAM9261EK
|
|
|
|
config SYS_BOARD
|
|
default "at91sam9261ek"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "at91sam9261ek"
|
|
|
|
choice
|
|
prompt "Evaluation board"
|
|
|
|
config AT91SAM9G10EK
|
|
bool "Atmel AT91SAM9G10 EK"
|
|
|
|
config AT91SAM9261EK
|
|
bool "Atmel AT91SAM9261 EK"
|
|
|
|
config AT91SAM9G10
|
|
bool "Atmel AT91SAM9G10 EK"
|
|
|
|
endchoice
|
|
|
|
endif
|