arch/arm/mach-highbank/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-highbank/Kconfig
Extension
[no extension]
Size
433 bytes
Lines
18
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_HIGHBANK
	bool "Calxeda ECX-1000/2000 (Highbank/Midway)"
	depends on ARCH_MULTI_V7
	select ARM_AMBA
	select ARM_ERRATA_764369 if SMP
	select ARM_ERRATA_775420
	select ARM_ERRATA_798181 if SMP
	select ARM_GIC
	select ARM_PSCI
	select ARM_TIMER_SP804
	select CACHE_L2X0
	select HAVE_ARM_SCU
	select HAVE_ARM_TWD if SMP
	select MAILBOX
	select PL320_MBOX
	select ZONE_DMA if ARM_LPAE

Annotation

Implementation Notes