Kconfig.powerpc 833 B

1234567891011121314151617181920212223242526
  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).