summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2013-02-01 09:31:34 +0000
committerBen Dooks <ben.dooks@codethink.co.uk>2013-08-30 19:53:24 +0100
commitd3bac919e7843989aff4bcc8fc3b9657245820b6 (patch)
tree4d841705dae9af5c8f99af5c11f2a29295f694c3
parentd0b41196e6e94de7b5826e210e6ad09c60216da3 (diff)
downloadlinux-d3bac919e7843989aff4bcc8fc3b9657245820b6.tar.gz
highbank: enable big-endian
Apart from a xgmac driver issue, the highbank seems to work correctly in big-endian mode. Allow the selection of big-endian in the system. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
-rw-r--r--arch/arm/mach-highbank/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
index cd9fcb1cd7ab..f82bd883f8f3 100644
--- a/arch/arm/mach-highbank/Kconfig
+++ b/arch/arm/mach-highbank/Kconfig
@@ -2,6 +2,7 @@ config ARCH_HIGHBANK
bool "Calxeda ECX-1000/2000 (Highbank/Midway)" if ARCH_MULTI_V7
select ARCH_HAS_CPUFREQ
select ARCH_HAS_OPP
+ select ARCH_SUPPORTS_BIG_ENDIAN
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_AMBA
select ARM_GIC
@@ -18,3 +19,4 @@ config ARCH_HIGHBANK
select PL320_MBOX
select SPARSE_IRQ
select USE_OF
+