Commit 3bc28ab6 authored by Viresh Kumar's avatar Viresh Kumar Committed by Rafael J. Wysocki
Browse files

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: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 70e9e778
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,6 @@ config ARCH_DAVINCI_DA850
	bool "DA850/OMAP-L138/AM18x based system"
	bool "DA850/OMAP-L138/AM18x based system"
	select ARCH_DAVINCI_DA8XX
	select ARCH_DAVINCI_DA8XX
	select ARCH_HAS_CPUFREQ
	select ARCH_HAS_CPUFREQ
	select CPU_FREQ_TABLE
	select CP_INTC
	select CP_INTC


config ARCH_DAVINCI_DA8XX
config ARCH_DAVINCI_DA8XX
+0 −3
Original line number Original line Diff line number Diff line
@@ -615,14 +615,12 @@ endmenu
config PXA25x
config PXA25x
	bool
	bool
	select CPU_XSCALE
	select CPU_XSCALE
	select CPU_FREQ_TABLE if CPU_FREQ
	help
	help
	  Select code specific to PXA21x/25x/26x variants
	  Select code specific to PXA21x/25x/26x variants


config PXA27x
config PXA27x
	bool
	bool
	select CPU_XSCALE
	select CPU_XSCALE
	select CPU_FREQ_TABLE if CPU_FREQ
	help
	help
	  Select code specific to PXA27x variants
	  Select code specific to PXA27x variants


@@ -635,7 +633,6 @@ config CPU_PXA26x
config PXA3xx
config PXA3xx
	bool
	bool
	select CPU_XSC3
	select CPU_XSC3
	select CPU_FREQ_TABLE if CPU_FREQ
	help
	help
	  Select code specific to PXA3xx variants
	  Select code specific to PXA3xx variants


+0 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,6 @@ config UX500_SOC_COMMON


config UX500_SOC_DB8500
config UX500_SOC_DB8500
	bool
	bool
	select CPU_FREQ_TABLE if CPU_FREQ
	select MFD_DB8500_PRCMU
	select MFD_DB8500_PRCMU
	select PINCTRL_DB8500
	select PINCTRL_DB8500
	select PINCTRL_DB8540
	select PINCTRL_DB8540
+0 −1
Original line number Original line Diff line number Diff line
@@ -1429,7 +1429,6 @@ source "drivers/cpufreq/Kconfig"
config BFIN_CPU_FREQ
config BFIN_CPU_FREQ
	bool
	bool
	depends on CPU_FREQ
	depends on CPU_FREQ
	select CPU_FREQ_TABLE
	default y
	default y


config CPU_VOLTAGE
config CPU_VOLTAGE
+0 −2
Original line number Original line Diff line number Diff line
@@ -130,13 +130,11 @@ config SVINTO_SIM


config ETRAXFS
config ETRAXFS
	bool "ETRAX-FS-V32"
	bool "ETRAX-FS-V32"
	select CPU_FREQ_TABLE if CPU_FREQ
	help
	help
	  Support CRIS V32.
	  Support CRIS V32.


config CRIS_MACH_ARTPEC3
config CRIS_MACH_ARTPEC3
        bool "ARTPEC-3"
        bool "ARTPEC-3"
	select CPU_FREQ_TABLE if CPU_FREQ
        help
        help
          Support Axis ARTPEC-3.
          Support Axis ARTPEC-3.


Loading