arch/arm/mach-sti/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-sti/Kconfig
Extension
[no extension]
Size
1116 bytes
Lines
40
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_STI
	bool "STMicroelectronics Consumer Electronics SOCs"
	depends on ARCH_MULTI_V7
	select ARM_GIC
	select ST_IRQCHIP
	select ARM_GLOBAL_TIMER
	select CLKSRC_ST_LPC
	select PINCTRL
	select PINCTRL_ST
	select MFD_SYSCON
	select ARCH_HAS_RESET_CONTROLLER
	select HAVE_ARM_SCU if SMP
	select GPIOLIB
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_ERRATA_775420
	select PL310_ERRATA_753970 if CACHE_L2X0
	select PL310_ERRATA_769419 if CACHE_L2X0
	select RESET_CONTROLLER
	help
	  Include support for STMicroelectronics' STiH407/10 and
	  STiH418 family SoCs using the Device Tree for discovery.  More
	  information can be found in Documentation/arch/arm/sti/ and
	  Documentation/devicetree.

if ARCH_STI

config SOC_STIH407
	bool "STiH407 STMicroelectronics Consumer Electronics family"
	default y
	select STIH407_RESET
	help
	  This enables support for STMicroelectronics Digital Consumer
	  Electronics family StiH407 parts, targetted at set-top-box
	  and other digital audio/video applications using Flattened Device
	  Trees.

endif

Annotation

Implementation Notes