Kconfig 378 B

12345678910111213141516171819
  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. help
  8. The SPU file system is used to access Synergistic Processing
  9. Units on machines implementing the Broadband Processor
  10. Architecture.
  11. config SPUFS_MMAP
  12. bool
  13. depends on SPU_FS && SPARSEMEM
  14. select MEMORY_HOTPLUG
  15. default y
  16. endmenu