14 lines
396 B
Text
14 lines
396 B
Text
config ARCH_KEYSTONE
|
|
bool "Texas Instruments Keystone Devices"
|
|
depends on ARCH_MULTI_V7
|
|
depends on ARM_PATCH_PHYS_VIRT
|
|
select ARM_GIC
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select CLKSRC_MMIO
|
|
select ARM_ERRATA_798181 if SMP
|
|
select COMMON_CLK_KEYSTONE
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
select ZONE_DMA if ARM_LPAE
|
|
help
|
|
Support for boards based on the Texas Instruments Keystone family of
|
|
SoCs.
|