Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: tegra: Do not enable by default during compile testing

Enabling the compile test should not cause automatic enabling of all
drivers.

Link: https://lore.kernel.org/r/20250404111703.235455-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+4 -4
+4 -4
drivers/memory/tegra/Kconfig
··· 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 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 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 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