1config ARCH_KEYSTONE 2 bool "Texas Instruments Keystone Devices" 3 depends on ARCH_MULTI_V7 4 select ARM_GIC 5 select HAVE_ARM_ARCH_TIMER 6 select CLKSRC_MMIO 7 select ARM_ERRATA_798181 if SMP 8 select COMMON_CLK_KEYSTONE 9 select ARCH_SUPPORTS_BIG_ENDIAN 10 select ZONE_DMA if ARM_LPAE 11 help 12 Support for boards based on the Texas Instruments Keystone family of 13 SoCs. 14