From ebee9ff70b72aef86d054b1ddfcbf5600d380255 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 13 Feb 2014 16:18:22 -0800 Subject: cpufreq: remove CONFIG_CPU_FREQ_TABLE CONFIG_CPU_FREQ_TABLE will be always enabled when cpufreq framework is used, as cpufreq core depends on it. So, we don't need this CONFIG option anymore as it is not configurable. Remove CONFIG_CPU_FREQ_TABLE and update its users. Change-Id: I40db00061a924631f0eb2fc090b9e543d9069605 Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki Signed-off-by: Paul Walmsley # for the NVIDIA downstream kernel Reviewed-on: http://git-master/r/356889 Reviewed-by: Aleksandr Frid Reviewed-by: Diwakar Tundlam --- arch/blackfin/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/blackfin') diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index a117652b5fea..1bc285123d42 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -1429,7 +1429,6 @@ source "drivers/cpufreq/Kconfig" config BFIN_CPU_FREQ bool depends on CPU_FREQ - select CPU_FREQ_TABLE default y config CPU_VOLTAGE -- cgit v1.2.3