blob: 88f627c9326cd432d3948bd06d4404e2fe34c670 [file] [log] [blame]
Masahiro Yamadaddd960e2014-08-31 07:10:56 +09001if TEGRA124
2
3choice
4 prompt "Tegra124 board select"
5
6config TARGET_JETSON_TK1
7 bool "NVIDIA Tegra124 Jetson TK1 board"
8
Allen Martina6c7b462014-12-04 06:36:30 -07009config TARGET_NYAN_BIG
10 bool "Google/NVIDIA Nyan-big Chrombook"
11 help
12 Nyan Big is a Tegra124 clamshell board that is very similar
13 to venice2, but it has a different panel, the sdcard CD and WP
14 sense are flipped, and it has a different revision of the AS3722
15 PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN
16 (13.3-inch HD, NVIDIA Tegra K1, 2GB).
17
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090018config TARGET_VENICE2
19 bool "NVIDIA Tegra124 Venice2"
20
21endchoice
22
23config SYS_SOC
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090024 default "tegra124"
25
26source "board/nvidia/jetson-tk1/Kconfig"
Allen Martina6c7b462014-12-04 06:36:30 -070027source "board/nvidia/nyan-big/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +090028source "board/nvidia/venice2/Kconfig"
29
30endif