2005-11-15 20:53:48 +00:00
|
|
|
menu "Cell Broadband Engine options"
|
|
|
|
depends on PPC_CELL
|
|
|
|
|
|
|
|
config SPU_FS
|
|
|
|
tristate "SPU file system"
|
|
|
|
default m
|
|
|
|
depends on PPC_CELL
|
2006-06-19 18:33:28 +00:00
|
|
|
select SPU_BASE
|
2005-11-15 20:53:48 +00:00
|
|
|
help
|
|
|
|
The SPU file system is used to access Synergistic Processing
|
|
|
|
Units on machines implementing the Broadband Processor
|
|
|
|
Architecture.
|
|
|
|
|
2006-06-19 18:33:28 +00:00
|
|
|
config SPU_BASE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2006-03-22 23:00:12 +00:00
|
|
|
config SPUFS_MMAP
|
|
|
|
bool
|
2006-05-01 19:16:11 +00:00
|
|
|
depends on SPU_FS && SPARSEMEM
|
|
|
|
select MEMORY_HOTPLUG
|
2006-03-22 23:00:12 +00:00
|
|
|
default y
|
|
|
|
|
2006-06-19 18:33:16 +00:00
|
|
|
config CBE_RAS
|
|
|
|
bool "RAS features for bare metal Cell BE"
|
|
|
|
default y
|
|
|
|
|
2005-11-15 20:53:48 +00:00
|
|
|
endmenu
|