Kconfig 500 B

12345678910111213141516171819202122232425262728
  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. help
  9. The SPU file system is used to access Synergistic Processing
  10. Units on machines implementing the Broadband Processor
  11. Architecture.
  12. config SPU_BASE
  13. bool
  14. default n
  15. config SPUFS_MMAP
  16. bool
  17. depends on SPU_FS && SPARSEMEM
  18. select MEMORY_HOTPLUG
  19. default y
  20. config CBE_RAS
  21. bool "RAS features for bare metal Cell BE"
  22. default y
  23. endmenu