diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 07:00:28 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 07:00:28 -0400 |
commit | a862d88d3f119efcb50aa3b8644643d6c97e3250 (patch) | |
tree | 90ee8b237901a037e43c27330737089e85f70172 /arch/arm/Kconfig | |
parent | 7c3c1b8c90e0f226610b9932cd66678d99e42176 (diff) | |
parent | 3442a7b51d1cfae144f3289ab0be44e27c236f53 (diff) |
Merge tag 'imx-cleanup-3.10' into imx/soc
The imx cleanup for 3.10:
* Clean up a couple of unneeded function declarations
* Remove imx specific cpufreq driver as generic cpufreq-cpu0 works well
as the replacement
* Remove platform ahci support
* Clean up unused ARCH/MACH Kconfig symbols
* Remove a couple of unused files
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1cacda426a0e..e904ddcccc28 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2163,13 +2163,6 @@ if ARCH_HAS_CPUFREQ | |||
2163 | 2163 | ||
2164 | source "drivers/cpufreq/Kconfig" | 2164 | source "drivers/cpufreq/Kconfig" |
2165 | 2165 | ||
2166 | config CPU_FREQ_IMX | ||
2167 | tristate "CPUfreq driver for i.MX CPUs" | ||
2168 | depends on ARCH_MXC && CPU_FREQ | ||
2169 | select CPU_FREQ_TABLE | ||
2170 | help | ||
2171 | This enables the CPUfreq driver for i.MX CPUs. | ||
2172 | |||
2173 | config CPU_FREQ_SA1100 | 2166 | config CPU_FREQ_SA1100 |
2174 | bool | 2167 | bool |
2175 | 2168 | ||