arch/arm/mach-ixp4xx/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-ixp4xx/Kconfig
Extension
[no extension]
Size
499 bytes
Lines
20
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
menuconfig ARCH_IXP4XX
	bool "IXP4xx-based platforms"
	depends on ARCH_MULTI_V5
	depends on CPU_BIG_ENDIAN
	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
	select CPU_XSCALE
	select GPIO_IXP4XX
	select GPIOLIB
	select FORCE_PCI
	select I2C
	select I2C_IOP3XX
	select IXP4XX_IRQ
	select IXP4XX_TIMER
	select USB_EHCI_BIG_ENDIAN_DESC
	select USB_EHCI_BIG_ENDIAN_MMIO
	select USE_OF
	help
	  Support for Intel's IXP4XX (XScale) family of processors.

Annotation

Implementation Notes