blob: 5bac59114ddaf0ae26ac51c7b2075936a3b960ad [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
9 select QCOM_SCM if SMP
10 help
11 Support for Qualcomm's devicetree based systems.
12
13if ARCH_QCOM
14
15menu "Qualcomm SoC Selection"
16
17config ARCH_MSM8X60
18 bool "Enable support for MSM8X60"
19 select CLKSRC_QCOM
20
21config ARCH_MSM8960
22 bool "Enable support for MSM8960"
23 select CLKSRC_QCOM
24
25config ARCH_MSM8974
26 bool "Enable support for MSM8974"
27 select HAVE_ARM_ARCH_TIMER
28
29endmenu
30
31config QCOM_SCM
32 bool
33
34endif