blob: c2a3db8edb0cd45bd941db71588c01e6ffd756bc [file] [log] [blame]
Arnd Bergmann67207b92005-11-15 15:53:48 -05001menu "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
Mark Nutter6df10a82006-03-23 00:00:12 +010013config SPUFS_MMAP
14 bool
15 depends on SPU_FS && SPARSEMEM && !PPC_64K_PAGES
16 default y
17
Arnd Bergmann67207b92005-11-15 15:53:48 -050018endmenu