blob: 8ca4247f126e3ba63bb101511d2e364a6ca75692 [file] [log] [blame]
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001if ARCH_QCOM
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -08002menu "QCOM SoC Type"
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06003
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06004config ARCH_MSM8X60
5 bool "Enable support for MSM8X60"
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -08006 select ARCH_SUPPORTS_BIG_ENDIAN
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -08007 select ARM_AMBA
8 select QCOM_SCM if SMP
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06009 select CLKSRC_QCOM
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080010 select CLKSRC_OF
11 select COMMON_CLK
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060012
13config ARCH_MSM8960
14 bool "Enable support for MSM8960"
15 select CLKSRC_QCOM
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080016 select ARCH_SUPPORTS_BIG_ENDIAN
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080017 select ARM_AMBA
18 select QCOM_SCM if SMP
19 select CLKSRC_OF
20 select COMMON_CLK
21
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060022
23config ARCH_MSM8974
24 bool "Enable support for MSM8974"
25 select HAVE_ARM_ARCH_TIMER
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080026 select ARCH_SUPPORTS_BIG_ENDIAN
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080027 select ARM_AMBA
28 select QCOM_SCM if SMP
29 select CLKSRC_OF
30 select COMMON_CLK
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060031
Neil Armstrong78700c02016-06-17 12:31:23 +020032config ARCH_MDM9615
33 bool "Enable support for MDM9615"
34 select CLKSRC_QCOM
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080035 select ARCH_SUPPORTS_BIG_ENDIAN
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080036 select ARM_AMBA
37 select QCOM_SCM if SMP
38 select CLKSRC_OF
39 select COMMON_CLK
Neil Armstrong78700c02016-06-17 12:31:23 +020040
Runmin Wang88a6fcb2017-04-19 15:28:07 -070041config ARCH_SDXPOORWILLS
42 bool "Enable support for SDXPOORWILLS"
43 select CPU_V7
44 select HAVE_ARM_ARCH_TIMER
45 select MSM_CORTEX_A7
Runmin Wang88a6fcb2017-04-19 15:28:07 -070046 select PINCTRL
47 select QCOM_SCM if SMP
48 select MSM_JTAG_MM if CORESIGHT_ETM
49 select PM_DEVFREQ
50 select COMMON_CLK
Osvaldo Banueloscc9efe42017-04-25 15:38:38 -070051 select COMMON_CLK_QCOM
52 select QCOM_GDSC
Maria Yu50160512017-09-26 16:54:33 +080053
54config ARCH_MSM8953
55 bool "Enable support for MSM8953"
56 select CPU_V7
57 select HAVE_ARM_ARCH_TIMER
58 select PINCTRL
59 select QCOM_SCM if SMP
60 select PM_DEVFREQ
61 select COMMON_CLK
62 select COMMON_CLK_QCOM
63 select QCOM_GDSC
Maria Yue14bec72017-11-09 18:47:33 +080064
65config ARCH_SDM450
66 bool "Enable support for SDM450"
67 select CPU_V7
68 select HAVE_ARM_ARCH_TIMER
69 select PINCTRL
70 select QCOM_SCM if SMP
71 select PM_DEVFREQ
72 select COMMON_CLK
73 select COMMON_CLK_QCOM
74 select QCOM_GDSC
75
Jeevan Shriramc62ea4d2017-02-15 01:30:02 -080076endmenu
Kumar Gala8fc1b0f2014-01-21 17:14:10 -060077endif