aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorTaras Kondratiuk <taras.kondratiuk@linaro.org>2013-11-23 16:36:16 -0500
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2013-12-16 16:03:35 -0500
commit89b3feefa2e0ca2ba09e637a8a23838e9561c3a2 (patch)
treebc4143352b9ff694829f0844599ada593172c407 /arch/arm/mach-keystone
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ARM: keystone: enable big endian support
Keystone code is big endian compatible, so mark it as one that supports big endian. Note this patch just allows to select Big endian build for ARCH_KEYSTONE, but it does not enable BE by default. Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index f20c53e75ed9..8a9e943a3240 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -11,6 +11,7 @@ config ARCH_KEYSTONE
11 select ARM_ERRATA_798181 if SMP 11 select ARM_ERRATA_798181 if SMP
12 select COMMON_CLK_KEYSTONE 12 select COMMON_CLK_KEYSTONE
13 select TI_EDMA 13 select TI_EDMA
14 select ARCH_SUPPORTS_BIG_ENDIAN
14 help 15 help
15 Support for boards based on the Texas Instruments Keystone family of 16 Support for boards based on the Texas Instruments Keystone family of
16 SoCs. 17 SoCs.