aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gerlach <[email protected]>2022-11-01 13:09:34 -0500
committerViresh Kumar <[email protected]>2022-11-07 15:30:11 +0530
commitddb72884c8bf88c25edb2a722fabbb7d642922d7 (patch)
tree0d32aa84f9d24e1df2a3d9a02c0870b41af27f4a
parent6d4ee83b423fe663a8574d2f16b48b98cbfc9b26 (diff)
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: Dave Gerlach <[email protected]> Signed-off-by: Vibhore Vardhan <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
-rw-r--r--drivers/cpufreq/Kconfig.arm4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 82e5de1f6f8c..be590f498e6a 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -340,8 +340,8 @@ config ARM_TEGRA194_CPUFREQ
config ARM_TI_CPUFREQ
bool "Texas Instruments CPUFreq support"
- depends on ARCH_OMAP2PLUS
- default ARCH_OMAP2PLUS
+ depends on ARCH_OMAP2PLUS || ARCH_K3
+ default y
help
This driver enables valid OPPs on the running platform based on
values contained within the SoC in use. Enable this in order to