Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menuconfig CONFIG_ARCH_STI
	bool "STMicroelectronics Consumer Electronics SOCs"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARM_GIC
	select CONFIG_ST_IRQCHIP
	select CONFIG_ARM_GLOBAL_TIMER
	select CONFIG_CLKSRC_ST_LPC
	select CONFIG_PINCTRL
	select CONFIG_PINCTRL_ST
	select CONFIG_MFD_SYSCON
	select CONFIG_ARCH_HAS_RESET_CONTROLLER
	select CONFIG_HAVE_ARM_SCU if CONFIG_SMP
	select CONFIG_GPIOLIB
	select CONFIG_ARM_ERRATA_754322
	select CONFIG_ARM_ERRATA_764369 if CONFIG_SMP
	select CONFIG_ARM_ERRATA_775420
	select CONFIG_PL310_ERRATA_753970 if CONFIG_CACHE_L2X0
	select CONFIG_PL310_ERRATA_769419 if CONFIG_CACHE_L2X0
	select CONFIG_RESET_CONTROLLER
	help
	  Include support for STMicroelectronics' STiH415/416, STiH407/10 and
	  STiH418 family SoCs using the Device Tree for discovery.  More
	  information can be found in Documentation/arm/sti/ and
	  Documentation/devicetree.

if CONFIG_ARCH_STI

config CONFIG_SOC_STIH415
	bool "STiH415 STMicroelectronics Consumer Electronics family"
	default y
	help
	  This enables support for STMicroelectronics Digital Consumer
	  Electronics family StiH415 parts, primarily targeted at set-top-box
	  and other digital audio/video applications using Flattned Device
	  Trees.

config CONFIG_SOC_STIH416
	bool "STiH416 STMicroelectronics Consumer Electronics family"
	default y
	help
	  This enables support for STMicroelectronics Digital Consumer
	  Electronics family StiH416 parts, primarily targeted at set-top-box
	  and other digital audio/video applications using Flattened Device
	  Trees.

config CONFIG_SOC_STIH407
	bool "STiH407 STMicroelectronics Consumer Electronics family"
	default y
	select CONFIG_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