summaryrefslogtreecommitdiff
path: root/board/asus/grouper/Kconfig
blob: 82529908607c7685663648079c8e38cd1e5e47fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if TARGET_GROUPER

config SYS_BOARD
	default "grouper"

config SYS_VENDOR
	default "asus"

config TEGRA_BOARD_STRING
	string "Default Tegra board name"
	default "ASUS Google Nexus 7 (2012)"

endif