Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (a2735c3067e7c25c46433c1d73b97d4d4e512de8) |
---|---|
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 KEYSTONE_TIMER | 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 KEYSTONE_TIMER |
7 select ARCH_HAS_RESET_CONTROLLER |
|
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 | 8 select ARM_ERRATA_798181 if SMP 9 select COMMON_CLK_KEYSTONE 10 select ARCH_SUPPORTS_BIG_ENDIAN 11 select ZONE_DMA if ARM_LPAE |
11 select MIGHT_HAVE_PCI 12 select PCI_DOMAINS if PCI | |
13 select PINCTRL 14 help 15 Support for boards based on the Texas Instruments Keystone family of 16 SoCs. | 12 select PINCTRL 13 help 14 Support for boards based on the Texas Instruments Keystone family of 15 SoCs. |