]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/altera/socfpga/Kconfig
f8595781d9bd151e2463a76f85050704f8064aa8
[people/ms/u-boot.git] / board / altera / socfpga / Kconfig
1 if TARGET_SOCFPGA_CYCLONE5
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "socfpga"
8
9 config SYS_VENDOR
10 default "altera"
11
12 config SYS_SOC
13 default "socfpga"
14
15 config SYS_CONFIG_NAME
16 default "socfpga_cyclone5"
17
18 endif