arch/csky/Kconfig.platforms

Source file repositories/reference/linux-study-clean/arch/csky/Kconfig.platforms

File Facts

System
Linux kernel
Corpus path
arch/csky/Kconfig.platforms
Extension
.platforms
Size
197 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/csky
Inferred role
Architecture Layer: arch/csky
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

menu "Platform drivers selection"

config ARCH_CSKY_DW_APB_ICTL
	bool "Select dw-apb interrupt controller"
	select DW_APB_ICTL
	default y
	help
	  This enables support for snps dw-apb-ictl
endmenu

Annotation

Implementation Notes