summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_t30/Kconfig
blob: fcf5e8ef9708c44423f1fdf4aa358b5030e0b8f5 (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_COLIBRI_T30

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

config SYS_BOARD
	string
	default "colibri_t30"

config SYS_VENDOR
	string
	default "toradex"

config SYS_SOC
	string
	default "tegra30"

config SYS_CONFIG_NAME
	string
	default "colibri_t30"

endif