blob: b8444c1962852c3bfa0fb1484d67cb206c20b6ec [file] [log] [blame]
Brian Swetland1637de02008-09-09 07:13:33 -07001if ARCH_MSM
Brian Swetland9e73c842007-11-26 04:12:13 -08002
Stepan Moskovchenko1cd286f2011-08-03 19:03:02 -07003menu "MSM SoC Type"
Daniel Walkerbf83de42010-03-16 16:29:44 -07004
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07005config ARCH_MSM7X01A
Daniel Walkerbf83de42010-03-16 16:29:44 -07006 bool "MSM7x00A / MSM7x01A"
7 select ARCH_MSM_ARM11
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07008 select MSM_VIC
Daniel Walkerbf83de42010-03-16 16:29:44 -07009 select CPU_V6
David Brown74d10d72011-05-16 13:57:39 -070010 select GPIO_MSM_V1
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070011 select MSM_REMOTE_SPINLOCK_SWP
12
13config ARCH_MSM7X25
14 bool "MSM7x25"
15 select ARCH_MSM_ARM11
16 select MSM_VIC
17 select CPU_V6
Steve Mucklef132c6c2012-06-06 18:30:57 -070018 select GPIO_MSM_V1
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070019 select MSM_REMOTE_SPINLOCK_SWP
Taniya Dasbe561a02011-10-12 09:53:11 +053020 select MULTI_IRQ_HANDLER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070021
22config ARCH_MSM7X27
23 bool "MSM7x27"
24 select ARCH_MSM_ARM11 if MSM_SOC_REV_NONE
Trilok Soni7ff06e02012-10-15 01:05:24 +053025 select ARCH_HAS_BARRIERS
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070026 select ARCH_MSM_CORTEX_A5 if MSM_SOC_REV_A
27 select MSM_VIC
28 select CPU_V6 if MSM_SOC_REV_NONE
29 select CPU_V7 if MSM_SOC_REV_A
Steve Mucklef132c6c2012-06-06 18:30:57 -070030 select GPIO_MSM_V1
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070031 select MSM_REMOTE_SPINLOCK_SWP if MSM_SOC_REV_NONE
32 select MSM_GPIOMUX
33 select REGULATOR
Taniya Dasbe561a02011-10-12 09:53:11 +053034 select MULTI_IRQ_HANDLER
Pankaj Kumar75c86fd2011-10-01 18:51:09 +053035 select MSM_PROC_COMM_REGULATOR
Laura Abbott1fbd2e62011-12-18 10:26:46 -080036 select CLEANCACHE
37 select QCACHE
Matt Wagantall88b86312012-01-31 16:53:03 -080038 select MSM_PM2 if PM
Krishna Vankae2922052012-03-02 09:59:12 +053039 select MSM_RUN_QUEUE_STATS if MSM_SOC_REV_A
Taniya Dasd4c39f92012-05-14 17:41:49 +053040 select DONT_MAP_HOLE_AFTER_MEMBANK0
Trilok Sonib856ab92012-06-26 14:33:28 +053041 select MIGHT_HAVE_CACHE_L2X0
Taniya Dascd1d0232012-07-03 17:50:47 +053042 select MSM_MODEM_RESTART
Daniel Walkerbf83de42010-03-16 16:29:44 -070043
Daniel Walker7b521612010-05-06 12:44:57 -070044config ARCH_MSM7X30
45 bool "MSM7x30"
46 select ARCH_MSM_SCORPION
Daniel Walker7b521612010-05-06 12:44:57 -070047 select MSM_VIC
48 select CPU_V7
David Brown74d10d72011-05-16 13:57:39 -070049 select GPIO_MSM_V1
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070050 select MSM_REMOTE_SPINLOCK_DEKKERS
51 select ARCH_SPARSEMEM_ENABLE
Laura Abbott78593b52011-09-26 18:48:14 -070052 select ARCH_HAS_HOLES_MEMORYMODEL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070053 select MIGRATION
Gregory Beanab78cde2010-09-01 16:26:12 -070054 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070055 select RESERVE_FIRST_PAGE
56 select MSM_DALRPC
57 select MSM_SPM_V1
58 select REGULATOR
Justin Paupore637a25d2011-07-14 17:11:04 -070059 select MSM_PROC_COMM_REGULATOR
Taniya Dasbae99fb2011-10-12 09:55:13 +053060 select MULTI_IRQ_HANDLER
Matt Wagantall88b86312012-01-31 16:53:03 -080061 select MSM_PM2 if PM
Chintan Pandyabb021762012-06-21 15:03:29 +053062 select HOLES_IN_ZONE if SPARSEMEM
Taniya Dascd1d0232012-07-03 17:50:47 +053063 select MSM_MODEM_RESTART
Chintan Pandya62a2f7c2012-10-30 12:00:40 +053064 select ARM_HAS_SG_CHAIN
Daniel Walker7b521612010-05-06 12:44:57 -070065
Daniel Walker4ad15e62010-05-06 13:54:17 -070066config ARCH_QSD8X50
67 bool "QSD8X50"
68 select ARCH_MSM_SCORPION
Daniel Walker4ad15e62010-05-06 13:54:17 -070069 select MSM_VIC
70 select CPU_V7
David Brown74d10d72011-05-16 13:57:39 -070071 select GPIO_MSM_V1
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070072 select MSM_REMOTE_SPINLOCK_LDREX
73 select CPU_USE_DOMAINS
74 select EMULATE_DOMAIN_MANAGER_V7
Gregory Beanab78cde2010-09-01 16:26:12 -070075 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070076 select MSM_DALRPC
Matt Wagantall88b86312012-01-31 16:53:03 -080077 select MSM_PM2 if PM
Taniya Dascd1d0232012-07-03 17:50:47 +053078 select MSM_MODEM_RESTART
Daniel Walker46fe5f22010-08-18 11:00:25 -070079
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070080config ARCH_MSM8X60
81 bool "MSM8X60"
Jeff Ohlsteine14411d2010-11-30 13:06:36 -080082 select ARCH_MSM_SCORPIONMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070083 select SMP_PARALLEL_START if SMP
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070084 select ARM_GIC
85 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070086 select MSM_REMOTE_SPINLOCK_LDREX
87 select ARCH_REQUIRE_GPIOLIB
88 select MSM_ADM3
89 select REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -080090 select MSM_RPM_REGULATOR
David Brown1a5ab4b2011-05-16 15:53:38 -070091 select GPIO_MSM_V2
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070092 select MSM_PIL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070093 select ARCH_HAS_CPU_IDLE_WAIT
94 select MSM_DIRECT_SCLK_ACCESS
95 select MSM_RPM
96 select MSM_XO
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070097 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070098 select MSM_BUS_SCALING
99 select MSM_SECURE_IO
100 select MSM_DALRPC
101 select MSM_QDSP6_APR
Harmandeep Singhc35fa07d2012-05-31 07:08:59 -0700102 select MSM_QDSP6_CODECS
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700103 select MSM_NATIVE_RESTART
104 select ARCH_INLINE_SPIN_TRYLOCK
105 select ARCH_INLINE_SPIN_TRYLOCK_BH
106 select ARCH_INLINE_SPIN_LOCK
107 select ARCH_INLINE_SPIN_LOCK_BH
108 select ARCH_INLINE_SPIN_LOCK_IRQ
109 select ARCH_INLINE_SPIN_LOCK_IRQSAVE
110 select ARCH_INLINE_SPIN_UNLOCK
111 select ARCH_INLINE_SPIN_UNLOCK_BH
112 select ARCH_INLINE_SPIN_UNLOCK_IRQ
113 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
114 select ARCH_INLINE_READ_TRYLOCK
115 select ARCH_INLINE_READ_LOCK
116 select ARCH_INLINE_READ_LOCK_BH
117 select ARCH_INLINE_READ_LOCK_IRQ
118 select ARCH_INLINE_READ_LOCK_IRQSAVE
119 select ARCH_INLINE_READ_UNLOCK
120 select ARCH_INLINE_READ_UNLOCK_BH
121 select ARCH_INLINE_READ_UNLOCK_IRQ
122 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
123 select ARCH_INLINE_WRITE_TRYLOCK
124 select ARCH_INLINE_WRITE_LOCK
125 select ARCH_INLINE_WRITE_LOCK_BH
126 select ARCH_INLINE_WRITE_LOCK_IRQ
127 select ARCH_INLINE_WRITE_LOCK_IRQSAVE
128 select ARCH_INLINE_WRITE_UNLOCK
129 select ARCH_INLINE_WRITE_UNLOCK_BH
130 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
131 select CPU_HAS_L2_PMU
132 select MSM_SPM_V1
Stephen Boyd2a1eb582010-08-27 10:01:23 -0700133 select MSM_SCM if SMP
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530134 select MULTI_IRQ_HANDLER
Laura Abbott46505f62011-11-02 18:06:55 -0700135 select MSM_MULTIMEDIA_USE_ION
Matt Wagantall88b86312012-01-31 16:53:03 -0800136 select MSM_PM8X60 if PM
Krishna Vankae2922052012-03-02 09:59:12 +0530137 select MSM_RUN_QUEUE_STATS
Laura Abbottb14ed962012-01-30 14:18:08 -0800138 select ARM_HAS_SG_CHAIN
Sidipotu Ashokbf84d4d2012-11-06 17:13:28 +0530139 select USE_DEV_CTRL_VOLUME
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -0700140
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800141config ARCH_MSM8960
142 bool "MSM8960"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700143 select ARCH_MSM_KRAITMP
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800144 select ARM_GIC
145 select CPU_V7
Steve Mucklef132c6c2012-06-06 18:30:57 -0700146 select GPIO_MSM_V2
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800147 select MSM_GPIOMUX
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700148 select MSM_SCM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700149 select MSM_DIRECT_SCLK_ACCESS
150 select REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -0800151 select MSM_RPM_REGULATOR
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700152 select MSM_RPM
153 select MSM_XO
154 select MSM_QDSP6_APR
Harmandeep Singhc35fa07d2012-05-31 07:08:59 -0700155 select MSM_QDSP6_CODECS
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700156 select MSM_PIL
157 select MSM_AUDIO_QDSP6 if SND_SOC
158 select CPU_HAS_L2_PMU
159 select MSM_SPM_V2
160 select MSM_L2_SPM
161 select MSM_NATIVE_RESTART
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700162 select DONT_MAP_HOLE_AFTER_MEMBANK0
163 select MSM_REMOTE_SPINLOCK_SFPB
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700164 select ARCH_HAS_HOLES_MEMORYMODEL
Larry Basseld4d82c92011-12-07 09:52:49 -0800165 select CLEANCACHE
166 select QCACHE
Laura Abbott6d61a912011-10-27 16:44:14 -0700167 select MSM_MULTIMEDIA_USE_ION
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530168 select MULTI_IRQ_HANDLER
Matt Wagantall88b86312012-01-31 16:53:03 -0800169 select MSM_PM8X60 if PM
Laura Abbott085dd202012-03-30 14:02:34 -0700170 select HOLES_IN_ZONE if SPARSEMEM
Krishna Vankae2922052012-03-02 09:59:12 +0530171 select MSM_RUN_QUEUE_STATS
Laura Abbottb14ed962012-01-30 14:18:08 -0800172 select ARM_HAS_SG_CHAIN
Stepan Moskovchenko196f86e2012-07-13 20:40:46 -0700173 select MSM_KRAIT_WFE_FIXUP
Baruch Eruchimovitch258b3472012-10-14 21:46:35 +0200174 select MSM_ULTRASOUND_A
Olav Haugan5e728722012-11-05 17:45:26 -0800175 select MSM_IOMMU_GPU_SYNC
Greg Reidb1d240a2012-10-12 12:20:31 -0400176 select GENERIC_TIME_VSYSCALL
177 select USE_USER_ACCESSIBLE_TIMERS
178 select ARM_USE_USER_ACCESSIBLE_TIMERS
179 select MSM_USE_USER_ACCESSIBLE_TIMERS
Jay Chokshi06e444f2012-12-06 20:48:23 -0800180 select MSM_CPU_PWRCTL
Priyanka Mathurdcaaaa92012-12-05 18:51:03 -0800181 select MSM_LPM_TEST
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800182
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700183config ARCH_MSM8930
184 bool "MSM8930"
185 select ARCH_MSM_KRAITMP
186 select ARM_GIC
187 select CPU_V7
Steve Mucklef132c6c2012-06-06 18:30:57 -0700188 select GPIO_MSM_V2
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700189 select MSM_GPIOMUX
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700190 select MSM_SCM
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700191 select MSM_DIRECT_SCLK_ACCESS
192 select REGULATOR
David Collins5779cea2012-01-05 15:09:21 -0800193 select MSM_RPM_REGULATOR
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700194 select MSM_RPM
195 select MSM_XO
196 select MSM_QDSP6_APR
Harmandeep Singhc35fa07d2012-05-31 07:08:59 -0700197 select MSM_QDSP6_CODECS
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700198 select MSM_PIL
199 select MSM_AUDIO_QDSP6 if SND_SOC
200 select CPU_HAS_L2_PMU
201 select MSM_SPM_V2
202 select MSM_L2_SPM
203 select MSM_NATIVE_RESTART
204 select DONT_MAP_HOLE_AFTER_MEMBANK0
Eric Holmbergeab10732011-09-23 19:44:43 -0600205 select MSM_REMOTE_SPINLOCK_SFPB
Larry Basself74479e2011-09-08 11:07:52 -0700206 select ARCH_HAS_HOLES_MEMORYMODEL
Baruch Eruchimovitch258b3472012-10-14 21:46:35 +0200207 select MSM_ULTRASOUND_A
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530208 select MULTI_IRQ_HANDLER
Matt Wagantall88b86312012-01-31 16:53:03 -0800209 select MSM_PM8X60 if PM
Laura Abbott085dd202012-03-30 14:02:34 -0700210 select HOLES_IN_ZONE if SPARSEMEM
Laura Abbottb14ed962012-01-30 14:18:08 -0800211 select ARM_HAS_SG_CHAIN
Stepan Moskovchenko196f86e2012-07-13 20:40:46 -0700212 select MSM_KRAIT_WFE_FIXUP
Olav Haugan5e728722012-11-05 17:45:26 -0800213 select MSM_IOMMU_GPU_SYNC
Greg Reidb1d240a2012-10-12 12:20:31 -0400214 select GENERIC_TIME_VSYSCALL
215 select USE_USER_ACCESSIBLE_TIMERS
216 select ARM_USE_USER_ACCESSIBLE_TIMERS
217 select MSM_USE_USER_ACCESSIBLE_TIMERS
Jay Chokshi06e444f2012-12-06 20:48:23 -0800218 select MSM_CPU_PWRCTL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700219
220config ARCH_APQ8064
221 bool "APQ8064"
222 select ARCH_MSM_KRAITMP
Steve Mucklef132c6c2012-06-06 18:30:57 -0700223 select GPIO_MSM_V2
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700224 select ARM_GIC
225 select CPU_V7
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700226 select MSM_SCM
Joel King4ebccc62011-07-22 09:43:22 -0700227 select MSM_GPIOMUX
Eric Holmberg40d21882011-09-27 09:42:03 -0600228 select MSM_REMOTE_SPINLOCK_SFPB
Swaminathan Sathappan47e5d932011-12-05 14:48:07 -0800229 select MSM_PIL
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800230 select MSM_QDSP6_APR
Harmandeep Singhc35fa07d2012-05-31 07:08:59 -0700231 select MSM_QDSP6_CODECS
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800232 select MSM_AUDIO_QDSP6 if SND_SOC
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530233 select MULTI_IRQ_HANDLER
Praveen Chidambaram78499012011-11-01 17:15:17 -0600234 select MSM_RPM
235 select MSM_SPM_V2
236 select MSM_L2_SPM
Matt Wagantall88b86312012-01-31 16:53:03 -0800237 select MSM_PM8X60 if PM
Neil Leeder814d3d32012-01-19 17:21:43 -0500238 select CPU_HAS_L2_PMU
Laura Abbott085dd202012-03-30 14:02:34 -0700239 select HOLES_IN_ZONE if SPARSEMEM
Larry Bassel67b921d2012-04-06 10:23:27 -0700240 select CLEANCACHE
241 select QCACHE
Niranjana Vishwanathapuraf1427ac2012-05-03 14:28:21 -0600242 select MIGHT_HAVE_PCI
243 select ARCH_SUPPORTS_MSI
Laura Abbottb14ed962012-01-30 14:18:08 -0800244 select ARM_HAS_SG_CHAIN
Stepan Moskovchenko196f86e2012-07-13 20:40:46 -0700245 select MSM_KRAIT_WFE_FIXUP
Baruch Eruchimovitch258b3472012-10-14 21:46:35 +0200246 select MSM_ULTRASOUND_A
Olav Haugan5e728722012-11-05 17:45:26 -0800247 select MSM_IOMMU_GPU_SYNC
Greg Reidb1d240a2012-10-12 12:20:31 -0400248 select GENERIC_TIME_VSYSCALL
249 select USE_USER_ACCESSIBLE_TIMERS
250 select ARM_USE_USER_ACCESSIBLE_TIMERS
251 select MSM_USE_USER_ACCESSIBLE_TIMERS
Jay Chokshi06e444f2012-12-06 20:48:23 -0800252 select MSM_CPU_PWRCTL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700253
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -0700254config ARCH_MSM8974
255 bool "MSM8974"
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700256 select ARCH_MSM_KRAITMP
Sathish Ambley4149e842012-03-23 11:53:55 -0700257 select GPIO_MSM_V3
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700258 select ARM_GIC
259 select CPU_V7
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700260 select MSM_SCM
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700261 select MSM_GPIOMUX
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530262 select MULTI_IRQ_HANDLER
Olav Hauganb800c8c2012-01-30 08:50:45 -0800263 select MSM_MULTIMEDIA_USE_ION
Saravana Kannancadc8932013-11-22 16:46:16 -0800264 select PM_DEVFREQ
265 select MSM_DEVFREQ_CPUBW
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700266 select MSM_PIL
Praveen Chidambaramaa9d52b2012-04-02 11:09:47 -0600267 select MSM_SPM_V2
268 select MSM_L2_SPM
Stepan Moskovchenkoa000d132012-08-14 21:05:14 -0700269 select MSM_NATIVE_RESTART
270 select MSM_RESTART_V2
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700271 select MSM_PM if PM
Steve Mucklef132c6c2012-06-06 18:30:57 -0700272 select MAY_HAVE_SPARSE_IRQ
273 select SPARSE_IRQ
Mahesh Sivasubramaniancb668712012-04-04 13:03:25 -0600274 select MSM_RPM_SMD
David Collinsc7642322012-04-04 10:19:12 -0700275 select REGULATOR
Joonwoo Park91d95462012-08-02 10:55:54 -0700276 select MSM_QDSP6_APRV2
Harmandeep Singhe5ddfe32012-05-26 09:39:25 -0700277 select MSM_QDSP6V2_CODECS
278 select MSM_AUDIO_QDSP6V2 if SND_SOC
David Collins1c91ea72012-05-03 16:17:35 -0700279 select MSM_RPM_REGULATOR_SMD
Laura Abbottb14ed962012-01-30 14:18:08 -0800280 select ARM_HAS_SG_CHAIN
Karthik Parsha404fb8f2012-07-30 19:14:05 -0700281 select MSM_RUN_QUEUE_STATS
Neeti Desai92eab922012-10-22 15:14:48 -0700282 select MEMORY_HOLE_CARVEOUT
Priyanka Mathur1af9d4b2012-10-30 14:55:44 -0700283 select MSM_RPM_STATS_LOG
Karthikeyan Ramasubramanian1edce9e2012-11-08 18:26:10 -0700284 select QMI_ENCDEC
Baruch Eruchimovitch8c3f7802013-01-05 22:48:04 +0200285 select MSM_ULTRASOUND_B
Priyanka Mathur94abc462012-12-11 16:34:52 -0800286 select MSM_RPM_LOG
Laura Abbottb46c18d2013-04-12 09:36:44 -0700287 select ARCH_WANT_KMAP_ATOMIC_FLUSH
Abhijeet Dharmapurikar719c96b2013-07-19 11:52:52 -0700288 select KRAIT_REGULATOR
Neeti Desai30c7b1c2013-10-25 11:47:12 -0700289 select ENABLE_VMALLOC_SAVINGS
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700290
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -0700291config ARCH_APQ8084
292 bool "APQ8084"
Stepan Moskovchenkob6ae7882013-01-24 15:47:18 -0800293 select ARCH_MSM_KRAITMP
294 select GPIO_MSM_V3
295 select ARM_GIC
296 select CPU_V7
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700297 select MSM_SCM
Stepan Moskovchenkob6ae7882013-01-24 15:47:18 -0800298 select MSM_GPIOMUX
299 select MULTI_IRQ_HANDLER
300 select MSM_NATIVE_RESTART
301 select MSM_RESTART_V2
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700302 select MSM_PM if PM
Stepan Moskovchenkob6ae7882013-01-24 15:47:18 -0800303 select MAY_HAVE_SPARSE_IRQ
304 select SPARSE_IRQ
305 select REGULATOR
306 select ARM_HAS_SG_CHAIN
Stepan Moskovchenko3a5ae972013-03-08 16:46:29 -0800307 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
Laura Abbottb46c18d2013-04-12 09:36:44 -0700308 select ARCH_WANT_KMAP_ATOMIC_FLUSH
Laura Abbott4eafd072013-05-17 17:46:53 -0700309 select MEMORY_HOLE_CARVEOUT
Jeff Hugoff3fbd62013-05-21 09:51:05 -0600310 select QMI_ENCDEC
Praveen Chidambaram6593c3d2013-05-30 15:33:15 -0600311 select MSM_SPM_V2
312 select MSM_L2_SPM
Praveen Chidambaram6593c3d2013-05-30 15:33:15 -0600313 select MSM_RPM_SMD
Saravana Kannancadc8932013-11-22 16:46:16 -0800314 select PM_DEVFREQ
315 select MSM_DEVFREQ_CPUBW
Neeti Desai30c7b1c2013-10-25 11:47:12 -0700316 select ENABLE_VMALLOC_SAVINGS
Stepan Moskovchenkob6ae7882013-01-24 15:47:18 -0800317
Ravi Kumar Vb31dbba2012-08-31 22:40:22 +0530318config ARCH_MPQ8092
319 bool "MPQ8092"
320 select ARCH_MSM_KRAITMP
Saravana Kannancadc8932013-11-22 16:46:16 -0800321 select PM_DEVFREQ
322 select MSM_DEVFREQ_CPUBW
Ravi Kumar Vb31dbba2012-08-31 22:40:22 +0530323 select GPIO_MSM_V3
324 select ARM_GIC
325 select MULTI_IRQ_HANDLER
326 select CPU_V7
327 select MSM_GPIOMUX
328 select MAY_HAVE_SPARSE_IRQ
329 select SPARSE_IRQ
330 select MSM_NOPM
331
Rohit Vaswani6d7461972013-03-20 19:15:30 -0700332config ARCH_FSM9900
333 bool "FSM9900"
334 select ARCH_MSM_KRAITMP
335 select GPIO_MSM_V3
336 select ARM_GIC
337 select CPU_V7
338 select MSM_SCM
339 select MSM_GPIOMUX
340 select MULTI_IRQ_HANDLER
Saravana Kannancadc8932013-11-22 16:46:16 -0800341 select PM_DEVFREQ
Rohit Vaswani6d7461972013-03-20 19:15:30 -0700342 select MSM_PIL
343 select MSM_NATIVE_RESTART
344 select MSM_RESTART_V2
345 select MAY_HAVE_SPARSE_IRQ
346 select SPARSE_IRQ
347 select REGULATOR
348 select ARM_HAS_SG_CHAIN
349 select MSM_RUN_QUEUE_STATS
350 select MSM_NOPM
351
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700352config ARCH_FSM9XXX
353 bool "FSM9XXX"
354 select ARCH_MSM_SCORPION
355 select MSM_VIC
356 select CPU_V7
357 select MSM_REMOTE_SPINLOCK_LDREX
Steve Mucklef132c6c2012-06-06 18:30:57 -0700358 select GPIO_FSM9XXX
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530359 select MULTI_IRQ_HANDLER
Bryan Huntsman18b3c0c2011-11-23 15:12:58 -0800360 select MSM_DALRPC
Daniel Walker4ad15e62010-05-06 13:54:17 -0700361
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700362config ARCH_MSM9615
363 bool "MSM9615"
364 select ARM_GIC
Taniya Dasb241bd82012-03-19 17:58:06 +0530365 select GIC_SECURE
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700366 select ARCH_MSM_CORTEX_A5
367 select CPU_V7
Rohit Vaswani4307c842012-10-11 15:50:05 -0700368 select MIGHT_HAVE_CACHE_L2X0
Steve Mucklef132c6c2012-06-06 18:30:57 -0700369 select GPIO_MSM_V2
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700370 select MSM_GPIOMUX
Praveen Chidambaramab3b1c42011-08-25 08:44:05 -0600371 select MSM_RPM
Maheshkumar Sivasubramanian738b4582011-09-06 17:26:24 -0600372 select MSM_SPM_V2
Rohit Vaswanif688fa62011-10-13 18:13:10 -0700373 select MSM_NATIVE_RESTART
Matt Wagantall9274df92011-12-15 11:11:05 -0800374 select REGULATOR
375 select MSM_RPM_REGULATOR
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530376 select MULTI_IRQ_HANDLER
Matt Wagantall88b86312012-01-31 16:53:03 -0800377 select MSM_PM8X60 if PM
Vikram Mulukutla2021c002011-12-16 12:32:59 -0800378 select MSM_XO
Olav Haugane6a0acd2012-04-05 09:29:12 -0700379 select MSM_MULTIMEDIA_USE_ION
Shiv Maliyappanahalli9ec55e92012-01-09 14:44:59 -0800380 select MSM_QDSP6_APR
381 select MSM_AUDIO_QDSP6 if SND_SOC
Rohit Vaswaniead426f2012-01-05 20:24:52 -0800382 select FIQ
Laura Abbottb14ed962012-01-30 14:18:08 -0800383 select ARM_HAS_SG_CHAIN
Matt Wagantall9274df92011-12-15 11:11:05 -0800384
Taniya Das43bcdd62011-12-02 17:33:27 +0530385config ARCH_MSM8625
386 bool "MSM8625"
387 select ARCH_MSM_CORTEX_A5
388 select CPU_V7
Steve Mucklef132c6c2012-06-06 18:30:57 -0700389 select GPIO_MSM_V1
Taniya Das43bcdd62011-12-02 17:33:27 +0530390 select MSM_GPIOMUX
391 select ARM_GIC
392 select ARCH_MSM_CORTEXMP
393 select MULTI_IRQ_HANDLER
Trilok Soni3a453992012-03-06 18:46:22 +0530394 select ARM_TICKET_LOCKS
Krishna Vankae2922052012-03-02 09:59:12 +0530395 select MSM_RUN_QUEUE_STATS
Trilok Sonib856ab92012-06-26 14:33:28 +0530396 select MIGHT_HAVE_CACHE_L2X0
Chintan Pandya3544e742012-08-30 19:39:59 +0530397 select ARM_HAS_SG_CHAIN
Ashwin Chaugule3deb6b82012-12-21 13:09:48 -0500398 select CPU_HAS_L2_PMU
Rohit Vaswanifafe2492012-04-23 18:54:12 -0700399
400config ARCH_MSM9625
401 bool "MSM9625"
402 select ARM_GIC
Abhimanyu Kapur490d20c2012-06-22 17:34:20 -0700403 select MIGHT_HAVE_CACHE_L2X0
Rohit Vaswanifafe2492012-04-23 18:54:12 -0700404 select ARCH_MSM_CORTEX_A5
Rohit Vaswanifafe2492012-04-23 18:54:12 -0700405 select CPU_V7
Abhimanyu Kapur37398ac2013-03-26 14:58:49 -0700406 select MSM_SCM
Jin Hong690e3352012-05-02 09:25:05 -0700407 select MSM_GPIOMUX
Girish Mahadevanf1c20a42012-09-19 11:44:36 -0600408 select MSM_RPM_SMD
Abhimanyu Kapur46e5e2b2012-10-02 20:45:37 -0700409 select MSM_NATIVE_RESTART
410 select MSM_RESTART_V2
Girish Mahadevan6e419562012-09-19 12:50:05 -0600411 select MSM_SPM_V2
412 select MSM_PM8X60 if PM
Rohit Vaswanifafe2492012-04-23 18:54:12 -0700413 select MULTI_IRQ_HANDLER
Rohit Vaswani61cf6ef2012-07-27 13:51:48 -0700414 select GPIO_MSM_V3
David Collins1cc6e402012-09-17 16:02:24 -0700415 select MAY_HAVE_SPARSE_IRQ
416 select SPARSE_IRQ
Anji Jonnala6f331d32013-06-04 14:56:52 +0530417 select CPU_FREQ_MSM
Mitchel Humpherys92e9b8a2012-10-08 18:12:47 -0700418 select MSM_MULTIMEDIA_USE_ION
Girish Mahadevane3be9302012-11-07 16:21:52 -0700419 select MSM_RPM_STATS_LOG
Venkat Sudhir0620e982012-11-15 16:04:36 -0800420 select MSM_QDSP6_APRV2
421 select MSM_QDSP6V2_CODECS
422 select MSM_AUDIO_QDSP6V2 if SND_SOC
Ashwin Chaugule8b459cc2012-11-26 15:20:54 -0500423 select CPU_HAS_L2_PMU
Pratik Patel61e91702013-01-27 20:30:42 -0800424 select MSM_JTAG_MM if CORESIGHT_ETM
Neeti Desai5f3b0312012-11-07 11:20:03 -0800425 select MEMORY_HOLE_CARVEOUT
Priyanka Mathurdc424552013-02-22 16:30:53 -0800426 select MSM_RPM_LOG
Syed Rameez Mustafa9232e5b2012-09-21 18:22:49 -0700427
Abhimanyu Kapur17284802013-03-18 17:00:49 -0700428config ARCH_MSMKRYPTON
429 bool "MSMKRYPTON"
430 select ARM_GIC
431 select CPU_V7
432 select MSM_GPIOMUX
433 select MSM_RPM_SMD
434 select MSM_NATIVE_RESTART
435 select MSM_RESTART_V2
436 select MSM_SPM_V2
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700437 select MSM_PM if PM
Abhimanyu Kapur17284802013-03-18 17:00:49 -0700438 select MULTI_IRQ_HANDLER
439 select GPIO_MSM_V3
440 select MAY_HAVE_SPARSE_IRQ
441 select SPARSE_IRQ
mengmeng6cf63692013-07-06 08:16:51 +0800442 select MEMORY_HOLE_CARVEOUT
Jeff Hugo0af48202013-07-12 15:02:52 -0600443 select QMI_ENCDEC
Patrick Daly09a7d7f2013-11-05 14:08:11 -0800444 select MSM_CORTEX_A7
Saravana Kannancadc8932013-11-22 16:46:16 -0800445 select PM_DEVFREQ
446 select MSM_DEVFREQ_CPUBW
Abhimanyu Kapur17284802013-03-18 17:00:49 -0700447
Syed Rameez Mustafa3971c142013-01-09 19:04:53 -0800448config ARCH_MSM8610
449 bool "MSM8610"
Syed Rameez Mustafa9232e5b2012-09-21 18:22:49 -0700450 select ARM_GIC
451 select GIC_SECURE
Syed Rameez Mustafa9232e5b2012-09-21 18:22:49 -0700452 select ARCH_MSM_CORTEXMP
453 select CPU_V7
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700454 select MSM_SCM
Syed Rameez Mustafa9232e5b2012-09-21 18:22:49 -0700455 select MAY_HAVE_SPARSE_IRQ
456 select SPARSE_IRQ
457 select MULTI_IRQ_HANDLER
Syed Rameez Mustafafe1d1a82013-05-03 14:24:42 -0700458 select ARM_TICKET_LOCKS
Syed Rameez Mustafa9232e5b2012-09-21 18:22:49 -0700459 select GPIO_MSM_V3
460 select MSM_GPIOMUX
Hanumant Singhe4271312012-10-24 13:27:57 -0700461 select MSM_NATIVE_RESTART
462 select MSM_RESTART_V2
Arun Menon7d2f1732013-01-16 15:20:56 -0800463 select MSM_QDSP6_APRV2
464 select MSM_QDSP6V2_CODECS
465 select MSM_AUDIO_QDSP6V2 if SND_SOC
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700466 select QMI_ENCDEC
Praveen Chidambaramee7b1652012-11-29 09:52:53 -0700467 select MSM_RPM_SMD
468 select MSM_SPM_V2
469 select MSM_L2_SPM
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700470 select MSM_PM if PM
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700471 select MEMORY_HOLE_CARVEOUT
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700472 select MSM_BUS_SCALING
Patrick Daly09a7d7f2013-11-05 14:08:11 -0800473 select MSM_CORTEX_A7
Patrick Dalyd3ad9ff2012-11-06 11:07:27 -0800474 select CPU_FREQ_MSM
475 select CPU_FREQ
Saravana Kannancadc8932013-11-22 16:46:16 -0800476 select PM_DEVFREQ
477 select MSM_DEVFREQ_CPUBW
Patrick Daly9e3fca92013-01-30 13:53:57 -0800478 select MSM_PIL
Siddharth Vermaead71842013-02-27 14:25:27 -0800479 select MSM_RUN_QUEUE_STATS
Mitchel Humpherys3537e672013-03-04 20:21:19 -0800480 select ARM_HAS_SG_CHAIN
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700481 select REGULATOR
482 select MSM_RPM_REGULATOR_SMD
David Collinsf2de39b2013-03-15 14:34:20 -0700483 select MSM_SPM_REGULATOR
Aparna Das258c1722013-03-28 17:20:50 -0700484 select MSM_JTAG_MM if CORESIGHT_ETM
Willie Ruande543ba2013-03-26 14:52:11 -0700485 select MSM_CPR_REGULATOR
Priyanka Mathur6e0e2112013-04-03 12:58:52 -0700486 select MSM_RPM_LOG
Olav Haugand6cf04b2013-10-01 09:26:04 -0700487 select MSM_IOMMU_SYNC
Priyanka Mathur6c469162013-04-03 13:04:13 -0700488 select MSM_RPM_STATS_LOG
Syed Rameez Mustafa9ee80102012-11-02 14:41:04 -0700489
490config ARCH_MSM8226
491 bool "MSM8226"
492 select ARM_GIC
493 select GIC_SECURE
Syed Rameez Mustafa9ee80102012-11-02 14:41:04 -0700494 select ARCH_MSM_CORTEXMP
495 select CPU_V7
Stepan Moskovchenko1eeff362013-05-14 19:28:55 -0700496 select MSM_SCM
Syed Rameez Mustafa9ee80102012-11-02 14:41:04 -0700497 select MAY_HAVE_SPARSE_IRQ
498 select SPARSE_IRQ
499 select MULTI_IRQ_HANDLER
Syed Rameez Mustafafe1d1a82013-05-03 14:24:42 -0700500 select ARM_TICKET_LOCKS
Syed Rameez Mustafa9ee80102012-11-02 14:41:04 -0700501 select GPIO_MSM_V3
502 select MSM_GPIOMUX
Syed Rameez Mustafaf1bdd712012-11-20 14:56:44 -0800503 select MSM_NATIVE_RESTART
504 select MSM_RESTART_V2
Bhalchandra Gajare4e08f632012-12-18 11:54:35 -0800505 select MSM_QDSP6_APRV2
506 select MSM_QDSP6V2_CODECS
507 select MSM_AUDIO_QDSP6V2 if SND_SOC
Karthikeyan Ramasubramaniand04c8652013-01-16 09:03:51 -0700508 select QMI_ENCDEC
Praveen Chidambarama06f60d2012-11-29 09:52:53 -0700509 select MSM_RPM_SMD
510 select MSM_SPM_V2
511 select MSM_L2_SPM
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700512 select MSM_PM if PM
Neeti Desaibfedbd32012-11-21 13:19:36 -0800513 select MEMORY_HOLE_CARVEOUT
Gagan Mace1ec9522013-02-01 12:10:21 -0700514 select MSM_BUS_SCALING
Patrick Daly09a7d7f2013-11-05 14:08:11 -0800515 select MSM_CORTEX_A7
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700516 select CPU_FREQ_MSM
517 select CPU_FREQ
Saravana Kannancadc8932013-11-22 16:46:16 -0800518 select PM_DEVFREQ
519 select MSM_DEVFREQ_CPUBW
Syed Rameez Mustafa03ea34e2013-03-13 12:18:59 -0700520 select MSM_PIL
521 select MSM_RUN_QUEUE_STATS
Mitchel Humpherys3537e672013-03-04 20:21:19 -0800522 select ARM_HAS_SG_CHAIN
David Keitelc0092e12013-03-07 12:09:48 -0800523 select REGULATOR
524 select MSM_RPM_REGULATOR_SMD
David Collinsf2de39b2013-03-15 14:34:20 -0700525 select MSM_SPM_REGULATOR
Pushkar Joshi1bea8372013-03-06 18:26:37 -0800526 select MSM_JTAG_MM if CORESIGHT_ETM
Willie Ruan679eaf32013-03-21 13:30:40 -0700527 select MSM_CPR_REGULATOR
Priyanka Mathur6e0e2112013-04-03 12:58:52 -0700528 select MSM_RPM_LOG
Priyanka Mathur6c469162013-04-03 13:04:13 -0700529 select MSM_RPM_STATS_LOG
Laura Abbottb46c18d2013-04-12 09:36:44 -0700530 select ARCH_WANT_KMAP_ATOMIC_FLUSH
Neeti Desai30c7b1c2013-10-25 11:47:12 -0700531 select ENABLE_VMALLOC_SAVINGS
Jay Chokshi4f549942013-05-10 17:52:28 -0700532
533config ARCH_MSMSAMARIUM
534 bool "MSMSAMARIUM"
535 select ARCH_MSM_KRAITMP
536 select GPIO_MSM_V3
537 select ARM_GIC
538 select CPU_V7
539 select MSM_SCM
Saravana Kannancadc8932013-11-22 16:46:16 -0800540 select PM_DEVFREQ
541 select MSM_DEVFREQ_CPUBW
Vikram Mulukutla55316ee2013-07-03 14:36:56 -0700542 select MSM_PIL
Jay Chokshi4f549942013-05-10 17:52:28 -0700543 select MSM_GPIOMUX
544 select MULTI_IRQ_HANDLER
545 select MSM_SPM_V2
546 select MSM_L2_SPM
547 select MSM_NATIVE_RESTART
548 select MSM_RESTART_V2
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700549 select MSM_PM if PM
Jay Chokshi4f549942013-05-10 17:52:28 -0700550 select MAY_HAVE_SPARSE_IRQ
551 select SPARSE_IRQ
552 select ARM_HAS_SG_CHAIN
553 select MSM_RUN_QUEUE_STATS
554 select ARCH_WANT_KMAP_ATOMIC_FLUSH
Jeff Hugo60702002013-06-13 15:25:40 -0600555 select QMI_ENCDEC
Stepan Moskovchenko1cd286f2011-08-03 19:03:02 -0700556endmenu
Daniel Walkerbf83de42010-03-16 16:29:44 -0700557
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700558choice
559 prompt "MSM SoC Revision"
560 default MSM_SOC_REV_NONE
561config MSM_SOC_REV_NONE
562 bool "N/A"
563 select EMULATE_DOMAIN_MANAGER_V7 if ARCH_QSD8X50
564 select VERIFY_PERMISSION_FAULT if ARCH_QSD8X50
Daniel Walkerbf83de42010-03-16 16:29:44 -0700565config MSM_SOC_REV_A
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700566 bool "Rev. A"
567 select ARCH_MSM7X27A if ARCH_MSM7X27
Daniel Walkerbf83de42010-03-16 16:29:44 -0700568endchoice
569
Stepan Moskovchenko00da0742011-07-08 14:06:44 -0700570config MSM_KRAIT_TBB_ABORT_HANDLER
571 bool "Krait TBB/TBH data abort handler"
572 depends on ARCH_MSM_KRAIT
573 depends on ARM_THUMB
574 help
575 Certain early samples of the Krait processor may generate data
576 aborts for TBB / TBH instructions that fail their condition code
577 checks. Enabling this option will ignore these erroneous data aborts,
578 at the expense of a very small performance penalty.
Stephen Boyda3d3ef92011-11-08 10:33:04 -0800579
Stepan Moskovchenko00da0742011-07-08 14:06:44 -0700580 If unsure, say N.
Daniel Walkerbf83de42010-03-16 16:29:44 -0700581
582config ARCH_MSM_ARM11
583 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700584
Daniel Walkerbf83de42010-03-16 16:29:44 -0700585config ARCH_MSM_SCORPION
586 bool
587
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700588config ARCH_MSM_KRAIT
Daniel Walker46fe5f22010-08-18 11:00:25 -0700589 bool
Stephen Boyd51cabbe2011-12-02 13:28:56 -0800590 select ARM_L1_CACHE_SHIFT_6
Saravana Kannanc7a851a2013-09-23 19:27:57 -0700591 select DEVFREQ_GOV_MSM_CPUBW_HWMON
Daniel Walker46fe5f22010-08-18 11:00:25 -0700592
Patrick Daly09a7d7f2013-11-05 14:08:11 -0800593config MSM_CORTEX_A7
594 bool
595
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700596config MSM_SMP
Steve Mucklef132c6c2012-06-06 18:30:57 -0700597 select HAVE_SMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700598 bool
599
600config ARCH_MSM_SCORPIONMP
601 select ARCH_MSM_SCORPION
602 select MSM_SMP
Taniya Dasc43e6872012-03-21 16:41:14 +0530603 select HAVE_ARCH_HAS_CURRENT_TIMER
Pratik Patel61e91702013-01-27 20:30:42 -0800604 select MSM_JTAG if CORESIGHT_ETM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700605 bool
606
607config ARCH_MSM_KRAITMP
608 select ARCH_MSM_KRAIT
609 select MSM_SMP
Taniya Dasc43e6872012-03-21 16:41:14 +0530610 select HAVE_ARCH_HAS_CURRENT_TIMER
Pratik Patel61e91702013-01-27 20:30:42 -0800611 select MSM_JTAG if CORESIGHT_ETM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700612 bool
613
Taniya Das43bcdd62011-12-02 17:33:27 +0530614config ARCH_MSM_CORTEXMP
615 select MSM_SMP
616 bool
617
Stepan Moskovchenko196f86e2012-07-13 20:40:46 -0700618config MSM_KRAIT_WFE_FIXUP
619 bool
620
Stepan Moskovchenkoa000d132012-08-14 21:05:14 -0700621config MSM_RESTART_V2
622 bool
623
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700624config ARCH_MSM_CORTEX_A5
Bryan Huntsman239ef1e2011-11-23 15:09:13 -0800625 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700626
627config ARCH_MSM7X27A
628 bool
629 select MSM_DALRPC
Justin Pauporeb3a33b72011-08-23 15:30:32 -0700630 select MSM_PROC_COMM_REGULATOR
Taniya Das86e0e132011-10-19 11:32:00 +0530631 select MULTI_IRQ_HANDLER
Taniya Das43bcdd62011-12-02 17:33:27 +0530632 select ARM_GIC
633 select ARCH_MSM_CORTEXMP
Trilok Sonib856ab92012-06-26 14:33:28 +0530634 select MIGHT_HAVE_CACHE_L2X0
Chintan Pandya3544e742012-08-30 19:39:59 +0530635 select ARM_HAS_SG_CHAIN
Ashwin Chaugule3deb6b82012-12-21 13:09:48 -0500636 select CPU_HAS_L2_PMU
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700637
Gregory Beanf9f3d312010-04-30 22:06:50 -0700638config MSM_VIC
639 bool
Daniel Walkerbf83de42010-03-16 16:29:44 -0700640
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700641config MSM_RPM
642 bool "Resource Power Manager"
643 select MSM_MPM
644
Mahesh Sivasubramaniana8ff9922012-03-27 17:50:42 -0600645config MSM_RPM_SMD
646 depends on MSM_SMD
Mahesh Sivasubramanian102e5962012-06-20 13:12:11 -0600647 select MSM_MPM_OF
648 bool "RPM driver using SMD protocol"
649 help
650 RPM is the dedicated hardware engine for managing shared SoC
651 resources. This config adds driver support for using SMD as a
652 transport layer communication with RPM hardware. It also selects
653 the MSM_MPM config that programs the MPM module to monitor interrupts
654 during sleep modes.
Mahesh Sivasubramaniana8ff9922012-03-27 17:50:42 -0600655
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700656config MSM_MPM
657 bool "Modem Power Manager"
Mahesh Sivasubramanian102e5962012-06-20 13:12:11 -0600658 help
659 MPM is a dedicated hardware resource responsible for entering and
660 waking up from a system wide low power mode. The MPM driver tracks
661 the wakeup interrupts and configures the MPM to monitor the wakeup
662 interrupts when going to a system wide sleep mode.
663
664config MSM_MPM_OF
665 bool "Modem Power Manager"
Subbaraman Narayanamurthy0b148fc2012-11-28 12:14:12 -0800666 depends on OF
Mahesh Sivasubramanian102e5962012-06-20 13:12:11 -0600667 help
668 MPM is a dedicated hardware resource responsible for entering and
669 waking up from a system wide low power mode. The MPM driver tracks
670 the wakeup interrupts and configures the MPM to monitor the wakeup
671 interrupts when going to a system wide sleep mode. This config option
672 enables the MPM driver that supports initialization from a device
673 tree
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700674
Priyanka Mathur9a75ec52012-12-07 16:02:40 -0800675config MSM_LPM_TEST
676 bool "Low Power Mode test framework"
Priyanka Mathur3abfd442013-01-11 12:58:51 -0800677 depends on MSM_RPM || MSM_RPM_SMD
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -0700678 depends on MSM_PM
Priyanka Mathur9a75ec52012-12-07 16:02:40 -0800679 help
680 LPM_TEST is a test framework that assists in exercising the low
681 power mode algorithm on MSM targets. This test framework tracks
682 notifications sent during entry/exit of the low power modes and
683 processes them to measure various stats including latency
684 measurement.
685
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700686config MSM_XO
687 bool
688
689config MSM_REMOTE_SPINLOCK_DEKKERS
690 bool
691config MSM_REMOTE_SPINLOCK_SWP
692 bool
693config MSM_REMOTE_SPINLOCK_LDREX
694 bool
Eric Holmbergeab10732011-09-23 19:44:43 -0600695config MSM_REMOTE_SPINLOCK_SFPB
696 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700697config MSM_ADM3
698 bool
699
700menu "MSM Board Selection"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700701
702config MACH_HALIBUT
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700703 depends on ARCH_MSM7X01A
704 depends on MSM_STACKED_MEMORY
705 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700706 bool "Halibut Board (QCT SURF7201A)"
707 help
708 Support for the Qualcomm SURF7201A eval board.
709
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700710config MACH_MSM7201A_SURF
711 depends on ARCH_MSM7X01A
712 depends on MSM_STACKED_MEMORY
713 default y
714 bool "MSM7201A SURF"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700715 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700716 Support for the Qualcomm MSM7201A SURF eval board.
717
718config MACH_MSM7201A_FFA
719 depends on ARCH_MSM7X01A
720 depends on MSM_STACKED_MEMORY
721 default y
722 bool "MSM7201A FFA"
723 help
724 Support for the Qualcomm MSM7201A FFA eval board.
725
726config MACH_TROUT
727 depends on ARCH_MSM7X01A
728 depends on MSM_STACKED_MEMORY
729 default y
730 bool "Trout"
731
732config MACH_MSM7X27_SURF
733 depends on ARCH_MSM7X27
734 depends on !MSM_STACKED_MEMORY
735 default y
736 bool "MSM7x27 SURF"
737 help
738 Support for the Qualcomm MSM7x27 SURF eval board.
739
740config MACH_MSM7X27_FFA
741 depends on ARCH_MSM7X27
742 depends on !MSM_STACKED_MEMORY
743 default y
744 bool "MSM7x27 FFA"
745 help
746 Support for the Qualcomm MSM7x27 FFA eval board.
747
748config MACH_MSM7X27A_RUMI3
749 depends on ARCH_MSM7X27A
750 depends on !MSM_STACKED_MEMORY
751 default y
752 bool "MSM7x27A RUMI3"
753 help
754 Support for the Qualcomm MSM7x27A RUMI3 Emulation Platform.
755
756config MACH_MSM7X27A_SURF
757 depends on ARCH_MSM7X27A
758 depends on !MSM_STACKED_MEMORY
759 default y
760 bool "MSM7x27A SURF"
761 help
762 Support for the Qualcomm MSM7x27A SURF.
763
764config MACH_MSM7X27A_FFA
765 depends on ARCH_MSM7X27A
766 depends on !MSM_STACKED_MEMORY
767 default y
768 bool "MSM7x27A FFA"
769 help
770 Support for the Qualcomm MSM7x27A FFA.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700771
Trilok Soni3d0f6c52011-07-26 16:06:58 +0530772config MACH_MSM7625A_SURF
773 depends on ARCH_MSM7X27A
774 depends on !MSM_STACKED_MEMORY
775 default y
776 bool "MSM7625A SURF"
777 help
778 Support for the Qualcomm MSM7625A SURF.
779
780config MACH_MSM7625A_FFA
781 depends on ARCH_MSM7X27A
782 depends on !MSM_STACKED_MEMORY
783 default y
784 bool "MSM7625A FFA"
785 help
786 Support for the Qualcomm MSM7625A FFA.
787
Taniya Dasc98bfbc2011-08-23 09:58:55 +0530788config MACH_MSM7627A_QRD1
789 depends on ARCH_MSM7X27A
790 depends on !MSM_STACKED_MEMORY
791 default y
792 bool "MSM7627A QRD1"
793 help
Chintan Pandyab1bad0e2012-02-06 19:04:51 +0530794 Support for the Qualcomm MSM7627A Reference Design.
795
796config MACH_MSM7627A_QRD3
797 depends on ARCH_MSM7X27A
798 depends on !MSM_STACKED_MEMORY
799 default y
800 bool "MSM7627A QRD3"
801 help
802 Support for the Qualcomm MSM7627A Reference Design.
Taniya Dasc98bfbc2011-08-23 09:58:55 +0530803
Taniya Dasc868a2e2012-01-03 10:18:47 +0530804config MACH_MSM7627A_EVB
805 depends on ARCH_MSM7X27A
806 depends on !MSM_STACKED_MEMORY
807 default y
808 bool "MSM7627A EVB"
809 help
810 Support for the Qualcomm MSM7627A Reference Design.
811
Taniya Das43bcdd62011-12-02 17:33:27 +0530812config MACH_MSM8625_RUMI3
813 depends on ARCH_MSM8625
814 depends on !MSM_STACKED_MEMORY
815 default y
816 bool "MSM8625 RUMI3"
817 help
818 Support for the Qualcomm MSM8625 RUMI3 Emulation Platform.
819
Taniya Dase3027e22012-02-27 16:32:27 +0530820config MACH_MSM8625_SURF
821 depends on ARCH_MSM8625
822 depends on !MSM_STACKED_MEMORY
823 default y
824 bool "MSM8625 SURF"
825 help
826 Support for the Qualcomm MSM8625 SURF.
827
Aparna Mallavarapu9f000a72012-04-20 15:37:57 +0530828config MACH_MSM8625_FFA
829 depends on ARCH_MSM8625
830 depends on !MSM_STACKED_MEMORY
831 default y
832 bool "MSM8625 FFA"
833 help
834 Support for the Qualcomm MSM8625 FFA.
835
Chintan Pandyaf4ad4002012-02-28 19:49:03 +0530836config MACH_MSM8625_EVB
837 depends on ARCH_MSM8625
838 depends on !MSM_STACKED_MEMORY
839 default y
840 bool "MSM8625 EVB"
841 help
842 Support for the Qualcomm MSM8625 Reference Design.
843
Taniya Dasbd096542012-03-15 17:43:45 +0530844config MACH_MSM8625_QRD7
845 depends on ARCH_MSM8625
846 depends on !MSM_STACKED_MEMORY
847 default y
848 bool "MSM8625 QRD7"
849 help
850 Support for the Qualcomm MSM8625 Reference Design.
851
Aparna Mallavarapu5a326242012-05-09 19:49:02 +0530852config MACH_MSM8625_EVT
853 depends on ARCH_MSM8625
854 depends on !MSM_STACKED_MEMORY
855 default y
856 bool "MSM8625 EVT"
857 help
858 Support for the Qualcomm MSM8625 Reference Design.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700859
Channagoud Kadabi2bd65c82012-10-12 15:14:23 +0530860config MACH_QRD_SKUD_PRIME
861 depends on ARCH_MSM8625
862 depends on !MSM_STACKED_MEMORY
863 default y
864 bool "MSM8625 SKUD PRIME"
865 help
866 Support for the Qualcomm MSM8625 SKUD prime Reference Design.
867 Add support for a SKUD prime reference design based on MSM8x25
868 chipset. This device is much closer to a phone than regular form
869 factor devices, with new touch, display panel and other hardware
870 configurations.
871
Daniel Walker7b521612010-05-06 12:44:57 -0700872config MACH_MSM7X30_SURF
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700873 depends on ARCH_MSM7X30
874 depends on !MSM_STACKED_MEMORY
875 default y
876 bool "MSM7x30 SURF"
877 help
878 Support for the Qualcomm MSM7x30 SURF eval board.
879
880config MACH_MSM7X30_FFA
881 depends on ARCH_MSM7X30
882 depends on !MSM_STACKED_MEMORY
883 default y
884 bool "MSM7x30 FFA"
885 help
886 Support for the Qualcomm MSM7x30 FFA eval board.
887
888config MACH_MSM7X30_FLUID
889 depends on ARCH_MSM7X30
890 depends on !MSM_STACKED_MEMORY
891 default y
892 bool "MSM7x30 FLUID"
893 help
894 Support for the Qualcomm MSM7x30 FLUID eval board.
895
896config MACH_SAPPHIRE
897 depends on ARCH_MSM7X01A
898 default n
899 bool "Sapphire"
Daniel Walker7b521612010-05-06 12:44:57 -0700900
Daniel Walker4ad15e62010-05-06 13:54:17 -0700901config MACH_QSD8X50_SURF
902 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700903 depends on MSM_SOC_REV_NONE
904 depends on MSM_STACKED_MEMORY
905 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700906 bool "QSD8x50 SURF"
907 help
908 Support for the Qualcomm QSD8x50 SURF eval board.
909
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700910config MACH_QSD8X50_FFA
Daniel Walker4ad15e62010-05-06 13:54:17 -0700911 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700912 depends on MSM_SOC_REV_NONE
913 depends on MSM_STACKED_MEMORY
914 default y
915 bool "QSD8x50 FFA"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700916 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700917 Support for the Qualcomm QSD8x50 FFA eval board.
918
919config MACH_MSM7X25_SURF
920 depends on ARCH_MSM7X25
921 depends on !MSM_STACKED_MEMORY
922 default y
923 bool "MSM7x25 SURF"
924 help
925 Support for the Qualcomm MSM7x25 SURF eval board.
926
927config MACH_MSM7X25_FFA
928 depends on ARCH_MSM7X25
929 depends on !MSM_STACKED_MEMORY
930 default y
931 bool "MSM7x25 FFA"
932 help
933 Support for the Qualcomm MSM7x25 FFA eval board.
934
935config MACH_MSM8X55_SURF
936 depends on ARCH_MSM7X30
937 depends on !MSM_STACKED_MEMORY
938 default y
939 bool "MSM8X55 SURF"
940 help
941 Support for the Qualcomm MSM8x55 SURF eval board.
942
943config MACH_MSM8X55_FFA
944 depends on ARCH_MSM7X30
945 depends on !MSM_STACKED_MEMORY
946 default y
947 bool "MSM8X55 FFA"
948 help
949 Support for the Qualcomm MSM8x55 FFA eval board.
950
951config MACH_MSM8X55_SVLTE_FFA
952 depends on ARCH_MSM7X30
953 depends on !MSM_STACKED_MEMORY
954 default y
955 bool "MSM8X55 SVLTE FFA"
956 help
957 Support for the Qualcomm MSM8x55 SVLTE FFA eval board.
958
959config MACH_MSM8X55_SVLTE_SURF
960 depends on ARCH_MSM7X30
961 depends on !MSM_STACKED_MEMORY
962 default y
963 bool "MSM8X55 SVLTE SURF"
964 help
965 Support for the Qualcomm MSM8x55 SVLTE SURF eval board.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700966
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700967config MACH_MSM8X60_SURF
968 depends on ARCH_MSM8X60
969 default n
970 bool "MSM8x60 SURF"
971 help
972 Support for the Qualcomm MSM8x60 SURF eval board.
973
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700974config MACH_MSM8X60_FFA
975 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700976 default n
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700977 bool "MSM8x60 FFA"
978 help
979 Support for the Qualcomm MSM8x60 FFA eval board.
980
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700981config MACH_MSM8X60_FLUID
982 depends on ARCH_MSM8X60
983 default n
984 bool "MSM8x60 FLUID"
985 help
986 Support for the Qualcomm MSM8x60 FLUID platform. The FLUID is an
987 8x60 target which has a form factor that is much closer to that
988 of a phone than other targets. It also has a new display and
989 touchscreen controller.
990
991config MACH_MSM8X60_FUSION
992 depends on ARCH_MSM8X60
993 default n
994 bool "MSM8x60 FUSION"
995 help
996 Support for the Qualcomm MSM8x60 Fusion SURF device.
997
998config MACH_MSM8X60_FUSN_FFA
999 depends on ARCH_MSM8X60
1000 default n
1001 bool "MSM8x60 FUSN FFA"
1002 help
1003 Support for the Qualcomm MSM8x60 Fusion FFA device.
1004
Zhang Chang Kenef05b172011-07-27 15:28:13 -04001005config MACH_MSM8X60_DRAGON
1006 depends on ARCH_MSM8X60
1007 default n
1008 bool "MSM8x60 DRAGON"
1009 help
1010 Support for the Qualcomm MSM8x60 Dragon board.
1011
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001012config MACH_MSM8960_CDP
1013 depends on ARCH_MSM8960
1014 bool "MSM8960 CDP"
1015 help
1016 Support for the Qualcomm MSM8960 CDP device.
1017
1018config MACH_MSM8960_MTP
1019 depends on ARCH_MSM8960
1020 bool "MSM8960 MTP"
1021 help
1022 Support for the Qualcomm MSM8960 MTP device.
1023
1024config MACH_MSM8960_FLUID
1025 depends on ARCH_MSM8960
1026 bool "MSM8960 FLUID"
1027 help
1028 Support for the Qualcomm MSM8960 FLUID device.
1029
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03001030config MACH_MSM8960_LIQUID
1031 depends on ARCH_MSM8960
1032 bool "MSM8960 LIQUID"
1033 help
1034 Support for the Qualcomm MSM8960 LIQUID device.
1035
Stepan Moskovchenko082952d2011-10-18 17:27:08 -07001036config MACH_MSM8930_CDP
1037 depends on ARCH_MSM8930
1038 bool "MSM8930 CDP"
1039 help
1040 Support for the Qualcomm MSM8930 CDP device.
1041
1042config MACH_MSM8930_MTP
1043 depends on ARCH_MSM8930
1044 bool "MSM8930 MTP"
1045 help
1046 Support for the Qualcomm MSM8930 MTP device.
1047
1048config MACH_MSM8930_FLUID
1049 depends on ARCH_MSM8930
1050 bool "MSM8930 FLUID"
1051 help
1052 Support for the Qualcomm MSM8930 FLUID device.
1053
Stepan Moskovchenko8768eff2011-12-01 18:55:07 -08001054config MACH_MSM8627_CDP
1055 depends on ARCH_MSM8930
1056 bool "MSM8627 CDP"
1057 help
1058 Support for the Qualcomm MSM8627 CDP device.
1059
1060config MACH_MSM8627_MTP
1061 depends on ARCH_MSM8930
1062 bool "MSM8627 MTP"
1063 help
1064 Support for the Qualcomm MSM8627 MTP device.
1065
Rohit Vaswania8e7a832011-09-28 21:00:05 -07001066config MACH_MSM9615_CDP
1067 depends on ARCH_MSM9615
1068 bool "MSM9615 CDP"
1069 help
1070 Support for the Qualcomm MSM9615 CDP device.
1071
1072config MACH_MSM9615_MTP
1073 depends on ARCH_MSM9615
1074 bool "MSM9615 MTP"
1075 help
1076 Support for the Qualcomm MSM9615 MTP device.
1077
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001078config MSM_USE_TSIF1
1079 depends on ARCH_MSM8X60
1080 bool "MSM8x60 use TSIF1"
1081 help
1082 Selects TSIF1 core to be used rather than TSIF0.
1083 The two TSIF cores share the same DM configuration
1084 so they cannot be used simultaneously.
1085
Joel King82b7e3f2012-01-05 10:03:27 -08001086config MACH_APQ8064_CDP
1087 depends on ARCH_APQ8064
1088 bool "APQ8064 CDP"
1089 help
1090 Support for the Qualcomm APQ8064 CDP device.
1091
Rohit Vaswani4375c802013-01-09 13:38:19 -08001092config MACH_FSM8064_EP
1093 depends on ARCH_APQ8064
1094 bool "FSM8064 EP"
1095 help
1096 Support for the Qualcomm FSM8064 EP device.
1097 This board also known as Femto development platform (FDP)
1098 is based on APQ8064 chipset. This board does not support
1099 keyboard, display or multimedia.
1100
Joel King82b7e3f2012-01-05 10:03:27 -08001101config MACH_APQ8064_MTP
1102 depends on ARCH_APQ8064
1103 bool "APQ8064 MTP"
1104 help
1105 Support for the Qualcomm APQ8064 MTP device.
1106
1107config MACH_APQ8064_LIQUID
1108 depends on ARCH_APQ8064
1109 bool "APQ8064 LIQUID"
1110 help
1111 Support for the Qualcomm APQ8064 LIQUID device.
1112
Joel King064bbf82012-04-01 13:23:39 -07001113config MACH_MPQ8064_CDP
1114 depends on ARCH_APQ8064
1115 bool "MPQ8064 CDP"
1116 help
1117 Support for the Qualcomm MPQ8064 CDP device.
1118
Joel King11ca8202012-02-13 16:19:03 -08001119config MACH_MPQ8064_HRD
1120 depends on ARCH_APQ8064
1121 bool "MPQ8064 HRD"
1122 help
1123 Support for the Qualcomm MPQ8064 HRD device.
1124
1125config MACH_MPQ8064_DTV
1126 depends on ARCH_APQ8064
1127 bool "MPQ8064 DTV"
1128 help
1129 Support for the Qualcomm MPQ8064 DTV device.
1130
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001131config MACH_FSM9XXX_SURF
1132 depends on ARCH_FSM9XXX
1133 depends on !MSM_STACKED_MEMORY
1134 default y
1135 bool "FSM9XXX SURF"
1136 help
1137 Support for the Qualcomm FSM9xxx femtocell
1138 chipset based SURF evaluation board and
1139 FFA board.
1140
Daniel Walker4ad15e62010-05-06 13:54:17 -07001141endmenu
Brian Swetland9e73c842007-11-26 04:12:13 -08001142
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001143config MSM_STACKED_MEMORY
1144 bool "Stacked Memory"
1145 default y
Stepan Moskovchenko24f61732011-02-11 12:28:16 -08001146 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001147 This option is used to indicate the presence of on-die stacked
1148 memory. When present this memory bank is used for a high speed
1149 shared memory interface. When not present regular RAM is used.
Stepan Moskovchenko24f61732011-02-11 12:28:16 -08001150
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001151config PHYS_OFFSET
1152 hex
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -07001153 default "0x40800000" if ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001154 default "0x80200000" if ARCH_APQ8064
1155 default "0x80200000" if ARCH_MSM8960
Stepan Moskovchenko082952d2011-10-18 17:27:08 -07001156 default "0x80200000" if ARCH_MSM8930
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -07001157 default "0x00000000" if ARCH_MSM8974
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -07001158 default "0x00000000" if ARCH_APQ8084
Ravi Kumar Vb31dbba2012-08-31 22:40:22 +05301159 default "0x00000000" if ARCH_MPQ8092
Syed Rameez Mustafa1c99fd32013-03-05 22:11:17 -08001160 default "0x00000000" if ARCH_MSM8226
1161 default "0x00000000" if ARCH_MSM8610
Jay Chokshi4f549942013-05-10 17:52:28 -07001162 default "0x00000000" if ARCH_MSMSAMARIUM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001163 default "0x10000000" if ARCH_FSM9XXX
Rohit Vaswani6d7461972013-03-20 19:15:30 -07001164 default "0x00000000" if ARCH_FSM9900
Abhimanyu Kapur20ac2ad2012-09-25 04:23:59 -07001165 default "0x00200000" if ARCH_MSM9625
Abhimanyu Kapur38226352013-04-23 17:14:57 -07001166 default "0x00000000" if ARCH_MSMKRYPTON
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001167 default "0x00200000" if !MSM_STACKED_MEMORY
1168 default "0x00000000" if ARCH_QSD8X50 && MSM_SOC_REV_A
1169 default "0x20000000" if ARCH_QSD8X50
1170 default "0x40200000" if ARCH_MSM8X60
1171 default "0x10000000"
Stepan Moskovchenko24f61732011-02-11 12:28:16 -08001172
Mitchel Humpherys05e58812012-08-13 14:24:13 -07001173config KERNEL_MSM_CONTIG_MEM_REGION
1174 bool "Enable in-kernel contiguous memory region"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001175 default y if ARCH_MSM8X60
Laura Abbottc1fa75b2013-04-02 14:29:53 -07001176 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM8974
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001177 help
Mitchel Humpherys05e58812012-08-13 14:24:13 -07001178 Enable the in-kernel contiguous memory allocator. Sets up a
1179 region of physically contiguous memory. This memory is
1180 reserved during initialization, and can be used
1181 generically.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001182
1183config KERNEL_PMEM_SMI_REGION
1184 bool "Enable in-kernel PMEM region for SMI"
1185 default y if ARCH_MSM8X60
Laura Abbott0913ebc2013-04-29 12:56:14 -07001186 depends on (ARCH_QSD8X50 && !PMEM_GPU0) || (ARCH_MSM8X60 && !VCM)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001187 help
1188 Enable the in-kernel PMEM allocator to use SMI memory.
1189
1190config PMEM_GPU0
1191 bool "Enable PMEM GPU0 region"
1192 default y
Laura Abbott0913ebc2013-04-29 12:56:14 -07001193 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001194 help
1195 Enable the PMEM GPU0 device on SMI Memory.
1196
1197config MSM_AMSS_VERSION
1198 int
1199 default 6210 if MSM_AMSS_VERSION_6210
1200 default 6220 if MSM_AMSS_VERSION_6220
1201 default 6225 if MSM_AMSS_VERSION_6225
1202
1203choice
1204 prompt "AMSS modem firmware version"
1205
1206 default MSM_AMSS_VERSION_6225
1207
1208 config MSM_AMSS_VERSION_6210
1209 bool "6.2.10"
1210
1211 config MSM_AMSS_VERSION_6220
1212 bool "6.2.20"
1213
1214 config MSM_AMSS_VERSION_6225
1215 bool "6.2.20 + New ADSP"
1216endchoice
Stepan Moskovchenko2607b0a2010-11-15 17:46:10 -08001217
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001218config MSM_HAS_DEBUG_UART_HS
Daniel Walkerbf83de42010-03-16 16:29:44 -07001219 bool
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001220 help
1221 Say Y here if high speed MSM UART is present.
1222
1223config MSM_HAS_DEBUG_UART_HS_V14
1224 bool
1225 select MSM_HAS_DEBUG_UART_HS
1226 help
1227 Say Y here if high speed MSM UART v1.4 is present.
1228
Taniya Dasfa4ee7f2012-02-21 15:04:51 +05301229config MSM_DEBUG_UART_PHYS
1230 hex
1231 default 0xA9A00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART1
1232 default 0xACA00000 if ARCH_MSM7X30 && DEBUG_MSM_UART1
1233 default 0x94000000 if ARCH_FSM9XXX && DEBUG_MSM_UART1
1234 default 0xA9B00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART2
1235 default 0xACB00000 if ARCH_MSM7X30 && DEBUG_MSM_UART2
1236 default 0x94100000 if ARCH_FSM9XXX && DEBUG_MSM_UART2
1237 default 0xA9C00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART3
1238 default 0xACC00000 if ARCH_MSM7X30 && DEBUG_MSM_UART3
1239
Brian Swetland9e73c842007-11-26 04:12:13 -08001240choice
1241 prompt "Debug UART"
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001242 depends on DEBUG_LL
Brian Swetland9e73c842007-11-26 04:12:13 -08001243
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001244 config DEBUG_MSM_UART1
1245 bool "Kernel low-level debugging messages via MSM UART1"
Taniya Dasfa4ee7f2012-02-21 15:04:51 +05301246 depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50 || ARCH_FSM9XXX
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001247 help
1248 Say Y here if you want the debug print routines to direct
1249 their output to the first serial port on MSM devices.
Brian Swetland9e73c842007-11-26 04:12:13 -08001250
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001251 config DEBUG_MSM_UART2
1252 bool "Kernel low-level debugging messages via MSM UART2"
Taniya Dasfa4ee7f2012-02-21 15:04:51 +05301253 depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50 || ARCH_FSM9XXX
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001254 help
1255 Say Y here if you want the debug print routines to direct
1256 their output to the second serial port on MSM devices.
Brian Swetland9e73c842007-11-26 04:12:13 -08001257
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001258 config DEBUG_MSM_UART3
1259 bool "Kernel low-level debugging messages via MSM UART3"
Taniya Dasfa4ee7f2012-02-21 15:04:51 +05301260 depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001261 help
1262 Say Y here if you want the debug print routines to direct
1263 their output to the third serial port on MSM devices.
Brian Swetland9e73c842007-11-26 04:12:13 -08001264
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001265 config DEBUG_MSM8660_UART
1266 bool "Kernel low-level debugging messages via MSM 8660 UART"
1267 depends on ARCH_MSM8X60
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001268 select MSM_HAS_DEBUG_UART_HS
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001269 help
1270 Say Y here if you want the debug print routines to direct
1271 their output to the serial port on MSM 8660 devices.
Steve Mucklec8aabae2010-04-21 16:20:27 -07001272
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001273 config DEBUG_MSM8960_UART
1274 bool "Kernel low-level debugging messages via MSM 8960 UART"
Stepan Moskovchenko824db172012-05-29 18:05:09 -07001275 depends on ARCH_MSM8960 && DEBUG_LL
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001276 select MSM_HAS_DEBUG_UART_HS
Sathish Ambleybb87d5f2011-11-08 15:14:01 -08001277 help
1278 Say Y here if you want the debug print routines to direct
1279 their output to the serial port on MSM 8960 devices.
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001280
Stepan Moskovchenko824db172012-05-29 18:05:09 -07001281 config DEBUG_MSM8930_UART
1282 bool "Kernel low-level debugging messages via MSM 8930 UART"
1283 depends on ARCH_MSM8930 && DEBUG_LL
1284 select MSM_HAS_DEBUG_UART_HS
1285 help
1286 Say Y here if you want the debug print routines to direct
1287 their output to the serial port on MSM 8930 devices.
1288
1289 config DEBUG_APQ8064_UART
1290 bool "Kernel low-level debugging messages via APQ 8064 UART"
1291 depends on ARCH_APQ8064 && DEBUG_LL
1292 select MSM_HAS_DEBUG_UART_HS
1293 help
1294 Say Y here if you want the debug print routines to direct
1295 their output to the serial port on APQ 8064 devices.
1296
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -07001297 config DEBUG_MSM8974_UART
1298 bool "Kernel low-level debugging messages via MSM 8974 UART"
1299 depends on ARCH_MSM8974
Sathish Ambleyf5bebd62011-11-03 23:36:36 -07001300 select MSM_HAS_DEBUG_UART_HS_V14
1301 help
1302 Say Y here if you want the debug print routines to direct
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -07001303 their output to the serial port on MSM 8974 devices.
Ravi Kumar Vb31dbba2012-08-31 22:40:22 +05301304
1305 config DEBUG_MPQ8092_UART
1306 bool "Kernel low-level debugging messages via MPQ8092 UART"
1307 depends on ARCH_MPQ8092
1308 select MSM_HAS_DEBUG_UART_HS_V14
1309 help
1310 Say Y here if you want the debug print routines to direct
1311 their output to the serial port on MPQ8092 devices.
Stepan Moskovchenko80064f32013-03-05 16:58:39 -08001312
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -07001313 config DEBUG_APQ8084_UART
1314 bool "Kernel low-level debugging messages via APQ8084 UART"
1315 depends on ARCH_APQ8084
Stepan Moskovchenko80064f32013-03-05 16:58:39 -08001316 select MSM_HAS_DEBUG_UART_HS_V14
1317 help
1318 Say Y here if you want the debug print routines to direct
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -07001319 their output to the serial port on APQ8084 devices.
Stephen Boydb9dedc62013-04-19 15:29:30 -07001320
1321 config DEBUG_MSM9625_UART
1322 bool "Kernel low-level debugging messages via MSM9625 UART"
1323 depends on ARCH_MSM9625
1324 select MSM_HAS_DEBUG_UART_HS_V14
1325 help
1326 Say Y here if you want the debug print routines to direct
1327 their output to the serial port on MSM9625 devices.
Rohit Vaswani6d7461972013-03-20 19:15:30 -07001328
1329 config DEBUG_FSM9900_UART
1330 bool "Kernel low-level debugging messages via FSM9900 UART"
1331 depends on ARCH_FSM9900
1332 select MSM_HAS_DEBUG_UART_HS_V14
1333 help
1334 Say Y here if you want the debug print routines to direct
1335 their output to the serial port on FSM9900 devices.
Jay Chokshi4f549942013-05-10 17:52:28 -07001336
1337 config DEBUG_MSMSAMARIUM_UART
1338 bool "Kernel low-level debugging messages via MSM SAMARIUM UART"
1339 depends on ARCH_MSMSAMARIUM
1340 select MSM_HAS_DEBUG_UART_HS_V14
1341 help
1342 Say Y here if you want the debug print routines to direct
1343 their output to the serial port on MSM SAMARIUM devices.
Subbaraman Narayanamurthy23317302013-06-17 17:09:24 -07001344
1345 config DEBUG_MSM8226_UART
1346 bool "Kernel low-level debugging messages via MSM 8226 UART"
1347 depends on ARCH_MSM8226
1348 select MSM_HAS_DEBUG_UART_HS_V14
1349 help
1350 Say Y here if you want the debug print routines to direct
1351 their output to the serial port on MSM 8226 devices.
Brian Swetland9e73c842007-11-26 04:12:13 -08001352endchoice
Brian Swetland9e73c842007-11-26 04:12:13 -08001353
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001354choice
1355 prompt "Default Timer"
1356 default MSM7X00A_USE_GP_TIMER
1357
1358 config MSM7X00A_USE_GP_TIMER
1359 bool "GP Timer"
1360 help
1361 Low resolution timer that allows power collapse from idle.
1362
1363 config MSM7X00A_USE_DG_TIMER
1364 bool "DG Timer"
1365 help
1366 High resolution timer.
1367endchoice
1368
1369choice
1370 prompt "Suspend sleep mode"
1371 default MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
1372 help
1373 Allows overriding the sleep mode used. Leave at power
1374 collapse suspend unless the arm9 image has problems.
1375
1376 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
1377 bool "Power collapse suspend"
1378 help
1379 Lowest sleep state. Returns through reset vector.
1380
1381 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
1382 bool "Power collapse"
1383 help
1384 Sleep state that returns through reset vector.
1385
1386 config MSM7X00A_SLEEP_MODE_APPS_SLEEP
1387 bool "Apps Sleep"
1388
1389 config MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
1390 bool "Ramp down cpu clock and wait for interrupt"
1391
1392 config MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
1393 bool "Wait for interrupt"
1394endchoice
1395
1396config MSM7X00A_SLEEP_MODE
1397 int
1398 default 0 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
1399 default 1 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
1400 default 2 if MSM7X00A_SLEEP_MODE_APPS_SLEEP
1401 default 3 if MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
1402 default 4 if MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
1403
1404choice
1405 prompt "Idle sleep mode"
1406 default MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
1407 help
1408 Allows overriding the sleep mode used from idle. Leave at power
1409 collapse suspend unless the arm9 image has problems.
1410
1411 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
1412 bool "Power collapse suspend"
1413 help
1414 Lowest sleep state. Returns through reset vector.
1415
1416 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
1417 bool "Power collapse"
1418 help
1419 Sleep state that returns through reset vector.
1420
1421 config MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
1422 bool "Apps Sleep"
1423
1424 config MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
1425 bool "Ramp down cpu clock and wait for interrupt"
1426
1427 config MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
1428 bool "Wait for interrupt"
1429endchoice
1430
1431config MSM7X00A_IDLE_SLEEP_MODE
1432 int
1433 default 0 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
1434 default 1 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
1435 default 2 if MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
1436 default 3 if MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
1437 default 4 if MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
1438
1439config MSM7X00A_IDLE_SLEEP_MIN_TIME
1440 int "Minimum idle time before sleep"
1441 default 20000000
1442 help
1443 Minimum idle time in nanoseconds before entering low power mode.
1444
1445config MSM7X00A_IDLE_SPIN_TIME
1446 int "Idle spin time before cpu ramp down"
1447 default 80000
1448 help
1449 Spin time in nanoseconds before ramping down cpu clock and entering
1450 any low power state.
1451
1452menuconfig MSM_IDLE_STATS
1453 bool "Collect idle statistics"
1454 default y
1455 help
1456 Collect idle statistics and export them in proc/msm_pm_stats.
1457
1458if MSM_IDLE_STATS
1459
1460config MSM_IDLE_STATS_FIRST_BUCKET
1461 int "First bucket time"
1462 default 62500
1463 help
1464 Upper time limit in nanoseconds of first bucket.
1465
1466config MSM_IDLE_STATS_BUCKET_SHIFT
1467 int "Bucket shift"
1468 default 2
1469
1470config MSM_IDLE_STATS_BUCKET_COUNT
1471 int "Bucket count"
1472 default 10
1473
1474config MSM_SUSPEND_STATS_FIRST_BUCKET
1475 int "First bucket time for suspend"
1476 default 1000000000
1477 help
1478 Upper time limit in nanoseconds of first bucket of the
1479 histogram. This is for collecting statistics on suspend.
1480
1481endif # MSM_IDLE_STATS
1482
1483config CPU_HAS_L2_PMU
1484 bool "L2CC PMU Support"
1485 help
1486 Select this if the L2 cache controller has a Performance Monitoring Unit.
1487
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001488config HTC_HEADSET
1489 tristate "HTC 2 Wire detection driver"
1490 default n
1491 help
1492 Provides support for detecting HTC 2 wire devices, such as wired
1493 headset, on the trout platform. Can be used with the msm serial
1494 debugger, but not with serial console.
1495
1496config TROUT_BATTCHG
1497 depends on MACH_TROUT && POWER_SUPPLY
1498 default y
1499 bool "Trout battery / charger driver"
1500
1501config HTC_PWRSINK
1502 depends on MSM_SMD
1503 default n
1504 bool "HTC Power Sink Driver"
1505
1506config QSD_SVS
1507 bool "QSD Static Voltage Scaling"
1508 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
1509 default y
1510 select TPS65023
1511 help
1512 Enables static voltage scaling using the TPS65023 PMIC.
1513
1514config QSD_PMIC_DEFAULT_DCDC1
1515 int "PMIC default output voltage"
1516 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
1517 default 1250
1518 help
1519 This is the PMIC voltage at Linux kernel boot.
1520
1521config MSM_FIQ_SUPPORT
1522 default y
1523 bool "Enable installation of an FIQ handler."
1524
1525config MSM_SERIAL_DEBUGGER
1526 select MSM_FIQ_SUPPORT
1527 select KERNEL_DEBUGGER_CORE
1528 default n
1529 bool "FIQ Mode Serial Debugger"
1530 help
1531 The FIQ serial debugger can accept commands even when the
1532 kernel is unresponsive due to being stuck with interrupts
1533 disabled. Depends on the kernel debugger core in drivers/misc.
1534
1535config MSM_SERIAL_DEBUGGER_CONSOLE
1536 depends on MSM_SERIAL_DEBUGGER
1537 default n
1538 bool "Console on FIQ Serial Debugger port"
1539 help
1540 Enables a console so that printk messages are displayed on
1541 the debugger serial port as the occur.
Brian Swetland9e73c842007-11-26 04:12:13 -08001542
Gregory Beanab78cde2010-09-01 16:26:12 -07001543config MSM_PROC_COMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001544 default y
1545 bool "Proc-Comm RPC Interface"
1546 help
1547 Enables a lightweight communications interface to the
1548 baseband processor.
Gregory Beanab78cde2010-09-01 16:26:12 -07001549
Gregory Bean1963a2a2010-08-28 10:05:44 -07001550config MSM_SMD
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001551 bool "MSM Shared Memory Driver (SMD)"
1552 help
1553 Support for the shared memory interface between the apps
1554 processor and the baseband processor. Provides access to
1555 the "shared heap", as well as virtual serial channels
1556 used to communicate with various services on the baseband
1557 processor.
1558
1559choice
1560 prompt "MSM Shared memory interface version"
1561 depends on MSM_SMD
1562 default MSM_SMD_PKG3 if ARCH_MSM_ARM11
1563 default MSM_SMD_PKG4 if ARCH_MSM_SCORPION
1564
1565 config MSM_SMD_PKG3
1566 bool
1567 prompt "Package 3"
1568
1569 config MSM_SMD_PKG4
1570 bool
1571 prompt "Package 4"
1572endchoice
1573
Niranjana Vishwanathapuraf1427ac2012-05-03 14:28:21 -06001574config MSM_PCIE
1575 bool "MSM PCIe Controller driver"
1576 depends on PCI && PCI_MSI
1577 help
1578 Enables the PCIe functionality by configures PCIe core on
1579 MSM chipset and by enabling the ARM PCI framework extension.
1580
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001581config MSM_SMD_DEBUG
1582 depends on MSM_SMD
1583 default y
1584 bool "MSM SMD debug support"
1585 help
1586 Support for debugging the SMD for communication
1587 between the ARM9 and ARM11
1588
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001589config MSM_BAM_DMUX
1590 bool "BAM Data Mux Driver"
1591 depends on SPS
1592 default n
1593 help
1594 Support Muxed Data Channels over BAM interface.
1595 BAM has a limited number of pipes. This driver
1596 provides a means to support more logical channels
1597 via muxing than BAM could without muxing.
1598
1599config MSM_N_WAY_SMD
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001600 depends on (MSM_SMD && !(ARCH_MSM7X01A))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001601 default y
1602 bool "MSM N-WAY SMD support"
1603 help
1604 Supports APPS-QDSP SMD communication along with
1605 normal APPS-MODEM SMD communication.
1606
1607config MSM_N_WAY_SMSM
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001608 depends on (MSM_SMD && !(ARCH_MSM7X01A))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001609 default y
1610 bool "MSM N-WAY SMSM support"
1611 help
1612 Supports APPS-QDSP SMSM communication along with
1613 normal APPS-MODEM SMSM communication.
1614
Eric Holmberg6275b602012-11-19 13:05:04 -07001615config MSM_SMP2P
1616 bool "SMSM Point-to-Point (SMP2P)"
1617 depends on MSM_SMD
1618 help
1619 Provide point-to-point remote signaling support.
1620 SMP2P enables transferring 32-bit values between
1621 the local and a remote system using shared
1622 memory and interrupts. A client can open multiple
1623 32-bit values by specifying a unique string and
1624 remote processor ID.
1625
1626config MSM_SMP2P_TEST
1627 bool "SMSM Point-to-Point Test"
1628 depends on MSM_SMP2P
1629 help
1630 Enables loopback and unit testing support for
1631 SMP2P. Loopback support is used by other
1632 processors to do unit testing. Unit tests
1633 are used to verify the local and remote
1634 implementations.
1635
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001636config MSM_RESET_MODEM
1637 tristate "Reset Modem Driver"
1638 depends on MSM_SMD
1639 default m
1640 help
1641 Allows the user to reset the modem through a device node.
1642
1643config MSM_SMD_LOGGING
1644 depends on MSM_SMD
1645 default y
1646 bool "MSM Shared Memory Logger"
1647 help
1648 This option exposes the shared memory logger at /dev/smem_log
1649 and a debugfs node named smem_log.
1650
1651 If in doubt, say yes.
1652
Karthikeyan Ramasubramaniane1f4f732011-08-08 13:34:47 -06001653config MSM_IPC_LOGGING
1654 bool "MSM Debug Logging for IPC Drivers"
1655 help
1656 This option allows the debug logging for IPC Drivers.
1657
1658 If in doubt, say no.
1659
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001660config MSM_SMD_NMEA
1661 bool "NMEA GPS Driver"
1662 depends on MSM_SMD
1663 default y
1664 help
1665 Enable this to support the NMEA GPS device.
1666
1667 If in doubt, say yes.
1668
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001669config MSM_SMD_TTY
1670 bool "SMD TTY Driver"
1671 depends on MSM_SMD
1672 default y
1673 help
1674 Provides TTY interfaces to interact with the modem.
1675
1676 If in doubt, say yes.
1677
1678config MSM_SMD_QMI
1679 bool "SMD QMI Driver"
1680 depends on MSM_SMD
1681 default y
1682 help
1683 Manages network data connections.
1684
1685 If in doubt, say yes.
1686
1687config MSM_SMD_PKT
1688 bool "SMD Packet Driver"
1689 depends on MSM_SMD
1690 default y
1691 help
1692 Provides a binary SMD non-muxed packet port interface.
1693
1694 If in doubt, say yes.
1695
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001696config MSM_DSPS
1697 bool "Sensors DSPS driver"
1698 depends on (MSM_PIL && (ARCH_MSM8X60 || ARCH_MSM8960))
1699 default n
1700 help
1701 Provides user-space interface to the sensors manager
1702 to turn on/off the Sensors Processor system clocks.
1703 It is the DSPS responsibility to turn on/off the sensors
1704 themself.
1705 The number of clocks and their name may vary between targets.
1706 It also triggers the PIL to load the DSPS firmware.
1707
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001708config MSM_ONCRPCROUTER
1709 depends on MSM_SMD
1710 default n
1711 bool "MSM ONCRPC router support"
1712 help
1713 Support for the MSM ONCRPC router for communication between
1714 the ARM9 and ARM11
1715
1716config MSM_IPC_ROUTER
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001717 depends on NET
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001718 default n
1719 bool "MSM IPC Router support"
1720 help
1721 Support for the MSM IPC Router for communication between
1722 the APPs and the MODEM
1723
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001724config MSM_IPC_ROUTER_SMD_XPRT
1725 depends on MSM_SMD
1726 depends on MSM_IPC_ROUTER
1727 default n
1728 bool "MSM SMD XPRT Layer"
1729 help
1730 SMD Transport Layer for IPC Router
1731
Karthikeyan Ramasubramanian38cde3f2013-04-24 17:11:57 -06001732config MSM_IPC_ROUTER_HSIC_XPRT
1733 depends on USB_QCOM_IPC_BRIDGE
1734 depends on MSM_IPC_ROUTER
1735 bool "MSM HSIC XPRT Layer"
1736 help
1737 HSIC Transport Layer that enables off-chip communication of
1738 IPC Router. When the HSIC endpoint becomes available, this layer
1739 registers the transport with IPC Router and enable message
1740 exchange.
1741
Karthikeyan Ramasubramanian5b502d3642012-09-23 22:23:36 -06001742config MSM_IPC_ROUTER_SECURITY
1743 depends on MSM_IPC_ROUTER
1744 bool "MSM IPC Router Security support"
1745 help
1746 This feature of IPC Router will enforce security rules
1747 configured by a security script from the user-space. IPC Router
1748 once configured with the security rules will ensure that the
1749 sender of the message to a service belongs to the relevant
1750 Linux group as configured by the security script.
1751
Karthikeyan Ramasubramanianfec77ff2012-10-26 20:03:26 -06001752config MSM_QMI_INTERFACE
1753 depends on MSM_IPC_ROUTER
1754 depends on QMI_ENCDEC
1755 default n
1756 bool "MSM QMI Interface Library"
1757 help
1758 Library to send and receive QMI messages over IPC Router.
1759 This library provides interface functions to the kernel drivers
1760 to perform QMI message marshaling and transport them over IPC
1761 Router.
1762
Karthikeyan Ramasubramaniana9859e82012-07-12 13:10:42 -06001763config MSM_TEST_QMI_CLIENT
1764 depends on MSM_QMI_INTERFACE
1765 bool "MSM TEST QMI CLIENT"
1766 help
1767 The sample QMI client provides a test code for QMI usage. The
1768 test_service client driver uses QMI interface library to send
1769 and receive QMI messages over IPC Router. The test code sends
1770 a synchronous QMI request to the test_service and handles the
1771 QMI responses.
1772
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001773config MSM_ONCRPCROUTER_DEBUG
1774 depends on MSM_ONCRPCROUTER
1775 default y
1776 bool "MSM debug ONCRPC router support"
1777 help
1778 Support for debugging the ONCRPC router for communication
1779 between the ARM9 and ARM11
1780
1781config MSM_RPC_LOOPBACK_XPRT
1782 depends on MSM_ONCRPCROUTER
1783 default n
1784 bool "MSM RPC local routing support"
1785 help
1786 Support for routing RPC messages between APPS clients
1787 and APPS servers. Helps in testing APPS RPC framework.
1788
1789config MSM_RPCSERVER_TIME_REMOTE
1790 depends on MSM_ONCRPCROUTER && RTC_HCTOSYS
1791 default y
1792 bool "Time remote RPC server"
1793 help
1794 The time remote server receives notification of time bases and
1795 reports these events to registered callback functions.
1796
1797config MSM_RPCSERVER_WATCHDOG
1798 depends on MSM_ONCRPCROUTER
1799 default y
1800 bool "Watchdog RPC server"
1801 help
1802 The dog_keepalive server handles watchdog events.
1803
1804config MSM_RPC_WATCHDOG
1805 depends on MSM_ONCRPCROUTER
1806 default n
1807 bool "Watchdog RPC client"
1808 help
1809 The dog_keepalive client module.
1810
1811config MSM_RPC_PING
1812 depends on MSM_ONCRPCROUTER && DEBUG_FS
1813 default m
1814 bool "MSM rpc ping"
1815 help
1816 Implements MSM rpc ping test module.
1817
1818config MSM_RPC_PROC_COMM_TEST
1819 depends on DEBUG_FS && MSM_PROC_COMM
1820 default m
1821 bool "MSM rpc proc comm test"
1822 help
1823 Implements MSM rpc proc comm test module.
1824
1825config MSM_RPC_OEM_RAPI
1826 depends on MSM_ONCRPCROUTER
1827 default m
1828 bool "MSM oem rapi"
1829 help
1830 Implements MSM oem rapi client module.
1831
1832config MSM_RPCSERVER_HANDSET
1833 depends on MSM_ONCRPCROUTER
1834 default y
1835 bool "Handset events RPC server"
1836 help
1837 Support for receiving handset events like headset detect,
1838 headset switch and clamshell state.
1839
1840config MSM_RMT_STORAGE_CLIENT
1841 depends on (ARCH_MSM && MSM_ONCRPCROUTER)
1842 default n
1843 bool "Remote Storage RPC client"
1844 help
1845 Provide RPC mechanism for remote processors to access storage
1846 device on apps processor.
1847
1848config MSM_RMT_STORAGE_CLIENT_STATS
1849 depends on (MSM_RMT_STORAGE_CLIENT && DEBUG_FS)
1850 default n
1851 bool "Remote storage RPC client performance statistics"
1852 help
1853 Collects performance statistics and shows this information
1854 through a debugfs file rmt_storage_stats.
1855
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001856config MSM_DALRPC
1857 bool "DAL RPC support"
Bryan Huntsman18b3c0c2011-11-23 15:12:58 -08001858 default n
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001859 help
1860 Supports RPC calls to DAL devices on remote processor cores.
1861
1862config MSM_DALRPC_TEST
1863 tristate "DAL RPC test module"
1864 depends on (MSM_DALRPC && DEBUG_FS)
1865 default m
1866 help
1867 Exercises DAL RPC calls to QDSP6.
1868
1869if CPU_FREQ_MSM
1870
1871config MSM_CPU_FREQ_SET_MIN_MAX
1872 bool "Set Min/Max CPU frequencies."
1873 default n
1874 help
1875 Allow setting min and max CPU frequencies. Sysfs can be used
1876 to override these values.
1877
1878config MSM_CPU_FREQ_MAX
1879 int "Max CPU Frequency"
1880 depends on MSM_CPU_FREQ_SET_MIN_MAX
1881 default 384000
1882
1883config MSM_CPU_FREQ_MIN
1884 int "Min CPU Frequency"
1885 depends on MSM_CPU_FREQ_SET_MIN_MAX
1886 default 245760
1887
1888endif # CPU_FREQ_MSM
1889
Saravana Kannancadc8932013-11-22 16:46:16 -08001890config MSM_DEVFREQ_CPUBW
1891 bool "Devfreq device for CPU<->DDR IB/AB BW voting"
1892 depends on PM_DEVFREQ
1893 select DEVFREQ_GOV_PERFORMANCE
1894 select DEVFREQ_GOV_POWERSAVE
1895 select DEVFREQ_GOV_USERSPACE
Saravana Kannan4bbc9932013-11-24 03:45:00 -08001896 select DEVFREQ_GOV_MSM_CPUFREQ
Saravana Kannancadc8932013-11-22 16:46:16 -08001897 default n
1898 help
1899 Different devfreq governors use this devfreq device to make CPU to
1900 DDR IB/AB bandwidth votes. This driver provides a SoC topology
1901 agnostic interface to so that some of the devfreq governors can be
1902 shared across SoCs.
1903
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001904config MSM_AVS_HW
1905 bool "Enable Adaptive Voltage Scaling (AVS)"
1906 default n
1907 help
1908 Enable AVS hardware to fine tune voltage at each frequency. The
1909 AVS hardware blocks associated with each Qualcomm ARMv7 cores can
1910 fine tune the voltages based on the feedback from the ring
1911 oscillators.
1912
1913config MSM_HW3D
1914 tristate "MSM Hardware 3D Register Driver"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001915 help
1916 Provides access to registers needed by the userspace OpenGL|ES
1917 library.
1918
1919config MSM_ADSP
1920 depends on (ARCH_MSM7X01A || ARCH_MSM7X25 || ARCH_MSM7X27)
1921 tristate "MSM ADSP driver"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001922 default y
1923 help
1924 Provides access to registers needed by the userspace aDSP library.
1925
1926config ADSP_RPC_VER
1927 hex
1928 default 0x30002 if (ARCH_MSM7X27 || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2009))
1929 default 0x30001 if (ARCH_MSM7X01A || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2008))
1930 depends on MSM_ADSP
1931 help
1932 Select proper ADSP RPC version
1933choice
1934 prompt "ADSP RPC version"
1935
1936 default AMSS_7X25_VERSION_2009
1937
1938 config AMSS_7X25_VERSION_2009
1939 bool "2.0.09"
1940
1941 config AMSS_7X25_VERSION_2008
1942 bool "2.0.08"
1943endchoice
1944
1945config MSM7KV2_AUDIO
1946 bool "MSM7K v2 audio"
Laura Abbott0913ebc2013-04-29 12:56:14 -07001947 depends on ARCH_MSM7X30
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001948 default y
1949 help
1950 Enables QDSP5V2-based audio drivers for audio playbacks and
1951 voice call.
1952
1953config MSM_ADSP_REPORT_EVENTS
1954 bool "Report modem events from the DSP"
1955 default y
1956 depends on (MSM_ADSP || MSM7KV2_AUDIO)
1957 help
1958 Normally, only messages from the aDSP are reported to userspace.
1959 With this option, we report events from the aDSP as well.
1960
1961config MSM_QDSP6
1962 tristate "QDSP6 support"
Laura Abbott0913ebc2013-04-29 12:56:14 -07001963 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001964 default y
1965 help
1966 Enable support for qdsp6. This provides audio and video functionality.
1967
1968config MSM8X60_AUDIO
1969 tristate "MSM8X60 audio support"
Laura Abbott0913ebc2013-04-29 12:56:14 -07001970 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001971 default y
1972 help
1973 Enable support for qdsp6v2. This provides audio functionality.
1974
1975config MSM8X60_FTM_AUDIO_DEVICES
1976 bool "MSM8X60 audio factory test mode support"
1977 depends on MSM8X60_AUDIO
1978 help
1979 Enable support audio factory test mode devices. This is used
1980 in a production line environment.
1981
Ben Romberger45b351c2011-07-20 22:37:27 -07001982config RTAC
1983 bool "MSM8K real-time audio calibration support"
1984 default y
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001985 help
Ben Romberger45b351c2011-07-20 22:37:27 -07001986 Enable support for rtac. This enables calibration during
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001987 audio operation
1988
1989config MSM7X27A_AUDIO
1990 bool "MSM7X27A audio support"
1991 depends on ARCH_MSM7X27A && MSM_ADSP
1992 default n
1993 help
1994 Enable support for 7x27a. This provides audio functionality.
1995
Justin Pauporea6cd2092011-06-22 16:19:45 -07001996config MSM_PROC_COMM_REGULATOR
Gregory Bean1963a2a2010-08-28 10:05:44 -07001997 bool
Justin Pauporea6cd2092011-06-22 16:19:45 -07001998 depends on MSM_PROC_COMM && REGULATOR
1999 help
2000 Enable regulator framework support for regulators managed by PMLIB
2001 on the modem, and controlled through proccomm calls.
2002
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002003config MSM_VREG_SWITCH_INVERTED
2004 bool "Reverse vreg switch polarity"
2005 default n
2006 help
2007 Reverses the enable and disable for vreg switch.
2008
2009config MSM_DMA_TEST
2010 tristate "MSM DMA test module"
2011 default m
2012 help
2013 Intended to be compiled as a module. Provides a device node
2014 and ioctls for testing the MSM dma system.
2015
2016config WIFI_CONTROL_FUNC
2017 bool "Enable WiFi control function abstraction"
2018 help
2019 Enables Power/Reset/Carddetect function abstraction
2020
2021config WIFI_MEM_PREALLOC
2022 depends on WIFI_CONTROL_FUNC
2023 bool "Preallocate memory for WiFi buffers"
2024 help
2025 Preallocates memory buffers for WiFi driver
2026
2027config QSD_AUDIO
2028 bool "QSD audio"
Laura Abbott0913ebc2013-04-29 12:56:14 -07002029 depends on ARCH_MSM_SCORPION && MSM_DALRPC && !MSM_SMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002030 default y
2031 help
2032 Provides PCM, MP3, and AAC audio playback.
2033
2034config AUDIO_AAC_PLUS
2035 depends on (MSM_ADSP || QSD_AUDIO || MSM7KV2_AUDIO)
2036 bool "AAC+ Audio"
2037 default y
2038 help
2039 Provides AAC+ decoding
2040
2041config AUDIO_ENHANCED_AAC_PLUS
2042 depends on AUDIO_AAC_PLUS
2043 bool "Enhanced AAC+ Audio"
2044 default y
2045 help
2046 Provides Enhanced AAC+ decoding
2047
2048config SURF_FFA_GPIO_KEYPAD
2049 bool "MSM SURF/FFA GPIO keypad"
2050 depends on INPUT_GPIO = "y"
2051 default y
2052 help
2053 Select if the GPIO keypad is attached.
2054
2055config MSM_SLEEP_TIME_OVERRIDE
2056 bool "Allow overriding suspend/sleep time with PM module parameter"
2057 default y
2058 help
2059 Enable the module parameter sleep_time_override. Specified
2060 in units of seconds, it overwrites the normal sleep time of
2061 suspend. The feature is required for automated power management
2062 testing.
2063
2064config MSM_MEMORY_LOW_POWER_MODE
2065 bool "Control the low power modes of memory"
2066 default n
2067 help
2068 The application processor controls whether memory should enter
2069 which low power mode.
2070
2071choice
2072 prompt "Default Memory Low Power Mode during Idle"
2073 depends on MSM_MEMORY_LOW_POWER_MODE
2074 default MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
2075 help
2076 Selects the default low power mode of the memory during idle
2077 sleep.
2078
2079 config MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
2080 bool "Memory active"
2081
2082 config MSM_MEMORY_LOW_POWER_MODE_IDLE_RETENTION
2083 bool "Memory in retention"
2084
2085 config MSM_MEMORY_LOW_POWER_MODE_IDLE_DEEP_POWER_DOWN
2086 bool "Memory in deep power down"
2087endchoice
2088
2089choice
2090 prompt "Default Memory Low Power Mode during Suspend"
2091 depends on MSM_MEMORY_LOW_POWER_MODE
2092 default MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
2093 help
2094 Selects the default low power mode of the memory during suspend
2095 sleep.
2096
2097 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
2098 bool "Memory active"
2099
2100 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_RETENTION
2101 bool "Memory in retention"
2102
2103 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_DEEP_POWER_DOWN
2104 bool "Memory in deep power down"
2105endchoice
2106
2107choice
2108 prompt "Power management timeout action"
2109 default MSM_PM_TIMEOUT_HALT
2110 help
2111 Selects the Application Processor's action when Power Management
2112 times out waiting for Modem's handshake.
2113
2114 config MSM_PM_TIMEOUT_HALT
2115 bool "Halt the Application Processor"
2116
2117 config MSM_PM_TIMEOUT_RESET_MODEM
2118 bool "Reset the Modem Processor"
2119
2120 config MSM_PM_TIMEOUT_RESET_CHIP
2121 bool "Reset the entire chip"
2122endchoice
2123
2124config MSM_IDLE_WAIT_ON_MODEM
2125 int "Wait for Modem to become ready for idle power collapse"
2126 default 0
2127 help
2128 If Modem is not ready to handle Application Processor's request
2129 for idle power collapse, wait the number of microseconds in case
2130 Modem becomes ready soon.
2131
Matt Wagantall9274df92011-12-15 11:11:05 -08002132config MSM_RPM_REGULATOR
2133 bool "RPM regulator driver"
Matt Wagantall32dc71e2012-01-04 11:13:11 -08002134 depends on MSM_RPM && REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -08002135 help
2136 Compile in support for the RPM regulator driver, used for setting
2137 voltages and other parameters of the various power rails supplied
2138 by some Qualcomm PMICs.
2139
David Collinsc7642322012-04-04 10:19:12 -07002140config MSM_RPM_REGULATOR_SMD
2141 bool "SMD RPM regulator driver"
2142 depends on REGULATOR
2143 depends on OF
2144 depends on MSM_RPM_SMD
2145 help
2146 Compile in support for the SMD RPM regulator driver which is used for
2147 setting voltages and other parameters of the various power rails
2148 supplied by some Qualcomm PMICs. The SMD RPM regulator driver should
2149 be used on systems which contain an RPM which communicates with the
2150 application processor over SMD.
2151
David Collins037d6482013-03-14 16:53:33 -07002152config MSM_SPM_REGULATOR
2153 bool "SPM regulator driver"
2154 depends on REGULATOR && SPMI && OF_SPMI
2155 help
2156 Enable support for the SPM regulator driver which is used for
2157 setting voltages of processor supply regulators via the SPM module
2158 found inside of the MSM chips. The SPM regulator driver can be used
2159 on MSM systems where the APSS processor cores are supplied by their
2160 own PMIC regulator.
2161
Rohit Vaswani5fd759e2012-11-07 07:05:08 -08002162config MSM_SMCMOD
2163 tristate "Secure Monitor Call (SMC) Module"
2164 default n
Stanimir Varbanov87f5a502013-06-10 23:24:09 +03002165 depends on (ION && ION_MSM && MSM_SCM)
Rohit Vaswani5fd759e2012-11-07 07:05:08 -08002166 help
2167 Enable support for smcmod driver. This driver provides a mechanism
2168 to execute the Secure Monitor Call (SMC) to switch from non-secure
Stanimir Varbanov87f5a502013-06-10 23:24:09 +03002169 to secure execution in the fsm9xxx and msm8x26 targets. This module
2170 utilizes Ion for buffer management.
Rohit Vaswani5fd759e2012-11-07 07:05:08 -08002171
Stephen Boyd01710582012-07-09 13:40:05 -07002172config MSM_SUBSYSTEM_RESTART
2173 bool "MSM Subsystem Restart"
2174 help
2175 This option enables the MSM subsystem restart framework.
2176
2177 The MSM subsystem restart framework provides support to boot,
2178 shutdown, and restart subsystems with a reference counted API.
2179 It also notifies userspace of transitions between these states via
2180 sysfs.
2181
2182config MSM_SYSMON_COMM
2183 bool "MSM System Monitor communication support"
2184 depends on MSM_SMD && MSM_SUBSYSTEM_RESTART
2185 help
2186 This option adds support for MSM System Monitor library, which
2187 provides an API that may be used for notifying subsystems within
2188 the SoC about other subsystems' power-up/down state-changes.
2189
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002190config MSM_PIL
2191 bool "Peripheral image loading"
2192 select FW_LOADER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002193 default n
2194 help
2195 Some peripherals need to be loaded into memory before they can be
2196 brought out of reset.
2197
2198 Say yes to support these devices.
2199
Stephen Boyd4eb885b2011-09-29 01:16:03 -07002200config MSM_PIL_MODEM
2201 tristate "Modem (ARM11) Boot Support"
Stephen Boyd3ac20732012-05-03 18:46:08 -07002202 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boyd4eb885b2011-09-29 01:16:03 -07002203 help
2204 Support for booting and shutting down ARM11 Modem processors.
2205
Stephen Boyd3acc9e42011-09-28 16:46:40 -07002206config MSM_PIL_QDSP6V3
2207 tristate "QDSP6v3 (Hexagon) Boot Support"
Stephen Boyd2e19d932012-05-09 17:36:04 -07002208 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boyd3acc9e42011-09-28 16:46:40 -07002209 help
2210 Support for booting and shutting down QDSP6v3 processors (hexagon).
2211 The QDSP6 is a low power DSP used in audio software applications.
2212
Stephen Boydbdb53f32012-06-05 18:39:47 -07002213config MSM_PIL_LPASS_QDSP6V4
2214 tristate "LPASS QDSP6v4 (Hexagon) Boot Support"
Stephen Boyda1cf76b2012-06-13 12:05:35 -07002215 depends on MSM_SUBSYSTEM_RESTART
Stephen Boydeb819882011-08-29 14:46:30 -07002216 help
Stephen Boydbdb53f32012-06-05 18:39:47 -07002217 Support for booting and shutting down QDSP6v4 processors (hexagon)
2218 in low power audio subsystems. If you would like to record or
2219 play audio then say Y here.
2220
2221 If unsure, say N.
2222
2223config MSM_PIL_MODEM_QDSP6V4
2224 tristate "Modem QDSP6v4 (Hexagon) Boot Support"
Stephen Boyd2efa9962012-06-12 14:20:12 -07002225 depends on MSM_SUBSYSTEM_RESTART
Stephen Boydbdb53f32012-06-05 18:39:47 -07002226 help
2227 Support for booting and shutting down QDSP6v4 processors (hexagon)
2228 in modem subsystems. If you would like to make or receive phone
2229 calls then say Y here.
2230
2231 If unsure, say N.
Stephen Boydeb819882011-08-29 14:46:30 -07002232
Matt Wagantallc2bbdc32012-03-21 19:44:50 -07002233config MSM_PIL_LPASS_QDSP6V5
Stephen Boyd633eb622012-06-13 12:05:35 -07002234 tristate "LPASS QDSP6v5 (Hexagon) Boot Support"
2235 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
2236 help
2237 Support for booting and shutting down QDSP6v5 (Hexagon) processors
2238 in low power audio subsystems. This driver also monitors the ADSP
2239 SMSM status bits and the ADSP's watchdog interrupt and restarts the
2240 ADSP if the processor encounters a fatal error.
Matt Wagantall4e2599e2012-03-21 22:31:35 -07002241
2242config MSM_PIL_MSS_QDSP6V5
Stephen Boyd3da4fd02012-07-06 10:00:12 -07002243 tristate "MSS QDSP6v5 (Hexagon) Boot Support"
2244 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Matt Wagantalle6e00d52012-03-08 17:39:07 -08002245 help
Stephen Boyd3da4fd02012-07-06 10:00:12 -07002246 Support for booting and shutting down QDSP6v5 (Hexagon) processors
2247 in modem subsystems. If you would like to make or receive phone
2248 calls then say Y here.
2249
2250 If unsure, say N.
Matt Wagantallc2bbdc32012-03-21 19:44:50 -07002251
Stephen Boyd322a9922011-09-20 01:05:54 -07002252config MSM_PIL_RIVA
2253 tristate "RIVA (WCNSS) Boot Support"
Stephen Boydfdec00d2012-05-10 17:04:49 -07002254 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boyd322a9922011-09-20 01:05:54 -07002255 help
2256 Support for booting and shutting down the RIVA processor (WCNSS).
2257 Riva is the wireless subsystem processor used in bluetooth, wireless
2258 LAN, and FM software applications.
2259
Stephen Boydd89eebe2011-09-28 23:28:11 -07002260config MSM_PIL_TZAPPS
2261 tristate "TZApps Boot Support"
Stephen Boyd046013f2012-06-28 20:24:17 -07002262 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boydd89eebe2011-09-28 23:28:11 -07002263 help
2264 Support for booting and shutting down TZApps.
2265
2266 TZApps is an image that runs in the secure processor state. It is
2267 used to decrypt data and perform secure operations on the behalf of
2268 the kernel.
2269
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002270config MSM_PIL_DSPS
2271 tristate "DSPS Boot Support"
Stephen Boydf169b4b2012-05-10 17:55:55 -07002272 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002273 help
2274 Support for booting and shutting down ARM7 DSPS processors.
2275
2276 DSPS is a sensors offloading processor used for applications such
2277 as rotation detection, temperature, etc.
2278
Stephen Boyd7b973de2012-03-09 12:26:16 -08002279config MSM_PIL_VIDC
2280 tristate "Video Core Secure Boot Support"
Stephen Boyd046013f2012-06-28 20:24:17 -07002281 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Stephen Boyd7b973de2012-03-09 12:26:16 -08002282 help
2283 Support for authenticating the video core image.
2284
Tianyi Gou828798d2012-05-02 21:12:38 -07002285config MSM_PIL_VENUS
2286 tristate "VENUS (Video) Boot Support"
Stephen Boyd046013f2012-06-28 20:24:17 -07002287 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Tianyi Gou828798d2012-05-02 21:12:38 -07002288 help
2289 Support for booting and shutting down the VENUS processor (Video).
2290 Venus is the Video subsystem processor used for video codecs.
2291
Matt Wagantall292aace2012-01-26 19:12:34 -08002292config MSM_PIL_GSS
Stephen Boydd86214b2012-05-10 15:26:35 -07002293 tristate "GSS (Cortex A5) Boot Support"
2294 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Matt Wagantall292aace2012-01-26 19:12:34 -08002295 help
2296 Support for booting and shutting down Cortex A5 processors which run
2297 GPS subsystem firmware.
2298
Tianyi Gouc1e049f82011-11-23 14:20:16 -08002299config MSM_PIL_PRONTO
2300 tristate "PRONTO (WCNSS) Boot Support"
Stephen Boyd581fe852012-06-13 12:05:35 -07002301 depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
Tianyi Gouc1e049f82011-11-23 14:20:16 -08002302 help
2303 Support for booting and shutting down the PRONTO processor (WCNSS).
2304 PRONTO is the wireless subsystem processor used in bluetooth, wireless
2305 LAN, and FM software applications.
2306
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002307config MSM_SCM
2308 bool "Secure Channel Manager (SCM) support"
2309 default n
2310
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002311config SCORPION_Uni_45nm_BUG
2312 bool "Scorpion Uni 45nm(SC45U): Workaround for ICIMVAU and BPIMVA"
2313 depends on ARCH_MSM7X30 || (ARCH_QSD8X50 && MSM_SOC_REV_A)
2314 default y
2315 help
2316 Invalidating the Instruction Cache by Modified Virtual Address to PoU and
2317 invalidating the Branch Predictor Array by Modified Virtual Address can
2318 create invalid entries in the TLB with the wrong ASID values on Scorpion
2319 Uniprocessor 45nm (SC45U) cores. This option enables the recommended software
2320 workaround for Scorpion Uniprocessor 45nm cores.
2321
2322 This bug is not applicable to any ScorpionMP or Scorpion Uni 65nm(SC65U) cores.
2323
Harini Jayaramanef7805f2011-09-28 12:45:31 -06002324config MSM_BUSPM_DEV
2325 tristate "MSM Bus Performance Monitor Kernel Module"
Gagan Macb8168702013-05-16 15:46:06 -06002326 depends on MSM_BUS_SCALING
2327 default n
Harini Jayaramanef7805f2011-09-28 12:45:31 -06002328 help
2329 This kernel module is used to mmap() hardware registers for the
2330 performance monitors, counters, etc. The module can also be used to
2331 allocate physical memory which is used by bus performance hardware to
2332 dump performance data.
2333
Mona Hossain11c03ac2011-10-26 12:42:10 -07002334config MSM_TZ_LOG
2335 tristate "MSM Trust Zone (TZ) Log Driver"
2336 depends on DEBUG_FS
2337 help
2338 This option enables a driver with a debugfs interface for messages
2339 produced by the Secure code (Trust zone). These messages provide
2340 diagnostic information about TZ operation.
2341
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002342config MSM_RPM_LOG
2343 tristate "MSM Resource Power Manager Log Driver"
2344 depends on DEBUG_FS
Priyanka Mathur49c60802012-12-13 12:53:58 -08002345 depends on MSM_RPM || MSM_RPM_SMD
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002346 default n
2347 help
2348 This option enables a driver which can read from a circular buffer
2349 of messages produced by the RPM. These messages provide diagnostic
2350 information about RPM operation. The driver outputs the messages
2351 via a debugfs node.
2352
2353config MSM_RPM_STATS_LOG
2354 tristate "MSM Resource Power Manager Stat Driver"
2355 depends on DEBUG_FS
Priyanka Mathur1af9d4b2012-10-30 14:55:44 -07002356 depends on MSM_RPM || MSM_RPM_SMD
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002357 default n
2358 help
2359 This option enables a driver which reads RPM messages from a shared
2360 memory location. These messages provide statistical information about
2361 the low power modes that RPM enters. The drivers outputs the message
2362 via a debugfs node.
2363
Girish Mahadevan898c56d2012-06-05 16:09:19 -06002364config MSM_RPM_RBCPR_STATS_LOG
2365 tristate "MSM Resource Power Manager RPBCPR Stat Driver"
2366 depends on DEBUG_FS
2367 depends on MSM_RPM
2368 help
2369 This option enables a driver which reads RPM messages from a shared
2370 memory location. These messages provide statistical information about
2371 RBCPR (Rapid Bridge Core Power Reduction) information . The drivers
2372 outputs the message via a debugfs node.
2373
Girish Mahadevanb0ef7d52013-05-30 15:53:48 -06002374config MSM_RPM_RBCPR_STATS_V2_LOG
2375 tristate "MSM Resource Power Manager RPBCPR Stat Driver"
2376 depends on DEBUG_FS
2377 help
2378 This option enables v2 of the rpmrbcpr_stats driver which reads RPM
2379 memory for statistics pertaining to RPM's RBCPR(Rapid Bridge Core
2380 Power Reduction) driver. The drivers outputs the message via a
2381 debugfs node.
2382
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002383config MSM_DIRECT_SCLK_ACCESS
2384 bool "Direct access to the SCLK timer"
2385 default n
2386
2387config IOMMU_API
2388 bool
Gregory Bean1963a2a2010-08-28 10:05:44 -07002389
Brian Swetland9e73c842007-11-26 04:12:13 -08002390config MSM_GPIOMUX
2391 bool
2392
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002393config MSM_SECURE_IO
Brian Swetland9e73c842007-11-26 04:12:13 -08002394 bool
Stepan Moskovchenko0ab847452010-11-12 19:29:57 -08002395
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002396config MSM_NATIVE_RESTART
Stephen Boyd2a1eb582010-08-27 10:01:23 -07002397 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002398
Taniya Dascd1d0232012-07-03 17:50:47 +05302399config MSM_MODEM_RESTART
2400 bool
2401
Matt Wagantall88b86312012-01-31 16:53:03 -08002402config MSM_PM2
2403 depends on PM
2404 bool
2405
Mahesh Sivasubramanian65d669b2013-11-15 09:53:14 -07002406config MSM_PM
Matt Wagantall88b86312012-01-31 16:53:03 -08002407 depends on PM
2408 bool
2409
Girish Mahadevan388c3082012-09-10 15:30:36 -06002410config MSM_EVENT_TIMER
2411 bool "Event timer"
2412 help
2413 This option enables a modules that manages a list of event timers that
2414 need to be monitored by the PM. The enables the PM code to monitor
2415 events that require the core to be awake and ready to handle the
2416 event.
2417
Matt Wagantall88b86312012-01-31 16:53:03 -08002418config MSM_NOPM
2419 default y if !PM
2420 bool
2421
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002422config MSM_BUS_SCALING
2423 bool "Bus scaling driver"
2424 default n
2425
Gagan Mac85c70492011-06-10 16:07:47 -06002426config MSM_BUS_RPM_MULTI_TIER_ENABLED
2427 bool "RPM Multi-tiering Configuration"
2428 depends on MSM_BUS_SCALING
2429
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002430config MSM_WATCHDOG
2431 bool "MSM Watchdog Support"
Rohit Vaswanie897f842012-03-19 14:19:34 -07002432 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615 || ARCH_FSM9XXX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002433 help
2434 This enables the watchdog as is present on 8x60. Currently we use
2435 core 0's watchdog, and reset the entire SoC if it times out. It does
2436 not run during the bootup process, so it will not catch any early
2437 lockups.
2438
Hanumant Singhd1f01022012-07-05 14:21:53 -07002439config MSM_WATCHDOG_V2
2440 bool "MSM Watchdog Support"
2441 help
2442 This enables the watchdog module. It causes kernel panic if the
2443 watchdog times out. It allows for detection of cpu hangs and
2444 deadlocks. It does not run during the bootup process, so it will
2445 not catch any early lockups.
2446
Hanumant Singh5e2541c2012-07-31 14:41:14 -07002447config MSM_MEMORY_DUMP
2448 bool "MSM Memory Dump Support"
2449 help
2450 This enables memory dump feature. It allows various client
2451 subsystems to register respective dump regions. At the time
2452 of deadlocks or cpu hangs these dump regions are captured to
2453 give a snapshot of the system at the time of the crash.
2454
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002455config MSM_DLOAD_MODE
2456 bool "Enable download mode on crashes"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002457 default n
2458 help
2459 This makes the SoC enter download mode when it resets
2460 due to a kernel panic. Note that this doesn't by itself
2461 make the kernel reboot on a kernel panic - that must be
2462 enabled via another mechanism.
2463
Pratik Patel17f3b822011-11-21 12:41:47 -08002464config MSM_JTAG
Pratik Patel61e91702013-01-27 20:30:42 -08002465 bool "Debug and ETM trace support across power collapse"
Pratik Patelfd6f56a2011-10-10 17:47:55 -07002466 help
Pratik Patel61e91702013-01-27 20:30:42 -08002467 Enables support for debugging (specifically breakpoints) and ETM
Pratik Patel2963de42012-05-17 12:43:40 -07002468 processor tracing across power collapse both for JTag and OS hosted
2469 software running on the target. Enabling this will ensure debug
2470 and ETM registers are saved and restored across power collapse.
2471
Pratik Patel61e91702013-01-27 20:30:42 -08002472 If unsure, say 'N' here to avoid potential power, performance and
2473 memory penalty.
Pratik Patel7831c082011-06-08 21:44:37 -07002474
Pushkar Joshi64cae782012-12-15 18:59:03 -08002475config MSM_JTAG_MM
Pratik Patel61e91702013-01-27 20:30:42 -08002476 bool "Debug and ETM trace support across power collapse using memory mapped access"
Pushkar Joshi64cae782012-12-15 18:59:03 -08002477 help
Pratik Patel61e91702013-01-27 20:30:42 -08002478 Enables support for debugging (specifically breakpoints) and ETM
2479 processor tracing across power collapse both for JTag and OS hosted
2480 software running on the target. Enabling this will ensure debug
2481 and ETM registers are saved and restored across power collapse.
Pushkar Joshi64cae782012-12-15 18:59:03 -08002482
Pratik Patel61e91702013-01-27 20:30:42 -08002483 Required on targets on which cp14 access to debug and ETM registers is
2484 not permitted and so memory mapped access is necessary.
2485
2486 If unsure, say 'N' here to avoid potential power, performance and
2487 memory penalty.
Pushkar Joshi64cae782012-12-15 18:59:03 -08002488
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002489config MSM_ETM
2490 tristate "Enable MSM ETM and ETB"
Pratik Patel17f3b822011-11-21 12:41:47 -08002491 depends on ARCH_MSM8X60
2492 select MSM_JTAG
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002493 help
Pratik Patel17f3b822011-11-21 12:41:47 -08002494 Enables embedded trace collection on MSM8660
Pratik Patel7831c082011-06-08 21:44:37 -07002495
Lynus Vazdde09ee2012-01-05 13:28:22 +05302496config MSM_SLEEP_STATS_DEVICE
2497 bool "Enable exporting of MSM sleep device stats to userspace"
2498
Krishna Vanka7f563ff2012-03-20 22:04:19 +05302499config MSM_RUN_QUEUE_STATS
2500 bool "Enable collection and exporting of MSM Run Queue stats to userspace"
Subbaraman Narayanamurthy0b148fc2012-11-28 12:14:12 -08002501 default n
Krishna Vankae2922052012-03-02 09:59:12 +05302502 help
2503 This option enalbes statistics collection on Run Queue. A daemon
2504 in user mode, called MPDecision will be using this data to decide
2505 on when to switch off/on the other cores.
Krishna Vanka7f563ff2012-03-20 22:04:19 +05302506
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002507config MSM_STANDALONE_POWER_COLLAPSE
2508 bool "Enable standalone power collapse"
2509 default n
2510
2511config MSM_GSBI9_UART
2512 bool "Enable GSBI9 UART device"
2513 default n
2514 help
2515 This enables GSBI9 configured into UART.
2516
2517config MSM_SHARED_GPIO_FOR_UART2DM
2518 bool "Use shared GPIOs into UART mode"
2519 depends on (ARCH_MSM7X27A && !MMC_MSM_SDC3_8_BIT_SUPPORT && !MMC_MSM_SDC4_SUPPORT)
2520 help
2521 This option configures GPIO muxed with SDC4/MMC3
2522 8-bit mode into UART mode. It is used for serial
2523 console on UART2DM. Say Y if you want to have
2524 serial console on UART2DM.
2525
2526config MSM_SHOW_RESUME_IRQ
2527 bool "Enable logging of interrupts that could have caused resume"
Bryan Huntsmancc147032011-11-23 13:03:56 -08002528 depends on (ARM_GIC || PMIC8058)
2529 default y if PMIC8058
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002530 default n
2531 help
2532 This option logs wake up interrupts that have triggered just before
2533 the resume loop unrolls. Say Y if you want to debug why the system
2534 resumed.
2535
2536config BT_MSM_PINTEST
2537 tristate "MSM Bluetooth Pin Connectivity Test"
2538 depends on ((ARCH_MSM8X60 || ARCH_MSM7X27A) && DEBUG_FS)
2539 default n
2540 help
2541 Bluetooth MSM Pin Connectivity test module.
2542 This driver provides support for verifying the MSM to BT pin
2543 connectivity.
2544
2545config MSM_FAKE_BATTERY
2546 depends on POWER_SUPPLY
2547 default n
2548 bool "MSM Fake Battery"
2549 help
2550 Enables MSM fake battery driver.
2551
2552config MSM_QDSP6_APR
2553 bool "Audio QDSP6 APR support"
2554 depends on MSM_SMD
2555 default n
2556 help
2557 Enable APR IPC protocol support between
2558 application processor and QDSP6. APR is
2559 used by audio driver to configure QDSP6's
2560 ASM, ADM and AFE.
2561
Joonwoo Park91d95462012-08-02 10:55:54 -07002562config MSM_QDSP6_APRV2
2563 bool "Audio QDSP6 APRv2 support"
2564 depends on MSM_SMD
2565 default n
2566 help
2567 Enable APRv2 IPC protocol support between
2568 application processor and QDSP6. APR is
2569 used by audio driver to configure QDSP6's
2570 ASM, ADM and AFE.
2571
Harmandeep Singhc35fa07d2012-05-31 07:08:59 -07002572config MSM_QDSP6_CODECS
2573 bool "Audio Codecs on QDSP6 APR "
2574 depends on MSM_SMD
2575 default n
2576 help
2577 Enable Audio codecs with APR IPC protocol support between
2578 application processor and QDSP6. APR is
2579 used by audio driver to configure QDSP6's
2580 ASM, ADM and AFE.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002581
Harmandeep Singhe5ddfe32012-05-26 09:39:25 -07002582config MSM_QDSP6V2_CODECS
2583 bool "Audio QDSP6V2 APR support"
2584 depends on MSM_SMD
2585 help
2586 Enable Audio codecs with APR IPC protocol support between
2587 application processor and QDSP6 for B-family. APR is
2588 used by audio driver to configure QDSP6's
2589 ASM, ADM and AFE.
2590
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002591config MSM_AUDIO_QDSP6
2592 bool "QDSP6 HW Audio support"
2593 select SND_SOC_MSM_QDSP6_INTF
2594 default n
2595 help
2596 Enable HW audio support in QDSP6.
2597 QDSP6 can support HW encoder & decoder and audio processing
2598
Harmandeep Singhe5ddfe32012-05-26 09:39:25 -07002599config MSM_AUDIO_QDSP6V2
2600 bool "QDSP6V2 HW Audio support"
2601 select SND_SOC_MSM_QDSP6V2_INTF
2602 help
2603 Enable HW audio support in QDSP6V2.
2604 QDSP6V2 can support HW encoder & decoder and
2605 audio processing. It will enable support for
2606 AAC, AMRNB, AMRWB, EVRC, MP3, QCELP among
2607 others.
2608
Joonwoo Park4a14a552012-08-02 11:03:21 -07002609config MSM_ADSP_LOADER
2610 tristate "ADSP loader support"
2611 select SND_SOC_MSM_APRV2_INTF
Krishnankutty Kolathappilly2ce63522013-08-26 13:54:22 -07002612 depends on MSM_AUDIO_QDSP6V2
Joonwoo Park4a14a552012-08-02 11:03:21 -07002613 help
2614 Enable ADSP image loader.
2615 The ADSP loader brings ADSP out of reset
2616 for the platforms that use APRv2.
2617 Say M if you want to enable this module.
2618
Baruch Eruchimovitch258b3472012-10-14 21:46:35 +02002619config MSM_ULTRASOUND_A
2620 bool "QDSP6 HW Ultrasound support"
Baruch Eruchimovitche9cbfc12011-10-09 19:47:08 +02002621 help
Baruch Eruchimovitch258b3472012-10-14 21:46:35 +02002622 Enable HW ultrasound support in QDSP6.
2623 QDSP6 can support HW encoder & decoder and
2624 ultrasound processing. It will enable
2625 ultrasound data paths between
2626 HW and services, calculating input events
2627 upon the ultrasound data.
Baruch Eruchimovitche9cbfc12011-10-09 19:47:08 +02002628
Baruch Eruchimovitch8c3f7802013-01-05 22:48:04 +02002629config MSM_ULTRASOUND_B
2630 bool "QDSP6V2 HW Ultrasound support"
2631 help
2632 Enable HW Ultrasound support in QDSP6V2.
2633 QDSP6V2 can support HW encoder & decoder and
2634 ultrasound processing. It will enable
2635 ultrasound data paths between
2636 HW and services, calculating input events
2637 upon the ultrasound data.
2638
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002639config MSM_RPC_VIBRATOR
2640 bool "RPC based MSM Vibrator Support"
2641 depends on MSM_ONCRPCROUTER
2642 help
2643 Enable the vibrator support on MSM over RPC. The vibrator
2644 is connected on the PMIC. Say Y if you want to enable this
2645 feature.
2646
2647config PM8XXX_RPC_VIBRATOR
2648 bool "RPC based Vibrator on PM8xxx PMICs"
2649 depends on MSM_RPC_VIBRATOR
2650 help
2651 Enable the vibrator support on MSM over RPC. The vibrator
2652 is connected on the PM8XXX PMIC. Say Y if you want to enable
2653 this feature.
2654
2655config MSM_SPM_V1
2656 bool "Driver support for SPM Version 1"
2657 help
2658 Enables the support for Version 1 of the SPM driver. SPM hardware is
2659 used to manage the processor power during sleep. The driver allows
2660 configuring SPM to allow different power modes.
2661
2662config MSM_SPM_V2
2663 bool "Driver support for SPM Version 2"
2664 help
2665 Enables the support for Version 2 of the SPM driver. SPM hardware is
2666 used to manage the processor power during sleep. The driver allows
2667 configuring SPM to allow different power modes.
2668
2669config MSM_L2_SPM
2670 bool "SPM support for L2 cache"
2671 depends on MSM_SPM_V2
2672 help
2673 Enable SPM driver support for L2 cache. Some MSM chipsets allow
2674 control of L2 cache low power mode with a Subsystem Power manager.
2675 Enabling this driver allows configuring L2 SPM for low power modes
2676 on supported chipsets.
2677
Laura Abbott2d1760b2011-09-29 21:31:24 -07002678config MSM_MULTIMEDIA_USE_ION
2679 bool "Multimedia suport using Ion"
2680 depends on ION_MSM
2681 help
2682 Enable support for multimedia drivers using Ion for buffer management
2683 instead of pmem. Selecting this may also involve userspace
2684 dependencies as well.
2685
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -07002686config MSM_OCMEM
2687 bool "MSM On-Chip memory driver (OCMEM)"
2688 help
2689 Enable support for On-Chip Memory available on certain MSM chipsets.
2690 OCMEM is a low latency, high performance pool shared by subsystems.
2691
Naveen Ramaraj99b07562012-05-28 20:57:09 -07002692config MSM_OCMEM_LOCAL_POWER_CTRL
2693 bool "OCMEM Local Power Control"
2694 depends on MSM_OCMEM
2695 help
2696 Enable direct power management of the OCMEM core by the
2697 OCMEM driver. By default power management is delegated to
2698 the RPM. Selecting this option causes the OCMEM driver to
2699 directly handle the various macro power transitions.
2700
2701config MSM_OCMEM_DEBUG
2702 bool "OCMEM Debug Support"
2703 depends on MSM_OCMEM
2704 help
2705 Enable debug options for On-chip Memory (OCMEM) driver.
2706 Various debug options include memory, power and latency.
2707 Choosing one of these options allows debugging of each
2708 individual subsystem separately.
2709
Naveen Ramarajc71b2de2012-08-20 12:35:52 -07002710config MSM_OCMEM_NONSECURE
2711 bool "OCMEM Non Secure Mode"
2712 depends on MSM_OCMEM_DEBUG
2713 help
2714 Disable OCMEM interaction with secure processor.
2715 By default OCMEM is secured and accesses for each master
2716 is requested by the OCMEM driver. Selecting this option
2717 causes the OCMEM memory to be in non-secure state unless
2718 its locked down by the secure processor.
2719
Naveen Ramaraj99b07562012-05-28 20:57:09 -07002720config MSM_OCMEM_POWER_DEBUG
2721 bool "OCMEM Power Debug Support"
2722 depends on MSM_OCMEM_DEBUG
2723 help
2724 Enable debug support for OCMEM power management.
2725 This adds support for verifying all power management
2726 related operations of OCMEM. Both local power management
2727 and RPM assisted power management operations are supported.
2728
Naveen Ramaraj69f4aa92013-03-11 13:56:06 -07002729config MSM_OCMEM_DEBUG_ALWAYS_ON
2730 bool "Keep OCMEM always turned ON"
Naveen Ramaraj4b1d9392012-08-06 21:05:14 -07002731 depends on MSM_OCMEM_DEBUG
2732 help
Naveen Ramaraj69f4aa92013-03-11 13:56:06 -07002733 Always vote for all OCMEM clocks and keep all OCMEM
2734 macros turned ON and never allow them to be turned OFF.
2735 Both local power management and RPM assisted power modes
2736 are supported for individual macro power control operations.
2737
2738config MSM_OCMEM_POWER_DISABLE
2739 bool "OCMEM Disable Power Control"
2740 depends on MSM_OCMEM
2741 help
Naveen Ramaraj4b1d9392012-08-06 21:05:14 -07002742 Disable all OCMEM power management.
Naveen Ramaraj69f4aa92013-03-11 13:56:06 -07002743 Skip all OCMEM power operations that turn ON or
2744 turn OFF the macros. Both local power management and
2745 RPM assisted power management operations are skipped.
2746 Enable this configuration if OCMEM is being exclusively
2747 used as GMEM or OCIMEM.
Naveen Ramaraj4b1d9392012-08-06 21:05:14 -07002748
Naveen Ramaraj88f23632012-10-10 12:23:29 -07002749config SENSORS_ADSP
2750 bool "Enable Sensors Driver Support for ADSP"
2751 help
2752 Add support for sensors ADSP driver.
2753 This driver is used for exercising different sensors use cases,
2754 such as for lower-power OCMEM use cases, and for time syncing
2755 with ADSP clock.
2756
Laura Abbottad340ff2012-01-04 14:23:48 -08002757config MSM_RTB
2758 bool "Register tracing"
2759 help
2760 Add support for logging different events to a small uncached
2761 region. This is designed to aid in debugging reset cases where the
2762 caches may not be flushed before the target resets.
2763
2764config MSM_RTB_SEPARATE_CPUS
2765 bool "Separate entries for each cpu"
2766 depends on MSM_RTB
Laura Abbott9959f982012-02-28 11:30:50 -08002767 depends on SMP
Laura Abbottad340ff2012-01-04 14:23:48 -08002768 help
2769 Under some circumstances, it may be beneficial to give dedicated space
2770 for each cpu to log accesses. Selecting this option will log each cpu
2771 separately. This will guarantee that the last acesses for each cpu
2772 will be logged but there will be fewer entries per cpu
2773
Stepan Moskovchenko57884842012-06-07 17:35:49 -07002774config MSM_EBI_ERP
2775 bool "External Bus Interface (EBI) error reporting"
2776 help
2777 Say 'Y' here to enable reporting of external bus interface errors to
2778 the kernel log. Information such as the offending address and
2779 transaction type will be logged. This may be useful for debugging
2780 seemingly broken memory accesses.
2781
2782 For production builds, you should probably say 'N' here.
2783
Stepan Moskovchenko07552e12012-02-29 20:09:32 -08002784config MSM_CACHE_ERP
2785 bool "Cache / CPU error reporting"
2786 depends on ARCH_MSM_KRAIT
2787 help
2788 Say 'Y' here to enable reporting of cache and TLB errors to the kernel
2789 log. Enabling this feature can be used as a system debugging technique
2790 if cache corruption is suspected. Cache error statistics will also be
2791 reported in /proc/cpu/msm_cache_erp.
2792
2793 For production builds, you should probably say 'N' here.
2794
2795config MSM_L1_ERR_PANIC
Stepan Moskovchenko1b0c1742012-04-30 14:53:16 -07002796 bool "Panic on L1 cache errors"
Stepan Moskovchenko07552e12012-02-29 20:09:32 -08002797 depends on MSM_CACHE_ERP
2798 help
Stepan Moskovchenko1b0c1742012-04-30 14:53:16 -07002799 To cause the kernel to panic whenever an L1 cache error is detected, say
2800 'Y' here. This may be useful as a debugging technique if general system
2801 instability is suspected.
Stepan Moskovchenko07552e12012-02-29 20:09:32 -08002802
2803 For production builds, you should probably say 'N' here.
2804
Stepan Moskovchenkoe1aba3d2012-12-06 18:40:25 -08002805config MSM_L1_RECOV_ERR_PANIC
2806 bool "Panic on recoverable L1 cache errors"
2807 depends on MSM_CACHE_ERP && MSM_L1_ERR_PANIC
2808 help
2809 Certain CPU designs may be able to automatically recover from certain
2810 kinds of L1 cache errors, even though the L1 cache itself may not
2811 support error correction. These errors should not result in any kind
2812 of corruption, but their presence is nevertheless an indication of
2813 poor system health. To cause the kernel to panic whenever a
2814 recoverable L1 cache error is detected, say 'Y' here. This may be
2815 useful as a debugging technique if general system instability is
2816 suspected.
2817
2818 For production builds, you should definitely say 'N' here.
2819
Stepan Moskovchenko7035f652012-05-31 17:48:01 -07002820config MSM_L1_ERR_LOG
2821 bool "Log CPU ERP events to system memory"
2822 depends on MSM_CACHE_ERP
2823 help
2824 Enable logging CPU ERP events to an area of memory that will be
2825 preserved across a system reset. This may be useful for detecting and
2826 troubleshooting ERP-related system crashes in the field.
2827
2828 For production builds, you may want to say 'Y' here.
2829
Stepan Moskovchenkoe9a5dc12012-04-03 20:25:49 -07002830config MSM_L2_ERP_PRINT_ACCESS_ERRORS
2831 bool "Report L2 master port slave/decode errors in kernel log"
2832 depends on MSM_CACHE_ERP
2833 help
2834 Master port errors can occur when a memory request is not properly
2835 handled by the destination slave. This can occur if the destination
2836 register does not exist or is inaccessible due to security
2837 restrictions or (in some cases) clock configuration. Enabling this
2838 option will cause a backtrace to be printed to the kernel log whenever
2839 such an error is encountered. Note that the error is reported as an
2840 interrupt rather than as an exception, meaning that the backtrace may
2841 have some skid. This option may help with debugging, though production
2842 builds should probably say 'N' here.
Stepan Moskovchenko07552e12012-02-29 20:09:32 -08002843
2844config MSM_L2_ERP_PORT_PANIC
2845 bool "Panic on L2 master port errors"
Stepan Moskovchenkoe9a5dc12012-04-03 20:25:49 -07002846 depends on MSM_CACHE_ERP && MSM_L2_ERP_PRINT_ACCESS_ERRORS
Stepan Moskovchenko07552e12012-02-29 20:09:32 -08002847 help
2848 Master port errors can occur when a memory request is not properly
2849 handled by the destination slave. Enable this option to catch drivers
2850 which attempt to access bad areas of the address space, or access
2851 hardware registers in an improper state (such as certain clocks not
2852 being on). This option may help with debugging, though production
2853 builds should probably say 'N' here.
2854
2855config MSM_L2_ERP_1BIT_PANIC
2856 bool "Panic on recoverable L2 soft errors"
2857 depends on MSM_CACHE_ERP
2858 help
2859 Enable this option to cause a kernel panic whenever the L2 cache
2860 encounters a single-bit (correctable) soft error. This option should
2861 only be enabled when doing low-level debugging where cache corruption
2862 is suspected.
2863
2864 For production builds, you should definitely say 'N' here.
2865
2866config MSM_L2_ERP_2BIT_PANIC
2867 bool "Panic on unrecoverable L2 soft errors"
2868 depends on MSM_CACHE_ERP
2869 help
2870 Enable this option to cause a kernel panic whenever the L2 cache
2871 encounters a double-bit (non-correctable) soft error. Debug builds
2872 will likely benefit from having this option enabled to catch cache
2873 problems as soon as possible.
2874
2875 For production builds, it may be acceptable to say 'N' here, since
2876 an uncorrectable error might not necessarily cause further problems.
Laura Abbottad340ff2012-01-04 14:23:48 -08002877
Praveen Chidambaramf53ef1b2011-12-06 08:27:49 -07002878config MSM_DCVS
2879 bool "Use MSM DCVS for CPU/GPU Frequency control"
2880 depends on MSM_SCM
2881 help
2882 Enable support for MSM DCVS to control all CPU and GPU core frequencies.
2883 The DCVS manager allows idle driver to feed the idle information to the
2884 algorithm and the algorithm returns a frequency for the core which is
2885 passed to the frequency change driver.
2886
Pankaj Kumar32ce1ea2012-04-04 20:29:29 +05302887config MSM_CPR
2888 tristate "Use MSM CPR in S/W mode"
2889 help
2890 Enable CPR (core power reduction) in S/W mode, where the processor
2891 get's the notification from CPR block and programs the PMIC.
2892
2893config MSM_VP_REGULATOR
2894 tristate "Use MSM PMIC8029 C2 regulator"
2895 depends on ARCH_MSM8625
2896 help
2897 Enable MSM PMIC8029 C2 regulator support using APC_PLEVEL access
2898 for MSMs like 8625.
2899
Taniya Dasc43e6872012-03-21 16:41:14 +05302900config HAVE_ARCH_HAS_CURRENT_TIMER
2901 bool
Laura Abbott306bcc22012-03-08 11:24:53 -08002902
2903config MSM_CACHE_DUMP
2904 bool "Cache dumping support"
2905 help
2906 Add infrastructure to dump the L1 and L2 caches to an allocated buffer.
2907 This allows for analysis of the caches in case cache corruption is
2908 suspected.
2909
Laura Abbott7b637362012-03-29 16:43:49 -07002910config MSM_CACHE_DUMP_ON_PANIC
2911 bool "Dump caches on panic"
2912 depends on MSM_CACHE_DUMP
2913 help
2914 By default, the caches are flushed on panic. This means that trying to
2915 look at them in a RAM dump will give useless data. Select this if you
2916 want to dump the L1 and L2 caches on panic before any flush occurs.
2917 If unsure, say N
2918
Jack Phamccbbfab2012-04-09 19:50:20 -07002919config MSM_HSIC_SYSMON
2920 tristate "MSM HSIC system monitor driver"
2921 depends on USB
2922 help
2923 Add support for bridging with the system monitor interface of MDM
2924 over HSIC. This driver allows the local system monitor to
2925 communicate with the remote system monitor interface.
2926
2927config MSM_HSIC_SYSMON_TEST
2928 tristate "MSM HSIC system monitor bridge test"
2929 depends on USB && MSM_HSIC_SYSMON && DEBUG_FS
2930 help
2931 Enable the test hook for the Qualcomm system monitor HSIC driver.
2932 This will create a debugfs file entry named "hsic_sysmon_test" which
2933 can be read and written to send character data to the sysmon port of
2934 the modem over USB.
2935
Anirudh Ghayal0d2291a2012-09-20 21:31:41 +05302936config MSM_RPC_PMIC
2937 tristate "MSM RPC PMIC driver"
2938 depends on MSM_ONCRPCROUTER
2939 help
2940 This driver supports the PMIC functionality over RPC for those MSM's
2941 which do not have a direct access to PMIC. It supports ability to
2942 configure MPP, GPIO and all the other supported peripherals of the
2943 PMIC.
2944
Anirudh Ghayald3a63732012-09-20 22:13:13 +05302945config MSM_RPC_USB
2946 tristate "MSM RPC USB driver"
2947 depends on MSM_ONCRPCROUTER
2948 help
2949 This driver supports the USB configuration support over the RPC
2950 interface. It support the HS USB module connected to the MSM
2951 and FS USB which is connected over the PMIC. This support is
2952 required for MSMs on which the APPS does not have a direct access
2953 to the PMIC.
2954
2955config MSM_RPC_PMAPP
2956 tristate "MSM RPC PMIC APP driver"
2957 depends on MSM_ONCRPCROUTER
2958 help
2959 This driver supports the configuration of various PMIC APP modules
2960 such as display backlight, vreg pin-ctrl, smps clock over the RPC
2961 interface. This support is required for MSMs on which the APPS
2962 does not have a direct access to the PMIC.
Pushkar Joshi0fc73462012-09-26 17:59:31 -07002963
2964config MSM_ENABLE_WDOG_DEBUG_CONTROL
Pratik Patele08204d2013-03-12 17:43:56 -07002965 bool "Enable control of watchdog debug and boot partition select"
Pushkar Joshi0fc73462012-09-26 17:59:31 -07002966 help
Pratik Patele08204d2013-03-12 17:43:56 -07002967 Enables support for controlling watchdog debug and boot partition
2968 select. This is currently used to bypass debug image for PS_HOLD reset
2969 by disabling watchdog debug and boot partition select. This allows
2970 for a clean MSM reset for reboot scenarios.
Taniya Dasea4263f92012-08-22 18:52:51 +05302971
2972config MSM_FIQ
2973 bool "Enable FIQ for debugging"
2974 depends on ARCH_MSM8625
2975 select FIQ
Taniya Das36e4aa12012-07-04 18:27:16 +05302976 select GIC_SECURE
Taniya Dasea4263f92012-08-22 18:52:51 +05302977 help
2978 Enable any line to be used as an FIQ. This will help debugging
2979 if apps is not responding and holding lock with irqs disabled.
2980 Modem will then generate an raise a FIQ on this line before sending
2981 SMSM reset.
Greg Reidb1d240a2012-10-12 12:20:31 -04002982
2983config MSM_USE_USER_ACCESSIBLE_TIMERS
2984 bool "Enables mapping an MSM timer counter page to user space."
2985 depends on ARM_USE_USER_ACCESSIBLE_TIMERS
2986 help
2987 Enables MSM-specific user accessible timers via a shared
2988 memory page containing the cycle counter.
2989
Sidipotu Ashokbf84d4d2012-11-06 17:13:28 +05302990config USE_DEV_CTRL_VOLUME
2991 bool "Use Device Control Volume"
2992 help
2993 Use Device Control Volume as opposed to ALSA volume control.
2994
Jay Chokshi06e444f2012-12-06 20:48:23 -08002995config MSM_CPU_PWRCTL
2996 bool "Ensures that krait droop detectors are always off"
2997 help
2998 Droop detector mechanism can adversely affect krait plls during
2999 stand alone power collapse operation. Selecting this option
3000 ensures that they are always off.
3001
Saket Saurabh6089f952012-12-07 15:49:13 +05303002config MSM_UARTDM_Core_v14
3003 bool "Use MSM BLSP based HSUART Core v1.4"
3004 depends on SERIAL_MSM_HS
3005 help
3006 Select if BLSP based UART Core v.14 or higher is present.
Abhimanyu Kapurcf3ed152013-03-01 19:32:19 -08003007
3008config MSM_BOOT_STATS
3009 bool "Use MSM boot stats reporting"
3010 help
3011 Use this to report msm boot stats such as bootloader throughput,
3012 display init, total boot time.
3013 This figures are reported in mpm sleep clock cycles and have a
3014 resolution of 31 bits as 1 bit is used as an overflow check.
Syed Rameez Mustafa37f93472013-03-18 15:49:48 -07003015
3016config MSM_XPU_ERR_FATAL
3017 bool "Configure XPU violations as fatal errors"
3018 help
3019 Select if XPU violations have to be configured as fatal errors.
Willie Ruan2635a852013-03-17 16:33:42 -07003020
3021config MSM_CPR_REGULATOR
3022 bool "RBCPR regulator driver for APC"
3023 depends on REGULATOR
3024 depends on OF
3025 help
3026 Compile in RBCPR (RapidBridge Core Power Reduction) driver to support
3027 corner vote for APC power rail. The driver takes PTE process voltage
3028 suggestions in efuse as initial settings. It converts corner vote
3029 to voltage value before writing to a voltage regulator API, such as
3030 that provided by spm-regulator driver.
Rohit Vaswani8f709c02013-02-13 15:49:56 -08003031
3032config WALL_CLK
3033 tristate "Wall Clock hardware block simulation"
3034 depends on ARCH_APQ8064
3035 help
3036 This driver simulates the wall-clock hardware block on fsm8064_ep
3037 femto emulation platform. This block will be used to provide
3038 clock information to the LTE Layer 2 module running on the hexagon
3039 processor.
3040
3041config WALL_CLK_SYSFS
3042 tristate "Wall Clock SysFS Support"
3043 depends on SYSFS && WALL_CLK
3044 help
3045 Support the wallclk directory in sysfs filesystem to enable the
3046 wall clock simulation and read the current SFN.
3047
Abhijeet Dharmapurikar719c96b2013-07-19 11:52:52 -07003048config KRAIT_REGULATOR
3049 bool "Support Kraits powered via ganged regulators in the pmic"
3050 help
3051 Certain MSMs have the Krait CPUs powered via a single supply
3052 line from the PMIC. This supply line is powered by multiple
3053 regulators running in ganged mode inside the PMIC. Enable
3054 this option to support such configurations.
Brian Swetland9e73c842007-11-26 04:12:13 -08003055endif