Kconfig.powerpc 1.9 KB

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