1 # SPDX-License-Identifier: GPL-2.0-only 2 menuconfig ARCH_STI 3 bool "STMicroelectronics Consumer Elec 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_L2 19 select PL310_ERRATA_769419 if CACHE_L2 20 select RESET_CONTROLLER 21 help 22 Include support for STMicroelectroni 23 STiH418 family SoCs using the Device 24 information can be found in Document 25 Documentation/devicetree. 26 27 if ARCH_STI 28 29 config SOC_STIH415 30 bool "STiH415 STMicroelectronics Consu 31 default y 32 help 33 This enables support for STMicroelec 34 Electronics family StiH415 parts, pr 35 and other digital audio/video applic 36 Trees. 37 38 config SOC_STIH416 39 bool "STiH416 STMicroelectronics Consu 40 default y 41 help 42 This enables support for STMicroelec 43 Electronics family StiH416 parts, pr 44 and other digital audio/video applic 45 Trees. 46 47 config SOC_STIH407 48 bool "STiH407 STMicroelectronics Consu 49 default y 50 select STIH407_RESET 51 help 52 This enables support for STMicroelec 53 Electronics family StiH407 parts, ta 54 and other digital audio/video applic 55 Trees. 56 57 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.