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