ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
[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_APALIS_TK1
8         bool "Toradex Apalis TK1 module"
9         select ARCH_SUPPORT_PSCI
10         select CPU_V7_HAS_NONSEC
11         select CPU_V7_HAS_VIRT
12
13 config TARGET_JETSON_TK1
14         bool "NVIDIA Tegra124 Jetson TK1 board"
15         select ARCH_SUPPORT_PSCI
16         select BOARD_LATE_INIT
17         select CPU_V7_HAS_NONSEC
18         select CPU_V7_HAS_VIRT
19
20 config TARGET_CEI_TK1_SOM
21         bool "Colorado Engineering Inc Tegra124 TK1-som board"
22         select BOARD_LATE_INIT
23         select CPU_V7_HAS_NONSEC if !SPL_BUILD
24         select CPU_V7_HAS_VIRT if !SPL_BUILD
25         help
26           The Colorado Engineering Tegra TK1-SOM is a very compact
27           (51mmx58mm) board that is functionally almost the same as
28           the Jetson TK1.  The main differences are in which balls on
29           the SoC are assigned to which functions, and the PCIEe
30           configuration.
31
32 config TARGET_NYAN_BIG
33         bool "Google/NVIDIA Nyan-big Chromebook"
34         select BOARD_LATE_INIT
35         help
36           Nyan Big is a Tegra124 clamshell board that is very similar
37           to venice2, but it has a different panel, the sdcard CD and WP
38           sense are flipped, and it has a different revision of the AS3722
39           PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN
40           (13.3-inch HD, NVIDIA Tegra K1, 2GB).
41
42 config TARGET_VENICE2
43         bool "NVIDIA Tegra124 Venice2"
44         select BOARD_LATE_INIT
45
46 endchoice
47
48 config SYS_SOC
49         default "tegra124"
50
51 source "board/cei/cei-tk1-som/Kconfig"
52 source "board/nvidia/jetson-tk1/Kconfig"
53 source "board/nvidia/nyan-big/Kconfig"
54 source "board/nvidia/venice2/Kconfig"
55 source "board/toradex/apalis-tk1/Kconfig"
56
57 endif