blob: 46ed10a807f0dc80b72cd5c74190300771969163 [file] [log] [blame]
Rob Herring21278ae2014-06-10 09:06:10 -05001menuconfig ARCH_QCOM
Masahiro Yamadae3246542015-11-16 12:06:10 +09002 bool "Qualcomm Support"
3 depends on ARCH_MULTI_V7
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
Andy Gross87cfb002014-04-14 22:10:37 -05007 select PINCTRL
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06008 select QCOM_SCM if SMP
9 help
10 Support for Qualcomm's devicetree based systems.
11
12if ARCH_QCOM
13
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060014config 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
Neil Armstrong78700c02016-06-17 12:31:23 +020026config ARCH_MDM9615
27 bool "Enable support for MDM9615"
28 select CLKSRC_QCOM
29
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060030endif