arch/powerpc/platforms/microwatt/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/microwatt/Kconfig
Extension
[no extension]
Size
305 bytes
Lines
13
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_MICROWATT
	depends on PPC_BOOK3S_64
	bool "Microwatt SoC platform"
	select PPC_XICS
	select PPC_ICS_NATIVE
	select PPC_ICP_NATIVE
	select PPC_UDBG_16550
	select COMMON_CLK
	help
          This option enables support for FPGA-based Microwatt implementations.

Annotation

Implementation Notes