summaryrefslogtreecommitdiff
path: root/board/pegatron/chagall/Kconfig
blob: 8c229d0e333729428203e9a7cabb6fe546470ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if TARGET_CHAGALL

config SYS_BOARD
	default "chagall"

config SYS_VENDOR
	default "pegatron"

config TEGRA_BOARD_STRING
	string "Default Tegra board name"
	default "Pegatron Chagall"

endif