Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 24 lines 463 B view raw
1# SPDX-License-Identifier: GPL-2.0 2config PPC_CELL 3 select PPC_64S_HASH_MMU if PPC64 4 bool 5 6menu "Cell Broadband Engine options" 7 depends on PPC_CELL 8 9config SPU_FS 10 tristate "SPU file system" 11 default m 12 depends on PPC_CELL 13 depends on COREDUMP 14 select SPU_BASE 15 help 16 The SPU file system is used to access Synergistic Processing 17 Units on machines implementing the Broadband Processor 18 Architecture. 19 20config SPU_BASE 21 bool 22 select PPC_COPRO_BASE 23 24endmenu