[ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbol

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Saturday, May 2, 2009 - 5:04 pm

Gitweb:     http://git.kernel.org/linus/36b5437f33fb95196bef2345dede39fdcab3e431
Commit:     36b5437f33fb95196bef2345dede39fdcab3e431
Parent:     fd87e081723089cba99df0b3d6f36ae2235c700a
Author:     Philipp Zabel <philipp.zabel@gmail.com>
AuthorDate: Fri Apr 17 11:37:10 2009 +0200
Committer:  Eric Miao <eric.miao@marvell.com>
CommitDate: Mon Apr 27 11:45:42 2009 +0800

    [ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbol
    
    cpufreq drivers for pxa2xx/3xx are now built-in automatically as soon as
    CPU_FREQ is enabled.
    
    Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
    Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 arch/arm/Kconfig                 |    6 ------
 arch/arm/configs/viper_defconfig |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9909a93..fb667cd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1169,12 +1169,6 @@ config CPU_FREQ_IMX
 
 	  If in doubt, say N.
 
-config CPU_FREQ_PXA
-	bool
-	depends on CPU_FREQ && ARCH_PXA && PXA25x
-	default y
-	select CPU_FREQ_DEFAULT_GOV_USERSPACE
-
 endif
 
 source "drivers/cpuidle/Kconfig"
diff --git a/arch/arm/configs/viper_defconfig b/arch/arm/configs/viper_defconfig
index 30f463d..6ab5dd5 100644
--- a/arch/arm/configs/viper_defconfig
+++ b/arch/arm/configs/viper_defconfig
@@ -298,7 +298,6 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=m
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_ONDEMAND=m
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
-CONFIG_CPU_FREQ_PXA=y
 
 #
 # Floating point emulation
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbol, Linux Kernel Mailing ..., (Sat May 2, 5:04 pm)