Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig ARCH_STI
3 bool "STMicroelectronics Consumer Electronics SOCs"
4 depends on ARCH_MULTI_V7
5 select ARM_GIC
6 select ST_IRQCHIP
7 select ARM_GLOBAL_TIMER
8 select CLKSRC_ST_LPC
9 select PINCTRL
10 select PINCTRL_ST
11 select MFD_SYSCON
12 select ARCH_HAS_RESET_CONTROLLER
13 select HAVE_ARM_SCU if SMP
14 select GPIOLIB
15 select ARM_ERRATA_754322
16 select ARM_ERRATA_764369 if SMP
17 select ARM_ERRATA_775420
18 select PL310_ERRATA_753970 if CACHE_L2X0
19 select PL310_ERRATA_769419 if CACHE_L2X0
20 select RESET_CONTROLLER
21 help
22 Include support for STMicroelectronics' STiH407/10 and
23 STiH418 family SoCs using the Device Tree for discovery. More
24 information can be found in Documentation/arch/arm/sti/ and
25 Documentation/devicetree.
26
27if ARCH_STI
28
29config SOC_STIH407
30 bool "STiH407 STMicroelectronics Consumer Electronics family"
31 default y
32 select STIH407_RESET
33 help
34 This enables support for STMicroelectronics Digital Consumer
35 Electronics family StiH407 parts, targetted at set-top-box
36 and other digital audio/video applications using Flattened Device
37 Trees.
38
39endif