Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.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_IPQ40XX
16         bool "Enable support for IPQ40XX"
17         select CLKSRC_QCOM
18         select HAVE_ARM_ARCH_TIMER
19
20 config ARCH_MSM8X60
21         bool "Enable support for MSM8X60"
22         select CLKSRC_QCOM
23
24 config ARCH_MSM8960
25         bool "Enable support for MSM8960"
26         select CLKSRC_QCOM
27
28 config ARCH_MSM8974
29         bool "Enable support for MSM8974"
30         select HAVE_ARM_ARCH_TIMER
31
32 config ARCH_MDM9615
33         bool "Enable support for MDM9615"
34         select CLKSRC_QCOM
35
36 endif