Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (6d8257ca39884a90bbb61e3441f7d578abc53bac) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2if ARCH_TEGRA 3 4# 32-bit ARM SoCs 5if ARM 6 7config ARCH_TEGRA_2x_SOC 8 bool "Enable support for Tegra20 family" --- 111 unchanged lines hidden (view full) --- 120 select SOC_TEGRA_PMC 121 help 122 Enable support for the NVIDIA Tegra194 SoC. 123 124config ARCH_TEGRA_234_SOC 125 bool "NVIDIA Tegra234 SoC" 126 depends on !CPU_BIG_ENDIAN 127 select MAILBOX | 1# SPDX-License-Identifier: GPL-2.0-only 2if ARCH_TEGRA 3 4# 32-bit ARM SoCs 5if ARM 6 7config ARCH_TEGRA_2x_SOC 8 bool "Enable support for Tegra20 family" --- 111 unchanged lines hidden (view full) --- 120 select SOC_TEGRA_PMC 121 help 122 Enable support for the NVIDIA Tegra194 SoC. 123 124config ARCH_TEGRA_234_SOC 125 bool "NVIDIA Tegra234 SoC" 126 depends on !CPU_BIG_ENDIAN 127 select MAILBOX |
128 select PINCTRL_TEGRA234 |
|
128 select TEGRA_BPMP 129 select TEGRA_HSP_MBOX 130 select TEGRA_IVC 131 select SOC_TEGRA_PMC 132 help 133 Enable support for the NVIDIA Tegra234 SoC. 134 135endif --- 41 unchanged lines hidden --- | 129 select TEGRA_BPMP 130 select TEGRA_HSP_MBOX 131 select TEGRA_IVC 132 select SOC_TEGRA_PMC 133 help 134 Enable support for the NVIDIA Tegra234 SoC. 135 136endif --- 41 unchanged lines hidden --- |