aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPavel Pisa <ppisa@pikron.com>2006-12-06 11:25:04 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-12-13 13:36:02 -0500
commit3c8cd0cce9ab8a25dbcf519cb0de00d2716f8379 (patch)
tree07c20bd4d5023fae69a64ea30cb0559bcd34bc02 /arch/arm/Kconfig
parent47fd705287e9377acd2a4cee9aeeea02867d2e54 (diff)
[ARM] 3992/1: i.MX/MX1 CPU Frequency scaling support
Support to change MX1 CPU frequency at runtime. Tested on PiKRON's PiMX1 board and seems to be fully stable up to 200 MHz end even as low as 8 MHz. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1a59110784c6..63e7c0c582df 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -732,7 +732,7 @@ config XIP_PHYS_ADDR
732 732
733endmenu 733endmenu
734 734
735if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP) 735if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )
736 736
737menu "CPU Frequency scaling" 737menu "CPU Frequency scaling"
738 738
@@ -759,6 +759,15 @@ config CPU_FREQ_INTEGRATOR
759 759
760 If in doubt, say Y. 760 If in doubt, say Y.
761 761
762config CPU_FREQ_IMX
763 tristate "CPUfreq driver for i.MX CPUs"
764 depends on ARCH_IMX && CPU_FREQ
765 default n
766 help
767 This enables the CPUfreq driver for i.MX CPUs.
768
769 If in doubt, say N.
770
762endmenu 771endmenu
763 772
764endif 773endif