Skip to content

Commit

Permalink
cpufreq: ti: Enable ti-cpufreq for ARCH_K3
Browse files Browse the repository at this point in the history
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 <d-gerlach@ti.com>
Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Dave Gerlach authored and Viresh Kumar committed Nov 7, 2022
1 parent 6d4ee83 commit ddb7288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/cpufreq/Kconfig.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddb7288

Please sign in to comment.