xref: /openbmc/linux/arch/arm/mach-qcom/Kconfig (revision e7062b10)
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 QCOM_SCM if SMP
7	help
8	  Support for Qualcomm's devicetree based systems.
9
10if ARCH_QCOM
11
12menu "Qualcomm SoC Selection"
13
14config ARCH_MSM8X60
15	bool "Enable support for MSM8X60"
16	select CLKSRC_QCOM
17
18config ARCH_MSM8960
19	bool "Enable support for MSM8960"
20	select CLKSRC_QCOM
21
22config ARCH_MSM8974
23	bool "Enable support for MSM8974"
24	select HAVE_ARM_ARCH_TIMER
25
26endmenu
27
28config QCOM_SCM
29	bool
30
31endif
32