ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 22 Sep 2014 21:42:39 +0000 (14:42 -0700)
committerKumar Gala <galak@codeaurora.org>
Mon, 19 Jan 2015 17:53:30 +0000 (11:53 -0600)
We can run qcom platforms in big-endian mode. Select the option.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm/mach-qcom/Kconfig

index ee5697ba05bc12764436421e8b786e35b22239e5..29aa8e1970b06b32a94924780434f9a4b0cb8827 100644 (file)
@@ -1,6 +1,7 @@
 menuconfig ARCH_QCOM
        bool "Qualcomm Support" if ARCH_MULTI_V7
        select ARCH_REQUIRE_GPIOLIB
+       select ARCH_SUPPORTS_BIG_ENDIAN
        select ARM_GIC
        select ARM_AMBA
        select CLKSRC_OF
This page took 0.029586 seconds and 5 git commands to generate.