summaryrefslogtreecommitdiffstats
path: root/board/compal/paz00/Kconfig
blob: 4f0f09fd7e840f136b3b474b2e6fcdb5675be42f (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
if TARGET_PAZ00

config SYS_CPU
	string
	default "arm720t" if SPL_BUILD
	default "armv7" if !SPL_BUILD

config SYS_BOARD
	string
	default "paz00"

config SYS_VENDOR
	string
	default "compal"

config SYS_SOC
	string
	default "tegra20"

config SYS_CONFIG_NAME
	string
	default "paz00"

endif
OpenPOWER on IntegriCloud