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