summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/highbank/Kconfig
blob: 9527928f6a80192cfd4d7c1856f7598c8471ddf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if ARCH_HIGHBANK

config SYS_CPU
	string
	default "armv7"

config SYS_BOARD
	string
	default "highbank"

config SYS_SOC
	string
	default "highbank"

config SYS_CONFIG_NAME
	string
	default "highbank"

endif
OpenPOWER on IntegriCloud