1menu "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 select SPU_BASE 9 select MEMORY_HOTPLUG 10 help 11 The SPU file system is used to access Synergistic Processing 12 Units on machines implementing the Broadband Processor 13 Architecture. 14 15config SPU_BASE 16 bool 17 default n 18 19config SPUFS_MMAP 20 bool 21 depends on SPU_FS && SPARSEMEM 22 default y 23 24config CBE_RAS 25 bool "RAS features for bare metal Cell BE" 26 default y 27 28endmenu 29