Commit ddb72884 authored by Dave Gerlach's avatar Dave Gerlach Committed by Viresh Kumar
Browse files

cpufreq: ti: Enable ti-cpufreq for ARCH_K3



Make ti-cpufreq driver depend on ARCH_K3 and set it to `default y` so it
is always enabled for platforms that it depends on.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarVibhore Vardhan <vibhore@ti.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 6d4ee83b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -340,8 +340,8 @@ config ARM_TEGRA194_CPUFREQ


config ARM_TI_CPUFREQ
config ARM_TI_CPUFREQ
	bool "Texas Instruments CPUFreq support"
	bool "Texas Instruments CPUFreq support"
	depends on ARCH_OMAP2PLUS
	depends on ARCH_OMAP2PLUS || ARCH_K3
	default ARCH_OMAP2PLUS
	default y
	help
	help
	  This driver enables valid OPPs on the running platform based on
	  This driver enables valid OPPs on the running platform based on
	  values contained within the SoC in use. Enable this in order to
	  values contained within the SoC in use. Enable this in order to