# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_ARCH_STI[0m bool "STMicroelectronics Consumer Electronics SOCs" depends on [31mCONFIG_ARCH_MULTI_V7[0m select [31mCONFIG_ARM_GIC[0m select [31mCONFIG_ST_IRQCHIP[0m select [31mCONFIG_ARM_GLOBAL_TIMER[0m select [31mCONFIG_CLKSRC_ST_LPC[0m select [31mCONFIG_PINCTRL[0m select [31mCONFIG_PINCTRL_ST[0m select [31mCONFIG_MFD_SYSCON[0m select [31mCONFIG_ARCH_HAS_RESET_CONTROLLER[0m select [31mCONFIG_HAVE_ARM_SCU[0m if [31mCONFIG_SMP[0m select [31mCONFIG_GPIOLIB[0m select [31mCONFIG_ARM_ERRATA_754322[0m select [31mCONFIG_ARM_ERRATA_764369[0m if [31mCONFIG_SMP[0m select [31mCONFIG_ARM_ERRATA_775420[0m select [31mCONFIG_PL310_ERRATA_753970[0m if [31mCONFIG_CACHE_L2X0[0m select [31mCONFIG_PL310_ERRATA_769419[0m if [31mCONFIG_CACHE_L2X0[0m select [31mCONFIG_RESET_CONTROLLER[0m help Include support for STMicroelectronics' STiH415/416, STiH407/10 and STiH418 family SoCs using the Device Tree for discovery. More information can be found in Documentation/arm/sti/ and Documentation/devicetree. if [31mCONFIG_ARCH_STI[0m config [31mCONFIG_SOC_STIH415[0m bool "STiH415 STMicroelectronics Consumer Electronics family" default y help This enables support for STMicroelectronics Digital Consumer Electronics family StiH415 parts, primarily targeted at set-top-box and other digital audio/video applications using Flattned Device Trees. config [31mCONFIG_SOC_STIH416[0m bool "STiH416 STMicroelectronics Consumer Electronics family" default y help This enables support for STMicroelectronics Digital Consumer Electronics family StiH416 parts, primarily targeted at set-top-box and other digital audio/video applications using Flattened Device Trees. config [31mCONFIG_SOC_STIH407[0m bool "STiH407 STMicroelectronics Consumer Electronics family" default y select [31mCONFIG_STIH407_RESET[0m help This enables support for STMicroelectronics Digital Consumer Electronics family StiH407 parts, targetted at set-top-box and other digital audio/video applications using Flattened Device Trees. endif |