Merge git://git.denx.de/u-boot-usb
[platform/kernel/u-boot.git] / arch / arm / mach-tegra / tegra124 / Kconfig
1 if TEGRA124
2
3 choice
4         prompt "Tegra124 board select"
5         optional
6
7 config TARGET_JETSON_TK1
8         bool "NVIDIA Tegra124 Jetson TK1 board"
9         select CPU_V7_HAS_NONSEC if !SPL_BUILD
10         select CPU_V7_HAS_VIRT if !SPL_BUILD
11
12 config TARGET_NYAN_BIG
13         bool "Google/NVIDIA Nyan-big Chromebook"
14         help
15           Nyan Big is a Tegra124 clamshell board that is very similar
16           to venice2, but it has a different panel, the sdcard CD and WP
17           sense are flipped, and it has a different revision of the AS3722
18           PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN
19           (13.3-inch HD, NVIDIA Tegra K1, 2GB).
20
21 config TARGET_VENICE2
22         bool "NVIDIA Tegra124 Venice2"
23
24 endchoice
25
26 config SYS_SOC
27         default "tegra124"
28
29 source "board/nvidia/jetson-tk1/Kconfig"
30 source "board/nvidia/nyan-big/Kconfig"
31 source "board/nvidia/venice2/Kconfig"
32
33 endif