arch/arm/mach-lpc32xx/Kconfig

Source file repositories/reference/linux-study-clean/arch/arm/mach-lpc32xx/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-lpc32xx/Kconfig
Extension
[no extension]
Size
308 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arm
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-only

config ARCH_LPC32XX
	bool "NXP LPC32XX"
	depends on ARCH_MULTI_V5
	depends on CPU_LITTLE_ENDIAN
	select ARM_AMBA
	select CLKSRC_LPC32XX
	select CPU_ARM926T
	select GPIOLIB
	select LPC32XX_DMAMUX if AMBA_PL08X
	help
	  Support for the NXP LPC32XX family of processors

Annotation

Implementation Notes