提交 99af7711 编写于 作者: V Viresh Kumar 提交者: Rafael J. Wysocki

cpufreq: ARM big LITTLE: Fix Kconfig entries

This fixes usage of "depends on" and "select" options in Kconfig for ARM big
LITTLE cpufreq driver. Otherwise we get these warnings:

warning: (ARM_DT_BL_CPUFREQ) selects ARM_BIG_LITTLE_CPUFREQ which
has unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ && ARM &&
ARM_CPU_TOPOLOGY)
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 5aaa9cc7
...@@ -3,17 +3,17 @@ ...@@ -3,17 +3,17 @@
# #
config ARM_BIG_LITTLE_CPUFREQ config ARM_BIG_LITTLE_CPUFREQ
tristate tristate "Generic ARM big LITTLE CPUfreq driver"
depends on ARM_CPU_TOPOLOGY depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
select PM_OPP help
This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
config ARM_DT_BL_CPUFREQ config ARM_DT_BL_CPUFREQ
tristate "Generic ARM big LITTLE CPUfreq driver probed via DT" tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
select ARM_BIG_LITTLE_CPUFREQ depends on ARM_BIG_LITTLE_CPUFREQ && OF
depends on OF && HAVE_CLK
help help
This enables the Generic CPUfreq driver for ARM big.LITTLE platform. This enables probing via DT for Generic CPUfreq driver for ARM
This gets frequency tables from DT. big.LITTLE platform. This gets frequency tables from DT.
config ARM_EXYNOS_CPUFREQ config ARM_EXYNOS_CPUFREQ
bool "SAMSUNG EXYNOS SoCs" bool "SAMSUNG EXYNOS SoCs"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册