blob: 63502cc57f9e15798c38701a57d56220d6671e59 [file] [log] [blame]
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001config ARCH_QCOM
2 bool "Qualcomm Support" if ARCH_MULTI_V7
3 select ARCH_REQUIRE_GPIOLIB
4 select ARM_GIC
Srinivas Kandagatla7831c4b2014-05-15 11:08:55 +01005 select ARM_AMBA
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06006 select CLKSRC_OF
7 select GENERIC_CLOCKEVENTS
8 select HAVE_SMP
Andy Gross87cfb002014-04-14 22:10:37 -05009 select PINCTRL
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060010 select QCOM_SCM if SMP
11 help
12 Support for Qualcomm's devicetree based systems.
13
14if ARCH_QCOM
15
16menu "Qualcomm SoC Selection"
17
18config ARCH_MSM8X60
19 bool "Enable support for MSM8X60"
20 select CLKSRC_QCOM
21
22config ARCH_MSM8960
23 bool "Enable support for MSM8960"
24 select CLKSRC_QCOM
25
26config ARCH_MSM8974
27 bool "Enable support for MSM8974"
28 select HAVE_ARM_ARCH_TIMER
29
30endmenu
31
32config QCOM_SCM
33 bool
34
35endif