]> git.baikalelectronics.ru Git - kernel.git/commit
unicore32: Remove ARCH_HAS_CPUFREQ config option
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 3 Jun 2014 18:30:03 +0000 (11:30 -0700)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 20 Jun 2014 00:22:41 +0000 (08:22 +0800)
commit723bc01831d360d473027263473638155c318aea
treeb9f9afbcb014af9e2b94703e448c934099e8a885
parent56904d4b370730d4d1d74eb9db53257c992585b4
unicore32: Remove ARCH_HAS_CPUFREQ config option

This config exists entirely to hide the cpufreq menu from the
kernel configuration unless a platform has selected it. Nothing
is actually built if this config is 'Y' and it just leads to more
patches that add a select under a platform Kconfig so that some
other CPUfreq option can be chosen. Let's remove the option so
that we can always enable CPUfreq drivers on unicore32 platforms.

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
arch/unicore32/Kconfig