* [RFC][PATCH] cpufreq: arm Kconfig fixes
@ 2004-09-03 20:43 Dominik Brodowski
2004-09-03 20:56 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Brodowski @ 2004-09-03 20:43 UTC (permalink / raw)
To: rmk, cpufreq
arm cpufreq Kconfig enhancements:
- don't force the deprecated 24_API on SA11x0 any more, as it will be removed
~2005-01-01 and different interfaces have been available for a long time
- don't mark CPU_FREQ as being EXPERIMENTAL any longer
- re-order it in the same way other arches are ordered
Signed-off-by: Dominik Brodowski <linux@brodo.de>
diff -ruN linux-original/arch/arm/Kconfig linux/arch/arm/Kconfig
--- linux-original/arch/arm/Kconfig 2004-08-30 22:44:57.000000000 +0200
+++ linux/arch/arm/Kconfig 2004-09-03 22:36:44.656217768 +0200
@@ -339,9 +339,10 @@
while the decompressor is running. Unless you have special requirements,
you should not change this value.
+if (ARCH_SA1100 || ARCH_INTEGRATOR)
+
config CPU_FREQ
- bool "Support CPU clock change (EXPERIMENTAL)"
- depends on (ARCH_SA1100 || ARCH_INTEGRATOR) && EXPERIMENTAL
+ bool "Support CPU clock change"
help
CPU clock scaling allows you to change the clock speed of the
running CPU on the fly. This is a nice method to save battery power,
@@ -351,20 +352,17 @@
written) to implement the policy. If you don't understand what this
is all about, it's safe to say 'N'.
-
-# CPUfreq on SA11x0 is special -- it _needs_ the userspace governor
+source "drivers/cpufreq/Kconfig"
config CPU_FREQ_SA1100
bool
depends on CPU_FREQ && SA1100_LART
default y
- select CPU_FREQ_24_API if SYSCTL
config CPU_FREQ_SA1110
bool
depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
default y
- select CPU_FREQ_24_API if SYSCTL
config CPU_FREQ_INTEGRATOR
tristate "CPUfreq driver for ARM Integrator CPUs"
@@ -377,10 +375,6 @@
If in doubt, say Y.
-if (CPU_FREQ_INTEGRATOR) || (CPU_FREQ_SA1110) || (CPU_FREQ_SA1100)
-
-source "drivers/cpufreq/Kconfig"
-
endif
source "drivers/pci/Kconfig"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFC][PATCH] cpufreq: arm Kconfig fixes
2004-09-03 20:43 [RFC][PATCH] cpufreq: arm Kconfig fixes Dominik Brodowski
@ 2004-09-03 20:56 ` Russell King
0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2004-09-03 20:56 UTC (permalink / raw)
To: cpufreq
On Fri, Sep 03, 2004 at 10:43:20PM +0200, Dominik Brodowski wrote:
> arm cpufreq Kconfig enhancements:
> - don't force the deprecated 24_API on SA11x0 any more, as it will be removed
> ~2005-01-01 and different interfaces have been available for a long time
> - don't mark CPU_FREQ as being EXPERIMENTAL any longer
> - re-order it in the same way other arches are ordered
Looks fine, please merge, thanks.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-03 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-03 20:43 [RFC][PATCH] cpufreq: arm Kconfig fixes Dominik Brodowski
2004-09-03 20:56 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox