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