2005-11-16 04:53:48 +08: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-23 07:00:12 +08:00
|
|
|
config SPUFS_MMAP
|
|
|
|
bool
|
2006-05-02 03:16:11 +08:00
|
|
|
depends on SPU_FS && SPARSEMEM
|
|
|
|
select MEMORY_HOTPLUG
|
2006-03-23 07:00:12 +08:00
|
|
|
default y
|
|
|
|
|
2006-06-20 02:33:16 +08:00
|
|
|
config CBE_RAS
|
|
|
|
bool "RAS features for bare metal Cell BE"
|
|
|
|
default y
|
|
|
|
|
2005-11-16 04:53:48 +08:00
|
|
|
endmenu
|