Skip to content

Commit

Permalink
PM / devfreq: Remove ARCH_HAS_OPP completely
Browse files Browse the repository at this point in the history
The Kconfig symbol ARCH_HAS_OPP became redundant in v3.16: commit
049d595 ("PM / OPP: Make OPP invisible to users in Kconfig")
removed the only dependency that used it. Setting it had no effect
anymore.

So commit 78c5e0b ("PM / OPP: Remove ARCH_HAS_OPP") removed it. For
some reason that commit did not remove all select statements for that
symbol. These statements are now useless. Remove one from devfreq too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
  • Loading branch information
pebolle authored and myungjoo committed Sep 29, 2014
1 parent fe82dce commit adad562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/devfreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ config ARM_EXYNOS4_BUS_DEVFREQ
config ARM_EXYNOS5_BUS_DEVFREQ
bool "ARM Exynos5250 Bus DEVFREQ Driver"
depends on SOC_EXYNOS5250
select ARCH_HAS_OPP
select DEVFREQ_GOV_SIMPLE_ONDEMAND
select PM_OPP
help
Expand Down

0 comments on commit adad562

Please sign in to comment.