arch/mips/loongson32/Kconfig

Source file repositories/reference/linux-study-clean/arch/mips/loongson32/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/mips/loongson32/Kconfig
Extension
[no extension]
Size
284 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/mips
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 BUILTIN_DTB_NAME
	string "Source file for built-in DTB"
	depends on BUILTIN_DTB
	help
	  Base name (without suffix, relative to arch/mips/boot/dts/loongson)
	  for the DTS file that will be used to produce the DTB linked into
	  the kernel.

Annotation

Implementation Notes