File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
config TEGRA_MC
3
3
bool "NVIDIA Tegra Memory Controller support"
4
- default y
4
+ default ARCH_TEGRA
5
5
depends on ARCH_TEGRA || (COMPILE_TEST && COMMON_CLK)
6
6
select INTERCONNECT
7
7
help
@@ -12,7 +12,7 @@ if TEGRA_MC
12
12
13
13
config TEGRA20_EMC
14
14
tristate "NVIDIA Tegra20 External Memory Controller driver"
15
- default y
15
+ default ARCH_TEGRA_2x_SOC
16
16
depends on ARCH_TEGRA_2x_SOC || COMPILE_TEST
17
17
select DEVFREQ_GOV_SIMPLE_ONDEMAND
18
18
select PM_DEVFREQ
@@ -25,7 +25,7 @@ config TEGRA20_EMC
25
25
26
26
config TEGRA30_EMC
27
27
tristate "NVIDIA Tegra30 External Memory Controller driver"
28
- default y
28
+ default ARCH_TEGRA_3x_SOC
29
29
depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
30
30
select PM_OPP
31
31
select DDR
@@ -37,7 +37,7 @@ config TEGRA30_EMC
37
37
38
38
config TEGRA124_EMC
39
39
tristate "NVIDIA Tegra124 External Memory Controller driver"
40
- default y
40
+ default ARCH_TEGRA_124_SOC
41
41
depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
42
42
select TEGRA124_CLK_EMC if ARCH_TEGRA
43
43
select PM_OPP
You can’t perform that action at this time.
0 commit comments