u-boot/board/atmel/at91sam9261ek/Kconfig
Tom Rini de0bb2ba54 Convert CONFIG_AT91SAM9G10EK et al to Kconfig
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>
2022-03-18 12:48:17 -04:00

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