GNU Linux-libre 5.4.274-gnu1
[releases.git] / arch / arm / mach-qcom / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_QCOM
3         bool "Qualcomm Support"
4         depends on ARCH_MULTI_V7
5         select ARCH_SUPPORTS_BIG_ENDIAN
6         select ARM_GIC
7         select ARM_AMBA
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 ARCH_MDM9615
28         bool "Enable support for MDM9615"
29         select CLKSRC_QCOM
30
31 endif