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