1menuconfig ARCH_STI 2 bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7 3 select ARM_GIC 4 select ARM_GLOBAL_TIMER 5 select PINCTRL 6 select PINCTRL_ST 7 select MFD_SYSCON 8 select HAVE_ARM_SCU if SMP 9 select ARCH_REQUIRE_GPIOLIB 10 select ARM_ERRATA_754322 11 select ARM_ERRATA_764369 if SMP 12 select ARM_ERRATA_775420 13 select PL310_ERRATA_753970 if CACHE_PL310 14 select PL310_ERRATA_769419 if CACHE_PL310 15 help 16 Include support for STiH41x SOCs like STiH415/416 using the device tree 17 for discovery 18 More information at Documentation/arm/STiH41x and 19 at Documentation/devicetree 20 21 22if ARCH_STI 23 24config SOC_STIH415 25 bool "STiH415 STMicroelectronics Consumer Electronics family" 26 default y 27 help 28 This enables support for STMicroelectronics Digital Consumer 29 Electronics family StiH415 parts, primarily targeted at set-top-box 30 and other digital audio/video applications using Flattned Device 31 Trees. 32 33config SOC_STIH416 34 bool "STiH416 STMicroelectronics Consumer Electronics family" 35 default y 36 help 37 This enables support for STMicroelectronics Digital Consumer 38 Electronics family StiH416 parts, primarily targeted at set-top-box 39 and other digital audio/video applications using Flattened Device 40 Trees. 41 42endif 43