]> Pileus Git - ~andy/linux/blobdiff - drivers/cpufreq/Kconfig.powerpc
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[~andy/linux] / drivers / cpufreq / Kconfig.powerpc
index 9c926ca0d718020b048b1efc09b0b55c7b1efe2f..25ca9db62e090d6b49e20d6744c3cd4027a16bfb 100644 (file)
@@ -1,6 +1,7 @@
 config CPU_FREQ_CBE
        tristate "CBE frequency scaling"
        depends on CBE_RAS && PPC_CELL
+       select CPU_FREQ_TABLE
        default m
        help
          This adds the cpufreq driver for Cell BE processors.
@@ -23,3 +24,39 @@ config CPU_FREQ_MAPLE
        help
          This adds support for frequency switching on Maple 970FX
          Evaluation Board and compatible boards (IBM JS2x blades).
+
+config PPC_CORENET_CPUFREQ
+       tristate "CPU frequency scaling driver for Freescale E500MC SoCs"
+       depends on PPC_E500MC && OF && COMMON_CLK
+       select CPU_FREQ_TABLE
+       select CLK_PPC_CORENET
+       help
+         This adds the CPUFreq driver support for Freescale e500mc,
+         e5500 and e6500 series SoCs which are capable of changing
+         the CPU's frequency dynamically.
+
+config CPU_FREQ_PMAC
+       bool "Support for Apple PowerBooks"
+       depends on ADB_PMU && PPC32
+       select CPU_FREQ_TABLE
+       help
+         This adds support for frequency switching on Apple PowerBooks,
+         this currently includes some models of iBook & Titanium
+         PowerBook.
+
+config CPU_FREQ_PMAC64
+       bool "Support for some Apple G5s"
+       depends on PPC_PMAC && PPC64
+       select CPU_FREQ_TABLE
+       help
+         This adds support for frequency switching on Apple iMac G5,
+         and some of the more recent desktop G5 machines as well.
+
+config PPC_PASEMI_CPUFREQ
+       bool "Support for PA Semi PWRficient"
+       depends on PPC_PASEMI
+       select CPU_FREQ_TABLE
+       default y
+       help
+         This adds the support for frequency switching on PA Semi
+         PWRficient processors.