Merge 5.0-rc6 into driver-core-next
[linux/fpc-iii.git] / arch / arm / mach-qcom / Kconfig
blob46ed10a807f0dc80b72cd5c74190300771969163
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support"
3         depends on ARCH_MULTI_V7
4         select ARCH_SUPPORTS_BIG_ENDIAN
5         select ARM_GIC
6         select ARM_AMBA
7         select PINCTRL
8         select QCOM_SCM if SMP
9         help
10           Support for Qualcomm's devicetree based systems.
12 if ARCH_QCOM
14 config ARCH_MSM8X60
15         bool "Enable support for MSM8X60"
16         select CLKSRC_QCOM
18 config ARCH_MSM8960
19         bool "Enable support for MSM8960"
20         select CLKSRC_QCOM
22 config ARCH_MSM8974
23         bool "Enable support for MSM8974"
24         select HAVE_ARM_ARCH_TIMER
26 config ARCH_MDM9615
27         bool "Enable support for MDM9615"
28         select CLKSRC_QCOM
30 endif