ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-qcom / Kconfig
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select ARCH_SUPPORTS_BIG_ENDIAN
5         select ARM_GIC
6         select ARM_AMBA
7         select CLKSRC_OF
8         select PINCTRL
9         select QCOM_SCM if SMP
10         help
11           Support for Qualcomm's devicetree based systems.
12
13 if ARCH_QCOM
14
15 config ARCH_MSM8X60
16         bool "Enable support for MSM8X60"
17         select CLKSRC_QCOM
18
19 config ARCH_MSM8960
20         bool "Enable support for MSM8960"
21         select CLKSRC_QCOM
22
23 config ARCH_MSM8974
24         bool "Enable support for MSM8974"
25         select HAVE_ARM_ARCH_TIMER
26
27 config QCOM_SCM
28         bool
29
30 endif