summaryrefslogtreecommitdiffstats
path: root/board/avionic-design/medcom-wide/Kconfig
blob: 2472fe2a4ef01c049765c99f2624693d89cbe641 (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_MEDCOM_WIDE

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

config SYS_BOARD
	string
	default "medcom-wide"

config SYS_VENDOR
	string
	default "avionic-design"

config SYS_SOC
	string
	default "tegra20"

config SYS_CONFIG_NAME
	string
	default "medcom-wide"

endif
OpenPOWER on IntegriCloud