summaryrefslogtreecommitdiffstats
path: root/board/avionic-design/plutux/Kconfig
blob: a697a54477044374a79a742309709d9f83bd0bba (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_PLUTUX

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

config SYS_BOARD
	string
	default "plutux"

config SYS_VENDOR
	string
	default "avionic-design"

config SYS_SOC
	string
	default "tegra20"

config SYS_CONFIG_NAME
	string
	default "plutux"

endif
OpenPOWER on IntegriCloud