1menuconfig ARCH_STI 2 bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7 3 select ARM_GIC 4 select ST_IRQCHIP 5 select ARM_GLOBAL_TIMER 6 select CLKSRC_ST_LPC 7 select PINCTRL 8 select PINCTRL_ST 9 select MFD_SYSCON 10 select ARCH_HAS_RESET_CONTROLLER 11 select HAVE_ARM_SCU if SMP 12 select ARCH_REQUIRE_GPIOLIB 13 select ARM_ERRATA_754322 14 select ARM_ERRATA_764369 if SMP 15 select ARM_ERRATA_775420 16 select PL310_ERRATA_753970 if CACHE_L2X0 17 select PL310_ERRATA_769419 if CACHE_L2X0 18 select RESET_CONTROLLER 19 help 20 Include support for STiH41x SOCs like STiH415/416 using the device tree 21 for discovery 22 More information at Documentation/arm/STiH41x and 23 at Documentation/devicetree 24 25 26if ARCH_STI 27 28config SOC_STIH415 29 bool "STiH415 STMicroelectronics Consumer Electronics family" 30 default y 31 select STIH415_RESET 32 help 33 This enables support for STMicroelectronics Digital Consumer 34 Electronics family StiH415 parts, primarily targeted at set-top-box 35 and other digital audio/video applications using Flattned Device 36 Trees. 37 38config SOC_STIH416 39 bool "STiH416 STMicroelectronics Consumer Electronics family" 40 default y 41 select STIH416_RESET 42 help 43 This enables support for STMicroelectronics Digital Consumer 44 Electronics family StiH416 parts, primarily targeted at set-top-box 45 and other digital audio/video applications using Flattened Device 46 Trees. 47 48config SOC_STIH407 49 bool "STiH407 STMicroelectronics Consumer Electronics family" 50 default y 51 select STIH407_RESET 52 help 53 This enables support for STMicroelectronics Digital Consumer 54 Electronics family StiH407 parts, targetted at set-top-box 55 and other digital audio/video applications using Flattened Device 56 Trees. 57 58endif 59