arch/arm/mach-actions/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-actions/Kconfig
Extension
[no extension]
Size
438 bytes
Lines
17
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
menuconfig ARCH_ACTIONS
	bool "Actions Semi SoCs"
	depends on ARCH_MULTI_V7
	select ARM_AMBA
	select ARM_GIC
	select ARM_GLOBAL_TIMER
	select CACHE_L2X0
	select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
	select GENERIC_IRQ_CHIP
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select OWL_PM_DOMAINS_HELPER
	select OWL_TIMER
	help
	  This enables support for the Actions Semiconductor S500 SoC family.

Annotation

Implementation Notes