Kconfig 778 B

12345678910111213141516171819202122232425262728293031323334353637
  1. menu "Cell Broadband Engine options"
  2. depends on PPC_CELL
  3. config SPU_FS
  4. tristate "SPU file system"
  5. default m
  6. depends on PPC_CELL
  7. select SPU_BASE
  8. select MEMORY_HOTPLUG
  9. help
  10. The SPU file system is used to access Synergistic Processing
  11. Units on machines implementing the Broadband Processor
  12. Architecture.
  13. config SPU_BASE
  14. bool
  15. default n
  16. config CBE_RAS
  17. bool "RAS features for bare metal Cell BE"
  18. default y
  19. config CBE_THERM
  20. tristate "CBE thermal support"
  21. default m
  22. depends on CBE_RAS
  23. config CBE_CPUFREQ
  24. tristate "CBE frequency scaling"
  25. depends on CBE_RAS && CPU_FREQ
  26. default m
  27. help
  28. This adds the cpufreq driver for Cell BE processors.
  29. For details, take a look at <file:Documentation/cpu-freq/>.
  30. If you don't have such processor, say N
  31. endmenu