blob: 48003ea652b9f56341cce4b8d1fe7fb2bf89d8d1 [file] [log] [blame]
Rob Herring21278ae2014-06-10 09:06:10 -05001menuconfig ARCH_QCOM
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06002 bool "Qualcomm Support" if ARCH_MULTI_V7
Stephen Boyde5ca0fe2014-09-22 14:42:39 -07003 select ARCH_SUPPORTS_BIG_ENDIAN
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06004 select ARM_GIC
Srinivas Kandagatla7831c4b2014-05-15 11:08:55 +01005 select ARM_AMBA
Andy Gross87cfb002014-04-14 22:10:37 -05006 select PINCTRL
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06007 select QCOM_SCM if SMP
8 help
9 Support for Qualcomm's devicetree based systems.
10
11if ARCH_QCOM
12
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060013config 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
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060025config QCOM_SCM
26 bool
27
28endif