xref: /openbmc/linux/arch/arm/mach-qcom/Kconfig (revision 7831c4b2)
1config ARCH_QCOM
2	bool "Qualcomm Support" if ARCH_MULTI_V7
3	select ARCH_REQUIRE_GPIOLIB
4	select ARM_GIC
5	select ARM_AMBA
6	select CLKSRC_OF
7	select GENERIC_CLOCKEVENTS
8	select HAVE_SMP
9	select QCOM_SCM if SMP
10	help
11	  Support for Qualcomm's devicetree based systems.
12
13if ARCH_QCOM
14
15menu "Qualcomm SoC Selection"
16
17config ARCH_MSM8X60
18	bool "Enable support for MSM8X60"
19	select CLKSRC_QCOM
20
21config ARCH_MSM8960
22	bool "Enable support for MSM8960"
23	select CLKSRC_QCOM
24
25config ARCH_MSM8974
26	bool "Enable support for MSM8974"
27	select HAVE_ARM_ARCH_TIMER
28
29endmenu
30
31config QCOM_SCM
32	bool
33
34endif
35