All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS
@ 2020-04-15  8:15 Anders Roxell
  2020-04-15  8:34 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2020-04-15  8:15 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, Anders Roxell

When building the mult_v7_defconfig, ARM_TI_CPUFREQ doesn't get enabled
evenwhen ARCH_OMAP(3|4) is selected. Build ARM_TI_CPUFREQ by default for
ARCH_OMAP2PLUS.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 drivers/cpufreq/Kconfig.arm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 15c1a1231516..9481292981f0 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -317,6 +317,7 @@ config ARM_TEGRA186_CPUFREQ
 config ARM_TI_CPUFREQ
 	bool "Texas Instruments CPUFreq support"
 	depends on ARCH_OMAP2PLUS
+	default ARCH_OMAP2PLUS
 	help
 	  This driver enables valid OPPs on the running platform based on
 	  values contained within the SoC in use. Enable this in order to
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS
  2020-04-15  8:15 [PATCH] cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS Anders Roxell
@ 2020-04-15  8:34 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2020-04-15  8:34 UTC (permalink / raw)
  To: Anders Roxell; +Cc: rjw, linux-pm, linux-kernel

On 15-04-20, 10:15, Anders Roxell wrote:
> When building the mult_v7_defconfig, ARM_TI_CPUFREQ doesn't get enabled
> evenwhen ARCH_OMAP(3|4) is selected. Build ARM_TI_CPUFREQ by default for
> ARCH_OMAP2PLUS.
> 
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  drivers/cpufreq/Kconfig.arm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 15c1a1231516..9481292981f0 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -317,6 +317,7 @@ config ARM_TEGRA186_CPUFREQ
>  config ARM_TI_CPUFREQ
>  	bool "Texas Instruments CPUFreq support"
>  	depends on ARCH_OMAP2PLUS
> +	default ARCH_OMAP2PLUS
>  	help
>  	  This driver enables valid OPPs on the running platform based on
>  	  values contained within the SoC in use. Enable this in order to

Applied. Thanks.

-- 
viresh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-15  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15  8:15 [PATCH] cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS Anders Roxell
2020-04-15  8:34 ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.