]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/tegra124/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / tegra124 / Kconfig
1 if TEGRA124
2
3 choice
4         prompt "Tegra124 board select"
5
6 config TARGET_JETSON_TK1
7         bool "NVIDIA Tegra124 Jetson TK1 board"
8
9 config 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
18 config TARGET_VENICE2
19         bool "NVIDIA Tegra124 Venice2"
20
21 endchoice
22
23 config SYS_SOC
24         default "tegra124"
25
26 source "board/nvidia/jetson-tk1/Kconfig"
27 source "board/nvidia/nyan-big/Kconfig"
28 source "board/nvidia/venice2/Kconfig"
29
30 endif