2005-11-15 15:53:48 -05:00
|
|
|
menu "Cell Broadband Engine options"
|
|
|
|
depends on PPC_CELL
|
|
|
|
|
|
|
|
config SPU_FS
|
|
|
|
tristate "SPU file system"
|
|
|
|
default m
|
|
|
|
depends on PPC_CELL
|
|
|
|
help
|
|
|
|
The SPU file system is used to access Synergistic Processing
|
|
|
|
Units on machines implementing the Broadband Processor
|
|
|
|
Architecture.
|
|
|
|
|
2006-03-22 18:00:12 -05:00
|
|
|
config SPUFS_MMAP
|
|
|
|
bool
|
2006-05-01 15:16:11 -04:00
|
|
|
depends on SPU_FS && SPARSEMEM
|
|
|
|
select MEMORY_HOTPLUG
|
2006-03-22 18:00:12 -05:00
|
|
|
default y
|
|
|
|
|
2005-11-15 15:53:48 -05:00
|
|
|
endmenu
|