Skip to content

Commit

Permalink
cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
  • Loading branch information
roxell authored and vireshk committed Apr 28, 2020
1 parent ae83d0b commit 59b55c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/Kconfig.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59b55c1

Please sign in to comment.