summaryrefslogtreecommitdiffstats
path: root/board/freescale/s32v234evb/Kconfig
blob: e71dfc4ab228f66cc50443659bb8e388930325a9 (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_S32V234EVB

config SYS_CPU
	string
	default "armv8"

config SYS_BOARD
	string
	default "s32v234evb"

config SYS_VENDOR
	string
	default "freescale"

config SYS_SOC
	string
	default "s32v234"

config SYS_CONFIG_NAME
	string
	default "s32v234evb"

endif
OpenPOWER on IntegriCloud