arch/powerpc/platforms/cell/Kconfig

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/cell/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/cell/Kconfig
Extension
[no extension]
Size
463 bytes
Lines
25
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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

Annotation

Implementation Notes