]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra124/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / 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
10         select CPU_V7_HAS_VIRT
11         select ARCH_SUPPORT_PSCI
12
13 config TARGET_CEI_TK1_SOM
14         bool "Colorado Engineering Inc Tegra124 TK1-som board"
15         select CPU_V7_HAS_NONSEC if !SPL_BUILD
16         select CPU_V7_HAS_VIRT if !SPL_BUILD
17         help
18           The Colorado Engineering Tegra TK1-SOM is a very compact
19           (51mmx58mm) board that is functionally almost the same as
20           the Jetson TK1.  The main differences are in which balls on
21           the SoC are assigned to which functions, and the PCIEe
22           configuration.
23
24 config TARGET_NYAN_BIG
25         bool "Google/NVIDIA Nyan-big Chromebook"
26         help
27           Nyan Big is a Tegra124 clamshell board that is very similar
28           to venice2, but it has a different panel, the sdcard CD and WP
29           sense are flipped, and it has a different revision of the AS3722
30           PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN
31           (13.3-inch HD, NVIDIA Tegra K1, 2GB).
32
33 config TARGET_VENICE2
34         bool "NVIDIA Tegra124 Venice2"
35
36 endchoice
37
38 config SYS_SOC
39         default "tegra124"
40
41 source "board/cei/cei-tk1-som/Kconfig"
42 source "board/nvidia/jetson-tk1/Kconfig"
43 source "board/nvidia/nyan-big/Kconfig"
44 source "board/nvidia/venice2/Kconfig"
45
46 endif