diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 19:00:28 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 19:00:28 +0800 |
commit | a862d88d3f119efcb50aa3b8644643d6c97e3250 (patch) | |
tree | 90ee8b237901a037e43c27330737089e85f70172 /arch/arm/Kconfig | |
parent | 7c3c1b8c90e0f226610b9932cd66678d99e42176 (diff) | |
parent | 3442a7b51d1cfae144f3289ab0be44e27c236f53 (diff) | |
download | op-kernel-dev-a862d88d3f119efcb50aa3b8644643d6c97e3250.zip op-kernel-dev-a862d88d3f119efcb50aa3b8644643d6c97e3250.tar.gz |
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 1cacda4..e904ddc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2163,13 +2163,6 @@ if ARCH_HAS_CPUFREQ source "drivers/cpufreq/Kconfig" -config CPU_FREQ_IMX - tristate "CPUfreq driver for i.MX CPUs" - depends on ARCH_MXC && CPU_FREQ - select CPU_FREQ_TABLE - help - This enables the CPUfreq driver for i.MX CPUs. - config CPU_FREQ_SA1100 bool |