diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2013-05-29 00:34:50 +0400 |
---|---|---|
committer | Ben Dooks <ben.dooks@codethink.co.uk> | 2013-10-19 23:46:34 +0400 |
commit | 98dec91fa36a4a74f7c44dd2dfb000203656f4f4 (patch) | |
tree | 9131b2b8a3ca37737d3e616edbf378541fd61123 /arch/arm/mach-vexpress | |
parent | bca028e7c2537fea9f401c20dd7b2103358b5efe (diff) | |
download | linux-98dec91fa36a4a74f7c44dd2dfb000203656f4f4.tar.xz |
ARM: vexpress: add big endian support
Add support for the versatile express systems to boot big-endian.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 365795447804..4fe8ebe5b2d4 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -1,6 +1,7 @@ config ARCH_VEXPRESS bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7 select ARCH_REQUIRE_GPIOLIB + select ARCH_SUPPORTS_BIG_ENDIAN select ARM_AMBA select ARM_GIC select ARM_TIMER_SP804 |