projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6]
/
arch
/
powerpc
/
platforms
/
cell
/
Kconfig
1
menu "Cell Broadband Engine options"
2
depends on PPC_CELL
3
4
config SPU_FS
5
tristate "SPU file system"
6
default m
7
depends on PPC_CELL
8
help
9
The SPU file system is used to access Synergistic Processing
10
Units on machines implementing the Broadband Processor
11
Architecture.
12
13
config SPUFS_MMAP
14
bool
15
depends on SPU_FS && SPARSEMEM
16
select MEMORY_HOTPLUG
17
default y
18
19
endmenu