From: Viresh Kumar Date: Mon, 29 Apr 2013 08:37:37 +0000 (+0530) Subject: cpufreq: ARM big LITTLE: Add depends on BIG_LITTLE X-Git-Tag: firefly_0821_release~3680^2~236^2^2^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd30bf6dec22f4f3400b702de7feae496ade5093;p=firefly-linux-kernel-4.4.55.git cpufreq: ARM big LITTLE: Add depends on BIG_LITTLE Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 6e57543fe0b9..9c6a69112e87 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm @@ -4,7 +4,7 @@ config ARM_BIG_LITTLE_CPUFREQ tristate "Generic ARM big LITTLE CPUfreq driver" - depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK + depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK && BIG_LITTLE help This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.