From: Bruce Ashfield <bruce.ashfi...@windriver.com>

commit 3bc28ab6da039f8020bbcea8e832b63a900bdb66
Author: Viresh Kumar <viresh.ku...@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.ku...@linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wyso...@intel.com>

Signed-off-by: Bruce Ashfield <bruce.ashfi...@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

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to