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