blob: 29aa8e1970b06b32a94924780434f9a4b0cb8827 [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
3 select ARCH_REQUIRE_GPIOLIB
Stephen Boyde5ca0fe2014-09-22 14:42:39 -07004 select ARCH_SUPPORTS_BIG_ENDIAN
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06005 select ARM_GIC
Srinivas Kandagatla7831c4b2014-05-15 11:08:55 +01006 select ARM_AMBA
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06007 select CLKSRC_OF
Andy Gross87cfb002014-04-14 22:10:37 -05008 select PINCTRL
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06009 select QCOM_SCM if SMP
10 help
11 Support for Qualcomm's devicetree based systems.
12
13if ARCH_QCOM
14
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060015config 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
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060027config QCOM_SCM
28 bool
29
30endif