Kconfig.powerpc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. config CPU_FREQ_CBE
  2. tristate "CBE frequency scaling"
  3. depends on CBE_RAS && PPC_CELL
  4. default m
  5. help
  6. This adds the cpufreq driver for Cell BE processors.
  7. For details, take a look at <file:Documentation/cpu-freq/>.
  8. If you don't have such processor, say N
  9. config CPU_FREQ_CBE_PMI
  10. bool "CBE frequency scaling using PMI interface"
  11. depends on CPU_FREQ_CBE
  12. default n
  13. help
  14. Select this, if you want to use the PMI interface to switch
  15. frequencies. Using PMI, the processor will not only be able to run at
  16. lower speed, but also at lower core voltage.
  17. config CPU_FREQ_MAPLE
  18. bool "Support for Maple 970FX Evaluation Board"
  19. depends on PPC_MAPLE
  20. help
  21. This adds support for frequency switching on Maple 970FX
  22. Evaluation Board and compatible boards (IBM JS2x blades).
  23. config PPC_CORENET_CPUFREQ
  24. tristate "CPU frequency scaling driver for Freescale E500MC SoCs"
  25. depends on PPC_E500MC && OF && COMMON_CLK
  26. select CLK_PPC_CORENET
  27. help
  28. This adds the CPUFreq driver support for Freescale e500mc,
  29. e5500 and e6500 series SoCs which are capable of changing
  30. the CPU's frequency dynamically.
  31. config CPU_FREQ_PMAC
  32. bool "Support for Apple PowerBooks"
  33. depends on ADB_PMU && PPC32
  34. help
  35. This adds support for frequency switching on Apple PowerBooks,
  36. this currently includes some models of iBook & Titanium
  37. PowerBook.
  38. config CPU_FREQ_PMAC64
  39. bool "Support for some Apple G5s"
  40. depends on PPC_PMAC && PPC64
  41. help
  42. This adds support for frequency switching on Apple iMac G5,
  43. and some of the more recent desktop G5 machines as well.
  44. config PPC_PASEMI_CPUFREQ
  45. bool "Support for PA Semi PWRficient"
  46. depends on PPC_PASEMI
  47. default y
  48. help
  49. This adds the support for frequency switching on PA Semi
  50. PWRficient processors.