Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[pandora-kernel.git] / 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         select SPU_BASE
9         help
10           The SPU file system is used to access Synergistic Processing
11           Units on machines implementing the Broadband Processor
12           Architecture.
13
14 config SPU_BASE
15         bool
16         default n
17
18 config SPUFS_MMAP
19         bool
20         depends on SPU_FS && SPARSEMEM
21         select MEMORY_HOTPLUG
22         default y
23
24 config CBE_RAS
25         bool "RAS features for bare metal Cell BE"
26         default y
27
28 endmenu