Kconfig (292dd876ee765c478b27c93cc51e93a558ed58bf) | Kconfig (6df10a82f8de89c66eb91c371d62d76e87b2cbba) |
---|---|
1menu "Cell Broadband Engine options" 2 depends on PPC_CELL 3 4config SPU_FS 5 tristate "SPU file system" 6 default m 7 depends on PPC_CELL 8 help 9 The SPU file system is used to access Synergistic Processing 10 Units on machines implementing the Broadband Processor 11 Architecture. 12 | 1menu "Cell Broadband Engine options" 2 depends on PPC_CELL 3 4config SPU_FS 5 tristate "SPU file system" 6 default m 7 depends on PPC_CELL 8 help 9 The SPU file system is used to access Synergistic Processing 10 Units on machines implementing the Broadband Processor 11 Architecture. 12 |
13config SPUFS_MMAP 14 bool 15 depends on SPU_FS && SPARSEMEM && !PPC_64K_PAGES 16 default y 17 |
|
13endmenu | 18endmenu |