arch/arm/mach-mv78xx0/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-mv78xx0/Kconfig
Extension
[no extension]
Size
546 bytes
Lines
26
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_MV78XX0
	bool "Marvell MV78xx0"
	depends on ARCH_MULTI_V5
	depends on CPU_LITTLE_ENDIAN
	depends on ATAGS
	select CPU_FEROCEON
	select GPIOLIB
	select GPIOLIB_LEGACY
	select MVEBU_MBUS
	select FORCE_PCI
	select PLAT_ORION_LEGACY
	help
	  Support for the following Marvell MV78xx0 series SoCs:
	  MV781x0, MV782x0.

if ARCH_MV78XX0

config MACH_TERASTATION_WXL
	bool "Buffalo WLX (Terastation Duo) NAS"
	help
	  Say 'Y' here if you want your kernel to support the
	  Buffalo WXL Nas.

endif

Annotation

Implementation Notes