diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-09-23 01:42:39 +0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-01-19 20:53:30 +0300 |
commit | e5ca0feb860baacd635aa684c72821e640a1dfa6 (patch) | |
tree | 1cfc919cdc1ad460091c917224f0078480d9b922 /arch/arm/mach-qcom/Kconfig | |
parent | 9edb4b132f1879a24ac2b4495239175fa13b27fe (diff) | |
download | linux-e5ca0feb860baacd635aa684c72821e640a1dfa6.tar.xz |
ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN
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>
Diffstat (limited to 'arch/arm/mach-qcom/Kconfig')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index ee5697ba05bc..29aa8e1970b0 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -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 |