diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-03 10:59:08 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-15 18:50:33 -0400 |
commit | 3bc28ab6da039f8020bbcea8e832b63a900bdb66 (patch) | |
tree | 67712059ed3d0f255d306d749b44e142dc0d4779 /arch/cris | |
parent | 70e9e778337973d5bf57004092b360bd3f3c412f (diff) |
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@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 02380bed189c..9c957c81c688 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -130,13 +130,11 @@ config SVINTO_SIM | |||
130 | 130 | ||
131 | config ETRAXFS | 131 | config ETRAXFS |
132 | bool "ETRAX-FS-V32" | 132 | bool "ETRAX-FS-V32" |
133 | select CPU_FREQ_TABLE if CPU_FREQ | ||
134 | help | 133 | help |
135 | Support CRIS V32. | 134 | Support CRIS V32. |
136 | 135 | ||
137 | config CRIS_MACH_ARTPEC3 | 136 | config CRIS_MACH_ARTPEC3 |
138 | bool "ARTPEC-3" | 137 | bool "ARTPEC-3" |
139 | select CPU_FREQ_TABLE if CPU_FREQ | ||
140 | help | 138 | help |
141 | Support Axis ARTPEC-3. | 139 | Support Axis ARTPEC-3. |
142 | 140 | ||