* [PATCH] cpufreq: tegra194: remove COMPILE_TEST
@ 2026-03-18 19:12 Rosen Penev
2026-03-20 5:33 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-03-18 19:12 UTC (permalink / raw)
To: linux-pm; +Cc: Rafael J. Wysocki, Viresh Kumar, open list
The driver needs architecture specific headers to build. Problem gets
exposed when TEGRA_BPMP gets COMPILE_TEST added to it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/cpufreq/Kconfig.arm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 4014bc9dd73a..47c9b031f1b3 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -248,7 +248,7 @@ config ARM_TEGRA186_CPUFREQ
config ARM_TEGRA194_CPUFREQ
tristate "Tegra194 CPUFreq support"
- depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
+ depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
depends on TEGRA_BPMP
default ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
help
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cpufreq: tegra194: remove COMPILE_TEST
2026-03-18 19:12 [PATCH] cpufreq: tegra194: remove COMPILE_TEST Rosen Penev
@ 2026-03-20 5:33 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2026-03-20 5:33 UTC (permalink / raw)
To: Rosen Penev; +Cc: linux-pm, Rafael J. Wysocki, open list
On 18-03-26, 12:12, Rosen Penev wrote:
> The driver needs architecture specific headers to build. Problem gets
> exposed when TEGRA_BPMP gets COMPILE_TEST added to it.
>
> Signed-off-by: Rosen Penev <rosenp@gmail.com>
> ---
> drivers/cpufreq/Kconfig.arm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 4014bc9dd73a..47c9b031f1b3 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -248,7 +248,7 @@ config ARM_TEGRA186_CPUFREQ
>
> config ARM_TEGRA194_CPUFREQ
> tristate "Tegra194 CPUFreq support"
> - depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
> + depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
> depends on TEGRA_BPMP
> default ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
> help
Applied. Thanks.
--
viresh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-20 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 19:12 [PATCH] cpufreq: tegra194: remove COMPILE_TEST Rosen Penev
2026-03-20 5:33 ` Viresh Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox