diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-09-22 17:42:39 -0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-01-19 12:53:30 -0500 |
commit | e5ca0feb860baacd635aa684c72821e640a1dfa6 (patch) | |
tree | 1cfc919cdc1ad460091c917224f0078480d9b922 /arch/arm | |
parent | 9edb4b132f1879a24ac2b4495239175fa13b27fe (diff) |
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')
-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 @@ | |||
1 | menuconfig ARCH_QCOM | 1 | menuconfig ARCH_QCOM |
2 | bool "Qualcomm Support" if ARCH_MULTI_V7 | 2 | bool "Qualcomm Support" if ARCH_MULTI_V7 |
3 | select ARCH_REQUIRE_GPIOLIB | 3 | select ARCH_REQUIRE_GPIOLIB |
4 | select ARCH_SUPPORTS_BIG_ENDIAN | ||
4 | select ARM_GIC | 5 | select ARM_GIC |
5 | select ARM_AMBA | 6 | select ARM_AMBA |
6 | select CLKSRC_OF | 7 | select CLKSRC_OF |