Kconfig (9544595262f32f0e6dd6e0170e31ca8582c9cbb0) Kconfig (a262e87ff354f12447bb6268bd63edf7ba1c20e0)
1if ARCH_TEGRA
2
3# 32-bit ARM SoCs
4if ARM
5
6config ARCH_TEGRA_2x_SOC
7 bool "Enable support for Tegra20 family"
8 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP

--- 43 unchanged lines hidden (view full) ---

52endif
53
54# 64-bit ARM SoCs
55if ARM64
56
57config ARCH_TEGRA_132_SOC
58 bool "NVIDIA Tegra132 SoC"
59 select PINCTRL_TEGRA124
1if ARCH_TEGRA
2
3# 32-bit ARM SoCs
4if ARM
5
6config ARCH_TEGRA_2x_SOC
7 bool "Enable support for Tegra20 family"
8 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP

--- 43 unchanged lines hidden (view full) ---

52endif
53
54# 64-bit ARM SoCs
55if ARM64
56
57config ARCH_TEGRA_132_SOC
58 bool "NVIDIA Tegra132 SoC"
59 select PINCTRL_TEGRA124
60 select USB_ULPI if USB_PHY
61 select USB_ULPI_VIEWPORT if USB_PHY
62 help
63 Enable support for NVIDIA Tegra132 SoC, based on the Denver
64 ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
65 but contains an NVIDIA Denver CPU complex in place of
66 Tegra124's "4+1" Cortex-A15 CPU complex.
67
68config ARCH_TEGRA_210_SOC
69 bool "NVIDIA Tegra210 SoC"
70 select PINCTRL_TEGRA210
60 help
61 Enable support for NVIDIA Tegra132 SoC, based on the Denver
62 ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
63 but contains an NVIDIA Denver CPU complex in place of
64 Tegra124's "4+1" Cortex-A15 CPU complex.
65
66config ARCH_TEGRA_210_SOC
67 bool "NVIDIA Tegra210 SoC"
68 select PINCTRL_TEGRA210
71 select USB_ULPI if USB_PHY
72 select USB_ULPI_VIEWPORT if USB_PHY
73 help
74 Enable support for the NVIDIA Tegra210 SoC. Also known as Tegra X1,
75 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
76 cores in a switched configuration. It features a GPU of the Maxwell
77 architecture with support for DX11, SM4, OpenGL 4.5, OpenGL ES 3.1
78 and providing 256 CUDA cores. It supports hardware-accelerated en-
79 and decoding of various video standards including H.265, H.264 and
80 VP8 at 4K resolution and up to 60 fps.
81
82 Besides the multimedia features it also comes with a variety of I/O
83 controllers, such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to
84 name only a few.
85
86endif
87endif
69 help
70 Enable support for the NVIDIA Tegra210 SoC. Also known as Tegra X1,
71 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
72 cores in a switched configuration. It features a GPU of the Maxwell
73 architecture with support for DX11, SM4, OpenGL 4.5, OpenGL ES 3.1
74 and providing 256 CUDA cores. It supports hardware-accelerated en-
75 and decoding of various video standards including H.265, H.264 and
76 VP8 at 4K resolution and up to 60 fps.
77
78 Besides the multimedia features it also comes with a variety of I/O
79 controllers, such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to
80 name only a few.
81
82endif
83endif