25 lines
463 B
Plaintext
25 lines
463 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config PPC_CELL
|
|
select PPC_64S_HASH_MMU if PPC64
|
|
bool
|
|
|
|
menu "Cell Broadband Engine options"
|
|
depends on PPC_CELL
|
|
|
|
config SPU_FS
|
|
tristate "SPU file system"
|
|
default m
|
|
depends on PPC_CELL
|
|
depends on COREDUMP
|
|
select SPU_BASE
|
|
help
|
|
The SPU file system is used to access Synergistic Processing
|
|
Units on machines implementing the Broadband Processor
|
|
Architecture.
|
|
|
|
config SPU_BASE
|
|
bool
|
|
select PPC_COPRO_BASE
|
|
|
|
endmenu
|