18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_cimenuconfig ARCH_STI
38c2ecf20Sopenharmony_ci	bool "STMicroelectronics Consumer Electronics SOCs"
48c2ecf20Sopenharmony_ci	depends on ARCH_MULTI_V7
58c2ecf20Sopenharmony_ci	select ARM_GIC
68c2ecf20Sopenharmony_ci	select ST_IRQCHIP
78c2ecf20Sopenharmony_ci	select ARM_GLOBAL_TIMER
88c2ecf20Sopenharmony_ci	select CLKSRC_ST_LPC
98c2ecf20Sopenharmony_ci	select PINCTRL
108c2ecf20Sopenharmony_ci	select PINCTRL_ST
118c2ecf20Sopenharmony_ci	select MFD_SYSCON
128c2ecf20Sopenharmony_ci	select ARCH_HAS_RESET_CONTROLLER
138c2ecf20Sopenharmony_ci	select HAVE_ARM_SCU if SMP
148c2ecf20Sopenharmony_ci	select GPIOLIB
158c2ecf20Sopenharmony_ci	select ARM_ERRATA_754322
168c2ecf20Sopenharmony_ci	select ARM_ERRATA_764369 if SMP
178c2ecf20Sopenharmony_ci	select ARM_ERRATA_775420
188c2ecf20Sopenharmony_ci	select PL310_ERRATA_753970 if CACHE_L2X0
198c2ecf20Sopenharmony_ci	select PL310_ERRATA_769419 if CACHE_L2X0
208c2ecf20Sopenharmony_ci	select RESET_CONTROLLER
218c2ecf20Sopenharmony_ci	help
228c2ecf20Sopenharmony_ci	  Include support for STMicroelectronics' STiH415/416, STiH407/10 and
238c2ecf20Sopenharmony_ci	  STiH418 family SoCs using the Device Tree for discovery.  More
248c2ecf20Sopenharmony_ci	  information can be found in Documentation/arm/sti/ and
258c2ecf20Sopenharmony_ci	  Documentation/devicetree.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciif ARCH_STI
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciconfig SOC_STIH415
308c2ecf20Sopenharmony_ci	bool "STiH415 STMicroelectronics Consumer Electronics family"
318c2ecf20Sopenharmony_ci	default y
328c2ecf20Sopenharmony_ci	help
338c2ecf20Sopenharmony_ci	  This enables support for STMicroelectronics Digital Consumer
348c2ecf20Sopenharmony_ci	  Electronics family StiH415 parts, primarily targeted at set-top-box
358c2ecf20Sopenharmony_ci	  and other digital audio/video applications using Flattned Device
368c2ecf20Sopenharmony_ci	  Trees.
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ciconfig SOC_STIH416
398c2ecf20Sopenharmony_ci	bool "STiH416 STMicroelectronics Consumer Electronics family"
408c2ecf20Sopenharmony_ci	default y
418c2ecf20Sopenharmony_ci	help
428c2ecf20Sopenharmony_ci	  This enables support for STMicroelectronics Digital Consumer
438c2ecf20Sopenharmony_ci	  Electronics family StiH416 parts, primarily targeted at set-top-box
448c2ecf20Sopenharmony_ci	  and other digital audio/video applications using Flattened Device
458c2ecf20Sopenharmony_ci	  Trees.
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciconfig SOC_STIH407
488c2ecf20Sopenharmony_ci	bool "STiH407 STMicroelectronics Consumer Electronics family"
498c2ecf20Sopenharmony_ci	default y
508c2ecf20Sopenharmony_ci	select STIH407_RESET
518c2ecf20Sopenharmony_ci	help
528c2ecf20Sopenharmony_ci	  This enables support for STMicroelectronics Digital Consumer
538c2ecf20Sopenharmony_ci	  Electronics family StiH407 parts, targetted at set-top-box
548c2ecf20Sopenharmony_ci	  and other digital audio/video applications using Flattened Device
558c2ecf20Sopenharmony_ci	  Trees.
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_ciendif
58