66
77config ARCH_TEGRA_2x_SOC
88 bool "Enable support for Tegra20 family"
9+ default ARCH_TEGRA
910 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
1011 select ARM_ERRATA_720789
1112 select ARM_ERRATA_754327 if SMP
@@ -23,6 +24,7 @@ config ARCH_TEGRA_2x_SOC
2324
2425config ARCH_TEGRA_3x_SOC
2526 bool "Enable support for Tegra30 family"
27+ default ARCH_TEGRA
2628 select ARM_ERRATA_754322
2729 select ARM_ERRATA_764369 if SMP
2830 select PINCTRL_TEGRA30
@@ -37,6 +39,7 @@ config ARCH_TEGRA_3x_SOC
3739
3840config ARCH_TEGRA_114_SOC
3941 bool "Enable support for Tegra114 family"
42+ default ARCH_TEGRA
4043 select ARM_ERRATA_798181 if SMP
4144 select HAVE_ARM_ARCH_TIMER
4245 select PINCTRL_TEGRA114
@@ -49,6 +52,7 @@ config ARCH_TEGRA_114_SOC
4952
5053config ARCH_TEGRA_124_SOC
5154 bool "Enable support for Tegra124 family"
55+ default ARCH_TEGRA
5256 select HAVE_ARM_ARCH_TIMER
5357 select PINCTRL_TEGRA124
5458 select SOC_TEGRA_FLOWCTRL
@@ -65,6 +69,7 @@ if ARM64
6569
6670config ARCH_TEGRA_132_SOC
6771 bool "NVIDIA Tegra132 SoC"
72+ default ARCH_TEGRA
6873 select PINCTRL_TEGRA124
6974 select SOC_TEGRA_FLOWCTRL
7075 select SOC_TEGRA_PMC
@@ -76,6 +81,7 @@ config ARCH_TEGRA_132_SOC
7681
7782config ARCH_TEGRA_210_SOC
7883 bool "NVIDIA Tegra210 SoC"
84+ default ARCH_TEGRA
7985 select PINCTRL_TEGRA210
8086 select SOC_TEGRA_FLOWCTRL
8187 select SOC_TEGRA_PMC
@@ -95,6 +101,7 @@ config ARCH_TEGRA_210_SOC
95101
96102config ARCH_TEGRA_186_SOC
97103 bool "NVIDIA Tegra186 SoC"
104+ default ARCH_TEGRA
98105 depends on !CPU_BIG_ENDIAN
99106 select PINCTRL_TEGRA186
100107 select MAILBOX
@@ -109,6 +116,7 @@ config ARCH_TEGRA_186_SOC
109116
110117config ARCH_TEGRA_194_SOC
111118 bool "NVIDIA Tegra194 SoC"
119+ default ARCH_TEGRA
112120 depends on !CPU_BIG_ENDIAN
113121 select MAILBOX
114122 select PINCTRL_TEGRA194
@@ -118,6 +126,7 @@ config ARCH_TEGRA_194_SOC
118126
119127config ARCH_TEGRA_234_SOC
120128 bool "NVIDIA Tegra234 SoC"
129+ default ARCH_TEGRA
121130 depends on !CPU_BIG_ENDIAN
122131 select MAILBOX
123132 select PINCTRL_TEGRA234
@@ -127,11 +136,13 @@ config ARCH_TEGRA_234_SOC
127136
128137config ARCH_TEGRA_241_SOC
129138 bool "NVIDIA Tegra241 SoC"
139+ default ARCH_TEGRA
130140 help
131141 Enable support for the NVIDIA Tegra241 SoC.
132142
133143config ARCH_TEGRA_264_SOC
134144 bool "NVIDIA Tegra264 SoC"
145+ default ARCH_TEGRA
135146 depends on !CPU_BIG_ENDIAN
136147 select MAILBOX
137148 select SOC_TEGRA_PMC
0 commit comments