[linux-yocto] [PATCH 05/17] intel: remove CONFIG_CPU_FREQ_TABLE

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:35 PDT 2018


From: Bruce Ashfield <bruce.ashfield at windriver.com>

commit 3bc28ab6da039f8020bbcea8e832b63a900bdb66
Author: Viresh Kumar <viresh.kumar at linaro.org>
Date:   Thu Oct 3 20:29:08 2013 +0530

    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.

    Signed-off-by: Viresh Kumar <viresh.kumar at linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki at intel.com>

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 features/power/intel.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/power/intel.cfg b/features/power/intel.cfg
index 0217d358..2a80f26c 100644
--- a/features/power/intel.cfg
+++ b/features/power/intel.cfg
@@ -10,7 +10,6 @@ CONFIG_INOTIFY_USER=y
 # enable cpu frequency scaling and stats for powertop
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT=y
-CONFIG_CPU_FREQ_TABLE=y
 CONFIG_X86_ACPI_CPUFREQ=y
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-- 
2.17.1



More information about the linux-yocto mailing list