xref: /rk3399_rockchip-uboot/board/atmel/at91sam9260ek/Kconfig (revision fb00601ed6b8e9eca9d85c606de08cbd76b9d05f)
1if TARGET_AT91SAM9260EK
2
3config SYS_CPU
4	default "arm926ejs"
5
6config SYS_BOARD
7	default "at91sam9260ek"
8
9config SYS_VENDOR
10	default "atmel"
11
12config SYS_SOC
13	default "at91"
14
15config SYS_CONFIG_NAME
16	default "at91sam9260ek"
17
18endif
19