summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga/Kconfig
blob: e46c3489959c57ed39f701fd4db7201fc8fdb3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if ARCH_SOCFPGA

choice
	prompt "Altera SOCFPGA board select"
	optional

config TARGET_SOCFPGA_ARRIA5
	bool "Altera SOCFPGA Arria V"

config TARGET_SOCFPGA_CYCLONE5
	bool "Altera SOCFPGA Cyclone V"

endchoice

config SYS_BOARD
	default "socfpga"

config SYS_VENDOR
	default "altera"

config SYS_SOC
	default "socfpga"

config SYS_CONFIG_NAME
	default "socfpga_arria5" if TARGET_SOCFPGA_ARRIA5
	default "socfpga_cyclone5" if TARGET_SOCFPGA_CYCLONE5

endif
OpenPOWER on IntegriCloud