u-boot/board/atmel/at91sam9263ek/Kconfig

16 lines
226 B
Text
Raw Normal View History

if TARGET_AT91SAM9263EK
config SYS_BOARD
default "at91sam9263ek"
config SYS_VENDOR
default "atmel"
config SYS_CONFIG_NAME
default "at91sam9263ek"
config SYS_USE_NORFLASH
bool "Use the NOR flash on the platform"
endif