xref: /openbmc/u-boot/arch/arm/mach-tegra/tegra124/Kconfig (revision 58008cbab55688a986e40b644b9142f072285819)
109f455dcSMasahiro Yamadaif TEGRA124
209f455dcSMasahiro Yamada
309f455dcSMasahiro Yamadachoice
409f455dcSMasahiro Yamada	prompt "Tegra124 board select"
5a26cd049SJoe Hershberger	optional
609f455dcSMasahiro Yamada
7f38f5f4bSMarcel Ziswilerconfig TARGET_APALIS_TK1
8f38f5f4bSMarcel Ziswiler	bool "Toradex Apalis TK1 module"
9*58008cbaSMichal Simek	select ARCH_SUPPORT_PSCI
10f38f5f4bSMarcel Ziswiler	select CPU_V7_HAS_NONSEC
11f38f5f4bSMarcel Ziswiler	select CPU_V7_HAS_VIRT
12f38f5f4bSMarcel Ziswiler
1309f455dcSMasahiro Yamadaconfig TARGET_JETSON_TK1
1409f455dcSMasahiro Yamada	bool "NVIDIA Tegra124 Jetson TK1 board"
15*58008cbaSMichal Simek	select ARCH_SUPPORT_PSCI
16e5ec4815STom Rini	select BOARD_LATE_INIT
1755a65e61SMasahiro Yamada	select CPU_V7_HAS_NONSEC
1855a65e61SMasahiro Yamada	select CPU_V7_HAS_VIRT
1909f455dcSMasahiro Yamada
20b6152676SPeter Chubbconfig TARGET_CEI_TK1_SOM
21b6152676SPeter Chubb	bool "Colorado Engineering Inc Tegra124 TK1-som board"
22e5ec4815STom Rini	select BOARD_LATE_INIT
23b6152676SPeter Chubb	select CPU_V7_HAS_NONSEC if !SPL_BUILD
24b6152676SPeter Chubb	select CPU_V7_HAS_VIRT if !SPL_BUILD
25b6152676SPeter Chubb	help
26b6152676SPeter Chubb	  The Colorado Engineering Tegra TK1-SOM is a very compact
27b6152676SPeter Chubb	  (51mmx58mm) board that is functionally almost the same as
28b6152676SPeter Chubb	  the Jetson TK1.  The main differences are in which balls on
29b6152676SPeter Chubb	  the SoC are assigned to which functions, and the PCIEe
30b6152676SPeter Chubb	  configuration.
31b6152676SPeter Chubb
3209f455dcSMasahiro Yamadaconfig TARGET_NYAN_BIG
33f3746621SSimon Glass	bool "Google/NVIDIA Nyan-big Chromebook"
34e5ec4815STom Rini	select BOARD_LATE_INIT
3509f455dcSMasahiro Yamada	help
3609f455dcSMasahiro Yamada	  Nyan Big is a Tegra124 clamshell board that is very similar
3709f455dcSMasahiro Yamada	  to venice2, but it has a different panel, the sdcard CD and WP
3809f455dcSMasahiro Yamada	  sense are flipped, and it has a different revision of the AS3722
3909f455dcSMasahiro Yamada	  PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN
4009f455dcSMasahiro Yamada	  (13.3-inch HD, NVIDIA Tegra K1, 2GB).
4109f455dcSMasahiro Yamada
4209f455dcSMasahiro Yamadaconfig TARGET_VENICE2
4309f455dcSMasahiro Yamada	bool "NVIDIA Tegra124 Venice2"
44e5ec4815STom Rini	select BOARD_LATE_INIT
4509f455dcSMasahiro Yamada
4609f455dcSMasahiro Yamadaendchoice
4709f455dcSMasahiro Yamada
4809f455dcSMasahiro Yamadaconfig SYS_SOC
4909f455dcSMasahiro Yamada	default "tegra124"
5009f455dcSMasahiro Yamada
51b6152676SPeter Chubbsource "board/cei/cei-tk1-som/Kconfig"
5209f455dcSMasahiro Yamadasource "board/nvidia/jetson-tk1/Kconfig"
5309f455dcSMasahiro Yamadasource "board/nvidia/nyan-big/Kconfig"
5409f455dcSMasahiro Yamadasource "board/nvidia/venice2/Kconfig"
55f38f5f4bSMarcel Ziswilersource "board/toradex/apalis-tk1/Kconfig"
5609f455dcSMasahiro Yamada
5709f455dcSMasahiro Yamadaendif
58