xref: /linux/arch/arm/mach-sti/Kconfig (revision f39b6c468c52745dbca9a842d91c8373fda208ab)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
265ebcc11SSrinivas Kandagatlamenuconfig ARCH_STI
3e3246542SMasahiro Yamada	bool "STMicroelectronics Consumer Electronics SOCs"
4e3246542SMasahiro Yamada	depends on ARCH_MULTI_V7
565ebcc11SSrinivas Kandagatla	select ARM_GIC
656439ab0SLee Jones	select ST_IRQCHIP
765ebcc11SSrinivas Kandagatla	select ARM_GLOBAL_TIMER
82ffdf71bSDaniel Lezcano	select CLKSRC_ST_LPC
965ebcc11SSrinivas Kandagatla	select PINCTRL
1065ebcc11SSrinivas Kandagatla	select PINCTRL_ST
1165ebcc11SSrinivas Kandagatla	select MFD_SYSCON
128cd9bf18SStephen Gallimore	select ARCH_HAS_RESET_CONTROLLER
1365ebcc11SSrinivas Kandagatla	select HAVE_ARM_SCU if SMP
145c34a4e8SLinus Walleij	select GPIOLIB
1565ebcc11SSrinivas Kandagatla	select ARM_ERRATA_754322
16a48c4904SOlof Johansson	select ARM_ERRATA_764369 if SMP
17c9250073SSrinivas Kandagatla	select ARM_ERRATA_775420
18a641f3a6SRussell King	select PL310_ERRATA_753970 if CACHE_L2X0
19a641f3a6SRussell King	select PL310_ERRATA_769419 if CACHE_L2X0
201fd01aa2SArnd Bergmann	select RESET_CONTROLLER
2165ebcc11SSrinivas Kandagatla	help
22*6bbe133eSAlain Volmat	  Include support for STMicroelectronics' STiH407/10 and
2333406c80SLee Jones	  STiH418 family SoCs using the Device Tree for discovery.  More
24e318b36eSJonathan Corbet	  information can be found in Documentation/arch/arm/sti/ and
2533406c80SLee Jones	  Documentation/devicetree.
2665ebcc11SSrinivas Kandagatla
2765ebcc11SSrinivas Kandagatlaif ARCH_STI
2865ebcc11SSrinivas Kandagatla
29c2732114SPeter Griffinconfig SOC_STIH407
30c2732114SPeter Griffin	bool "STiH407 STMicroelectronics Consumer Electronics family"
31c2732114SPeter Griffin	default y
32c2732114SPeter Griffin	select STIH407_RESET
33c2732114SPeter Griffin	help
34c2732114SPeter Griffin	  This enables support for STMicroelectronics Digital Consumer
35c2732114SPeter Griffin	  Electronics family StiH407 parts, targetted at set-top-box
36c2732114SPeter Griffin	  and other digital audio/video applications using Flattened Device
37c2732114SPeter Griffin	  Trees.
38c2732114SPeter Griffin
3965ebcc11SSrinivas Kandagatlaendif
40