Skip to content

Commit e281307

Browse files
committed
Merge tag 'tegra-for-7.1-arm-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
ARM: tegra: Default configuration changes for v7.1-rc1 Drop the various ARCH_TEGRA_*_SOC options from the default configurations since they are now enabled by default for ARCH_TEGRA. * tag 'tegra-for-7.1-arm-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA Tegra Signed-off-by: Arnd Bergmann <[email protected]>
2 parents feb46c1 + 21e380f commit e281307

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

arch/arm/configs/multi_v7_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,10 +1165,6 @@ CONFIG_QCOM_SOCINFO=m
11651165
CONFIG_QCOM_STATS=m
11661166
CONFIG_QCOM_WCNSS_CTRL=m
11671167
CONFIG_ROCKCHIP_IODOMAIN=y
1168-
CONFIG_ARCH_TEGRA_2x_SOC=y
1169-
CONFIG_ARCH_TEGRA_3x_SOC=y
1170-
CONFIG_ARCH_TEGRA_114_SOC=y
1171-
CONFIG_ARCH_TEGRA_124_SOC=y
11721168
CONFIG_SOC_TI=y
11731169
CONFIG_KEYSTONE_NAVIGATOR_QMSS=y
11741170
CONFIG_KEYSTONE_NAVIGATOR_DMA=y

arch/arm/configs/tegra_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ CONFIG_CROS_EC=y
296296
CONFIG_CROS_EC_I2C=m
297297
CONFIG_CROS_EC_SPI=m
298298
CONFIG_TEGRA_IOMMU_SMMU=y
299-
CONFIG_ARCH_TEGRA_2x_SOC=y
300-
CONFIG_ARCH_TEGRA_3x_SOC=y
301-
CONFIG_ARCH_TEGRA_114_SOC=y
302-
CONFIG_ARCH_TEGRA_124_SOC=y
303299
CONFIG_ARM_TEGRA_DEVFREQ=y
304300
CONFIG_MEMORY=y
305301
CONFIG_IIO=y

drivers/soc/tegra/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if ARM
66

77
config 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

2425
config 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

3840
config 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

5053
config 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

6670
config 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

7782
config 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

96102
config 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

110117
config 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

119127
config 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

128137
config ARCH_TEGRA_241_SOC
129138
bool "NVIDIA Tegra241 SoC"
139+
default ARCH_TEGRA
130140
help
131141
Enable support for the NVIDIA Tegra241 SoC.
132142

133143
config 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

Comments
 (0)