]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/eukrea/cpu9260/Kconfig
53ae917c767d5fc3c47b5a333b2a55e0e0cbaf94
[people/ms/u-boot.git] / board / eukrea / cpu9260 / Kconfig
1 if TARGET_CPU9260
2
3 config SYS_CPU
4 default "arm926ejs"
5
6 config SYS_BOARD
7 default "cpu9260"
8
9 config SYS_VENDOR
10 default "eukrea"
11
12 config SYS_SOC
13 default "at91"
14
15 config SYS_CONFIG_NAME
16 default "cpu9260"
17
18 endif