]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/atmel/at91sam9260ek/Kconfig
kconfig: arm: introduce symbol for ARM CPUs
[people/ms/u-boot.git] / board / atmel / at91sam9260ek / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_AT91SAM9260EK
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "at91sam9260ek"
5
6config SYS_VENDOR
dd84058d
MY
7 default "atmel"
8
9config SYS_SOC
dd84058d
MY
10 default "at91"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "at91sam9260ek"
14
15endif