summaryrefslogtreecommitdiffstats
path: root/board/altera/socfpga/Kconfig
blob: d0d90128bc9c52abe7665abfff87bc8ed9678bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_SOCFPGA_CYCLONE5

config SYS_CPU
	string
	default "armv7"

config SYS_BOARD
	string
	default "socfpga"

config SYS_VENDOR
	string
	default "altera"

config SYS_SOC
	string
	default "socfpga"

config SYS_CONFIG_NAME
	string
	default "socfpga_cyclone5"

endif
OpenPOWER on IntegriCloud