blob: f77e8830580ff0a3777202a35d5a1f68ce290758 [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
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070010 select MSM_REMOTE_SPINLOCK_SWP
11
12config ARCH_MSM7X25
13 bool "MSM7x25"
14 select ARCH_MSM_ARM11
15 select MSM_VIC
16 select CPU_V6
17 select MSM_REMOTE_SPINLOCK_SWP
Taniya Dasbe561a02011-10-12 09:53:11 +053018 select MULTI_IRQ_HANDLER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070019
20config ARCH_MSM7X27
21 bool "MSM7x27"
22 select ARCH_MSM_ARM11 if MSM_SOC_REV_NONE
23 select ARCH_HAS_BARRIERS if MSM_SOC_REV_NONE
24 select ARCH_MSM_CORTEX_A5 if MSM_SOC_REV_A
25 select MSM_VIC
26 select CPU_V6 if MSM_SOC_REV_NONE
27 select CPU_V7 if MSM_SOC_REV_A
28 select MSM_REMOTE_SPINLOCK_SWP if MSM_SOC_REV_NONE
29 select MSM_GPIOMUX
30 select REGULATOR
Taniya Dasbe561a02011-10-12 09:53:11 +053031 select MULTI_IRQ_HANDLER
Pankaj Kumar75c86fd2011-10-01 18:51:09 +053032 select MSM_PROC_COMM_REGULATOR
Laura Abbott1fbd2e62011-12-18 10:26:46 -080033 select CLEANCACHE
34 select QCACHE
Daniel Walkerbf83de42010-03-16 16:29:44 -070035
Daniel Walker7b521612010-05-06 12:44:57 -070036config ARCH_MSM7X30
37 bool "MSM7x30"
38 select ARCH_MSM_SCORPION
Daniel Walker7b521612010-05-06 12:44:57 -070039 select MSM_VIC
40 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070041 select MSM_REMOTE_SPINLOCK_DEKKERS
42 select ARCH_SPARSEMEM_ENABLE
Laura Abbott78593b52011-09-26 18:48:14 -070043 select ARCH_HAS_HOLES_MEMORYMODEL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070044 select MEMORY_HOTPLUG
45 select MEMORY_HOTREMOVE
Bryan Huntsmanea439642011-11-23 12:34:05 -080046 select ARCH_ENABLE_MEMORY_HOTPLUG
47 select ARCH_ENABLE_MEMORY_HOTREMOVE
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070048 select MIGRATION
49 select ARCH_MEMORY_PROBE
50 select ARCH_MEMORY_REMOVE
Gregory Beanab78cde2010-09-01 16:26:12 -070051 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070052 select RESERVE_FIRST_PAGE
53 select MSM_DALRPC
54 select MSM_SPM_V1
55 select REGULATOR
Justin Paupore637a25d2011-07-14 17:11:04 -070056 select MSM_PROC_COMM_REGULATOR
Taniya Dasbae99fb2011-10-12 09:55:13 +053057 select MULTI_IRQ_HANDLER
Daniel Walker7b521612010-05-06 12:44:57 -070058
Daniel Walker4ad15e62010-05-06 13:54:17 -070059config ARCH_QSD8X50
60 bool "QSD8X50"
61 select ARCH_MSM_SCORPION
Daniel Walker4ad15e62010-05-06 13:54:17 -070062 select MSM_VIC
63 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070064 select MSM_REMOTE_SPINLOCK_LDREX
65 select CPU_USE_DOMAINS
66 select EMULATE_DOMAIN_MANAGER_V7
Gregory Beanab78cde2010-09-01 16:26:12 -070067 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070068 select MSM_DALRPC
Daniel Walker46fe5f22010-08-18 11:00:25 -070069
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070070config ARCH_MSM8X60
71 bool "MSM8X60"
Jeff Ohlsteine14411d2010-11-30 13:06:36 -080072 select ARCH_MSM_SCORPIONMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070073 select SMP_PARALLEL_START if SMP
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070074 select ARM_GIC
75 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070076 select MSM_REMOTE_SPINLOCK_LDREX
77 select ARCH_REQUIRE_GPIOLIB
78 select MSM_ADM3
79 select REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -080080 select MSM_RPM_REGULATOR
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070081 select MSM_V2_TLMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070082 select MSM_PIL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070083 select ARCH_HAS_CPU_IDLE_WAIT
84 select MSM_DIRECT_SCLK_ACCESS
85 select MSM_RPM
86 select MSM_XO
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070087 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070088 select MSM_BUS_SCALING
89 select MSM_SECURE_IO
90 select MSM_DALRPC
91 select MSM_QDSP6_APR
92 select MSM_NATIVE_RESTART
93 select ARCH_INLINE_SPIN_TRYLOCK
94 select ARCH_INLINE_SPIN_TRYLOCK_BH
95 select ARCH_INLINE_SPIN_LOCK
96 select ARCH_INLINE_SPIN_LOCK_BH
97 select ARCH_INLINE_SPIN_LOCK_IRQ
98 select ARCH_INLINE_SPIN_LOCK_IRQSAVE
99 select ARCH_INLINE_SPIN_UNLOCK
100 select ARCH_INLINE_SPIN_UNLOCK_BH
101 select ARCH_INLINE_SPIN_UNLOCK_IRQ
102 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
103 select ARCH_INLINE_READ_TRYLOCK
104 select ARCH_INLINE_READ_LOCK
105 select ARCH_INLINE_READ_LOCK_BH
106 select ARCH_INLINE_READ_LOCK_IRQ
107 select ARCH_INLINE_READ_LOCK_IRQSAVE
108 select ARCH_INLINE_READ_UNLOCK
109 select ARCH_INLINE_READ_UNLOCK_BH
110 select ARCH_INLINE_READ_UNLOCK_IRQ
111 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
112 select ARCH_INLINE_WRITE_TRYLOCK
113 select ARCH_INLINE_WRITE_LOCK
114 select ARCH_INLINE_WRITE_LOCK_BH
115 select ARCH_INLINE_WRITE_LOCK_IRQ
116 select ARCH_INLINE_WRITE_LOCK_IRQSAVE
117 select ARCH_INLINE_WRITE_UNLOCK
118 select ARCH_INLINE_WRITE_UNLOCK_BH
119 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
120 select CPU_HAS_L2_PMU
121 select MSM_SPM_V1
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530122 select MSM_SCM if SMP
123 select MULTI_IRQ_HANDLER
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -0700124
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800125config ARCH_MSM8960
126 bool "MSM8960"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700127 select ARCH_MSM_KRAITMP
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800128 select ARM_GIC
129 select CPU_V7
130 select MSM_V2_TLMM
131 select MSM_GPIOMUX
132 select MSM_SCM if SMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700133 select MSM_DIRECT_SCLK_ACCESS
134 select REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -0800135 select MSM_RPM_REGULATOR
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700136 select MSM_RPM
137 select MSM_XO
138 select MSM_QDSP6_APR
139 select MSM_PIL
140 select MSM_AUDIO_QDSP6 if SND_SOC
141 select CPU_HAS_L2_PMU
142 select MSM_SPM_V2
143 select MSM_L2_SPM
144 select MSM_NATIVE_RESTART
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700145 select DONT_MAP_HOLE_AFTER_MEMBANK0
146 select MSM_REMOTE_SPINLOCK_SFPB
147 select ARCH_POPULATES_NODE_MAP
148 select ARCH_SPARSEMEM_ENABLE
149 select ARCH_HAS_HOLES_MEMORYMODEL
150 select MEMORY_HOTPLUG
151 select MEMORY_HOTREMOVE
Bryan Huntsmanea439642011-11-23 12:34:05 -0800152 select ARCH_ENABLE_MEMORY_HOTPLUG
153 select ARCH_ENABLE_MEMORY_HOTREMOVE
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700154 select MIGRATION
155 select ARCH_MEMORY_PROBE
156 select ARCH_MEMORY_REMOVE
Larry Bassel4dc15912011-10-14 11:01:43 -0700157 select FIX_MOVABLE_ZONE
Larry Basseld4d82c92011-12-07 09:52:49 -0800158 select CLEANCACHE
159 select QCACHE
Laura Abbott6d61a912011-10-27 16:44:14 -0700160 select MSM_MULTIMEDIA_USE_ION
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530161 select MULTI_IRQ_HANDLER
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700162
163config ARCH_MSM8930
164 bool "MSM8930"
165 select ARCH_MSM_KRAITMP
166 select ARM_GIC
167 select CPU_V7
168 select MSM_V2_TLMM
169 select MSM_GPIOMUX
170 select MSM_SCM if SMP
171 select MSM_DIRECT_SCLK_ACCESS
172 select REGULATOR
173 select MSM_RPM
174 select MSM_XO
175 select MSM_QDSP6_APR
176 select MSM_PIL
177 select MSM_AUDIO_QDSP6 if SND_SOC
178 select CPU_HAS_L2_PMU
179 select MSM_SPM_V2
180 select MSM_L2_SPM
181 select MSM_NATIVE_RESTART
182 select DONT_MAP_HOLE_AFTER_MEMBANK0
Eric Holmbergeab10732011-09-23 19:44:43 -0600183 select MSM_REMOTE_SPINLOCK_SFPB
Larry Basself74479e2011-09-08 11:07:52 -0700184 select ARCH_POPULATES_NODE_MAP
185 select ARCH_SPARSEMEM_ENABLE
186 select ARCH_HAS_HOLES_MEMORYMODEL
187 select MEMORY_HOTPLUG
188 select MEMORY_HOTREMOVE
Bryan Huntsmanea439642011-11-23 12:34:05 -0800189 select ARCH_ENABLE_MEMORY_HOTPLUG
190 select ARCH_ENABLE_MEMORY_HOTREMOVE
Larry Basself74479e2011-09-08 11:07:52 -0700191 select MIGRATION
192 select ARCH_MEMORY_PROBE
193 select ARCH_MEMORY_REMOVE
Larry Bassel4dc15912011-10-14 11:01:43 -0700194 select FIX_MOVABLE_ZONE
Baruch Eruchimovitche9cbfc12011-10-09 19:47:08 +0200195 select MSM_ULTRASOUND
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530196 select MULTI_IRQ_HANDLER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700197
198config ARCH_APQ8064
199 bool "APQ8064"
200 select ARCH_MSM_KRAITMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700201 select MSM_V2_TLMM
202 select ARM_GIC
203 select CPU_V7
204 select MSM_SCM if SMP
Joel King4ebccc62011-07-22 09:43:22 -0700205 select MSM_GPIOMUX
Eric Holmberg40d21882011-09-27 09:42:03 -0600206 select MSM_REMOTE_SPINLOCK_SFPB
Swaminathan Sathappan47e5d932011-12-05 14:48:07 -0800207 select MSM_PIL
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800208 select MSM_QDSP6_APR
209 select MSM_AUDIO_QDSP6 if SND_SOC
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530210 select MULTI_IRQ_HANDLER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700211
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700212config ARCH_MSMCOPPER
213 bool "MSM Copper"
214 select ARCH_MSM_KRAITMP
215 select MSM_V2_TLMM
216 select ARM_GIC
217 select CPU_V7
218 select MSM_SCM if SMP
219 select MSM_GPIOMUX
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530220 select MULTI_IRQ_HANDLER
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700221
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700222config ARCH_FSM9XXX
223 bool "FSM9XXX"
224 select ARCH_MSM_SCORPION
225 select MSM_VIC
226 select CPU_V7
227 select MSM_REMOTE_SPINLOCK_LDREX
228 select FSM9XXX_TLMM
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530229 select MULTI_IRQ_HANDLER
Bryan Huntsman18b3c0c2011-11-23 15:12:58 -0800230 select MSM_DALRPC
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800231
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700232config ARCH_MSM9615
233 bool "MSM9615"
234 select ARM_GIC
235 select ARCH_MSM_CORTEX_A5
236 select CPU_V7
237 select MSM_V2_TLMM
238 select MSM_GPIOMUX
Praveen Chidambaramab3b1c42011-08-25 08:44:05 -0600239 select MSM_RPM
Maheshkumar Sivasubramanian738b4582011-09-06 17:26:24 -0600240 select MSM_SPM_V2
Rohit Vaswanif688fa62011-10-13 18:13:10 -0700241 select MSM_NATIVE_RESTART
Matt Wagantall9274df92011-12-15 11:11:05 -0800242 select REGULATOR
243 select MSM_RPM_REGULATOR
Marc Zyngier89bdafd12011-12-22 11:39:20 +0530244 select MULTI_IRQ_HANDLER
Matt Wagantall9274df92011-12-15 11:11:05 -0800245
Stepan Moskovchenko1cd286f2011-08-03 19:03:02 -0700246endmenu
Daniel Walkerbf83de42010-03-16 16:29:44 -0700247
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700248choice
249 prompt "MSM SoC Revision"
250 default MSM_SOC_REV_NONE
251config MSM_SOC_REV_NONE
252 bool "N/A"
253 select EMULATE_DOMAIN_MANAGER_V7 if ARCH_QSD8X50
254 select VERIFY_PERMISSION_FAULT if ARCH_QSD8X50
Daniel Walker4ad15e62010-05-06 13:54:17 -0700255config MSM_SOC_REV_A
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700256 bool "Rev. A"
257 select ARCH_MSM7X27A if ARCH_MSM7X27
258endchoice
Daniel Walker4ad15e62010-05-06 13:54:17 -0700259
Stepan Moskovchenko00da0742011-07-08 14:06:44 -0700260config MSM_KRAIT_TBB_ABORT_HANDLER
261 bool "Krait TBB/TBH data abort handler"
262 depends on ARCH_MSM_KRAIT
263 depends on ARM_THUMB
264 help
265 Certain early samples of the Krait processor may generate data
266 aborts for TBB / TBH instructions that fail their condition code
267 checks. Enabling this option will ignore these erroneous data aborts,
268 at the expense of a very small performance penalty.
269
270 If unsure, say N.
271
Daniel Walker4ad15e62010-05-06 13:54:17 -0700272config ARCH_MSM_ARM11
273 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700274
Daniel Walker4ad15e62010-05-06 13:54:17 -0700275config ARCH_MSM_SCORPION
Daniel Walkerbf83de42010-03-16 16:29:44 -0700276 bool
277
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700278config ARCH_MSM_KRAIT
Daniel Walker46fe5f22010-08-18 11:00:25 -0700279 bool
Stephen Boyd51cabbe2011-12-02 13:28:56 -0800280 select ARM_L1_CACHE_SHIFT_6
Daniel Walker46fe5f22010-08-18 11:00:25 -0700281
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700282config MSM_SMP
283 bool
284
285config ARCH_MSM_SCORPIONMP
286 select ARCH_MSM_SCORPION
287 select MSM_SMP
288 bool
289
290config ARCH_MSM_KRAITMP
291 select ARCH_MSM_KRAIT
292 select MSM_SMP
293 bool
294
295config ARCH_MSM_CORTEX_A5
Bryan Huntsman239ef1e2011-11-23 15:09:13 -0800296 bool
Rohit Vaswaniaf7ae272012-01-09 10:28:57 -0800297 select HAVE_HW_BRKPT_RESERVED_RW_ACCESS
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700298
299config ARCH_MSM7X27A
300 bool
301 select MSM_DALRPC
Justin Pauporeb3a33b72011-08-23 15:30:32 -0700302 select MSM_PROC_COMM_REGULATOR
Taniya Das86e0e132011-10-19 11:32:00 +0530303 select MULTI_IRQ_HANDLER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700304
Gregory Beanf9f3d312010-04-30 22:06:50 -0700305config MSM_VIC
306 bool
Daniel Walkerbf83de42010-03-16 16:29:44 -0700307
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700308config MSM_RPM
309 bool "Resource Power Manager"
310 select MSM_MPM
311
312config MSM_MPM
313 bool "Modem Power Manager"
314
315config MSM_XO
316 bool
317
318config MSM_REMOTE_SPINLOCK_DEKKERS
319 bool
320config MSM_REMOTE_SPINLOCK_SWP
321 bool
322config MSM_REMOTE_SPINLOCK_LDREX
323 bool
Eric Holmbergeab10732011-09-23 19:44:43 -0600324config MSM_REMOTE_SPINLOCK_SFPB
325 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700326config MSM_ADM3
327 bool
328
329menu "MSM Board Selection"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700330
331config MACH_HALIBUT
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700332 depends on ARCH_MSM7X01A
333 depends on MSM_STACKED_MEMORY
334 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700335 bool "Halibut Board (QCT SURF7201A)"
336 help
337 Support for the Qualcomm SURF7201A eval board.
338
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700339config MACH_MSM7201A_SURF
340 depends on ARCH_MSM7X01A
341 depends on MSM_STACKED_MEMORY
342 default y
343 bool "MSM7201A SURF"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700344 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700345 Support for the Qualcomm MSM7201A SURF eval board.
346
347config MACH_MSM7201A_FFA
348 depends on ARCH_MSM7X01A
349 depends on MSM_STACKED_MEMORY
350 default y
351 bool "MSM7201A FFA"
352 help
353 Support for the Qualcomm MSM7201A FFA eval board.
354
355config MACH_TROUT
356 depends on ARCH_MSM7X01A
357 depends on MSM_STACKED_MEMORY
358 default y
359 bool "Trout"
360
361config MACH_MSM7X27_SURF
362 depends on ARCH_MSM7X27
363 depends on !MSM_STACKED_MEMORY
364 default y
365 bool "MSM7x27 SURF"
366 help
367 Support for the Qualcomm MSM7x27 SURF eval board.
368
369config MACH_MSM7X27_FFA
370 depends on ARCH_MSM7X27
371 depends on !MSM_STACKED_MEMORY
372 default y
373 bool "MSM7x27 FFA"
374 help
375 Support for the Qualcomm MSM7x27 FFA eval board.
376
377config MACH_MSM7X27A_RUMI3
378 depends on ARCH_MSM7X27A
379 depends on !MSM_STACKED_MEMORY
380 default y
381 bool "MSM7x27A RUMI3"
382 help
383 Support for the Qualcomm MSM7x27A RUMI3 Emulation Platform.
384
385config MACH_MSM7X27A_SURF
386 depends on ARCH_MSM7X27A
387 depends on !MSM_STACKED_MEMORY
388 default y
389 bool "MSM7x27A SURF"
390 help
391 Support for the Qualcomm MSM7x27A SURF.
392
393config MACH_MSM7X27A_FFA
394 depends on ARCH_MSM7X27A
395 depends on !MSM_STACKED_MEMORY
396 default y
397 bool "MSM7x27A FFA"
398 help
399 Support for the Qualcomm MSM7x27A FFA.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700400
Trilok Soni3d0f6c52011-07-26 16:06:58 +0530401config MACH_MSM7625A_SURF
402 depends on ARCH_MSM7X27A
403 depends on !MSM_STACKED_MEMORY
404 default y
405 bool "MSM7625A SURF"
406 help
407 Support for the Qualcomm MSM7625A SURF.
408
409config MACH_MSM7625A_FFA
410 depends on ARCH_MSM7X27A
411 depends on !MSM_STACKED_MEMORY
412 default y
413 bool "MSM7625A FFA"
414 help
415 Support for the Qualcomm MSM7625A FFA.
416
Taniya Dasc98bfbc2011-08-23 09:58:55 +0530417config MACH_MSM7627A_QRD1
418 depends on ARCH_MSM7X27A
419 depends on !MSM_STACKED_MEMORY
420 default y
421 bool "MSM7627A QRD1"
422 help
423 Support for the Qualcomm MSM7627A Refrence Design.
424
Daniel Walker7b521612010-05-06 12:44:57 -0700425config MACH_MSM7X30_SURF
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700426 depends on ARCH_MSM7X30
427 depends on !MSM_STACKED_MEMORY
428 default y
429 bool "MSM7x30 SURF"
430 help
431 Support for the Qualcomm MSM7x30 SURF eval board.
432
433config MACH_MSM7X30_FFA
434 depends on ARCH_MSM7X30
435 depends on !MSM_STACKED_MEMORY
436 default y
437 bool "MSM7x30 FFA"
438 help
439 Support for the Qualcomm MSM7x30 FFA eval board.
440
441config MACH_MSM7X30_FLUID
442 depends on ARCH_MSM7X30
443 depends on !MSM_STACKED_MEMORY
444 default y
445 bool "MSM7x30 FLUID"
446 help
447 Support for the Qualcomm MSM7x30 FLUID eval board.
448
449config MACH_SAPPHIRE
450 depends on ARCH_MSM7X01A
451 default n
452 bool "Sapphire"
Daniel Walker7b521612010-05-06 12:44:57 -0700453
Daniel Walker4ad15e62010-05-06 13:54:17 -0700454config MACH_QSD8X50_SURF
455 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700456 depends on MSM_SOC_REV_NONE
457 depends on MSM_STACKED_MEMORY
458 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700459 bool "QSD8x50 SURF"
460 help
461 Support for the Qualcomm QSD8x50 SURF eval board.
462
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700463config MACH_QSD8X50_FFA
Daniel Walker4ad15e62010-05-06 13:54:17 -0700464 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700465 depends on MSM_SOC_REV_NONE
466 depends on MSM_STACKED_MEMORY
467 default y
468 bool "QSD8x50 FFA"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700469 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700470 Support for the Qualcomm QSD8x50 FFA eval board.
471
472config MACH_MSM7X25_SURF
473 depends on ARCH_MSM7X25
474 depends on !MSM_STACKED_MEMORY
475 default y
476 bool "MSM7x25 SURF"
477 help
478 Support for the Qualcomm MSM7x25 SURF eval board.
479
480config MACH_MSM7X25_FFA
481 depends on ARCH_MSM7X25
482 depends on !MSM_STACKED_MEMORY
483 default y
484 bool "MSM7x25 FFA"
485 help
486 Support for the Qualcomm MSM7x25 FFA eval board.
487
488config MACH_MSM8X55_SURF
489 depends on ARCH_MSM7X30
490 depends on !MSM_STACKED_MEMORY
491 default y
492 bool "MSM8X55 SURF"
493 help
494 Support for the Qualcomm MSM8x55 SURF eval board.
495
496config MACH_MSM8X55_FFA
497 depends on ARCH_MSM7X30
498 depends on !MSM_STACKED_MEMORY
499 default y
500 bool "MSM8X55 FFA"
501 help
502 Support for the Qualcomm MSM8x55 FFA eval board.
503
504config MACH_MSM8X55_SVLTE_FFA
505 depends on ARCH_MSM7X30
506 depends on !MSM_STACKED_MEMORY
507 default y
508 bool "MSM8X55 SVLTE FFA"
509 help
510 Support for the Qualcomm MSM8x55 SVLTE FFA eval board.
511
512config MACH_MSM8X55_SVLTE_SURF
513 depends on ARCH_MSM7X30
514 depends on !MSM_STACKED_MEMORY
515 default y
516 bool "MSM8X55 SVLTE SURF"
517 help
518 Support for the Qualcomm MSM8x55 SVLTE SURF eval board.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700519
Steve Mucklea55df6e2010-01-07 12:43:24 -0800520config MACH_MSM8X60_RUMI3
521 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700522 default n
Steve Mucklea55df6e2010-01-07 12:43:24 -0800523 bool "MSM8x60 RUMI3"
524 help
525 Support for the Qualcomm MSM8x60 RUMI3 emulator.
526
Steve Muckle57bbf1c2010-01-07 12:51:10 -0800527config MACH_MSM8X60_SIM
528 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700529 default n
Steve Muckle57bbf1c2010-01-07 12:51:10 -0800530 bool "MSM8x60 Simulator"
531 help
532 Support for the Qualcomm MSM8x60 simulator.
533
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700534config MACH_MSM8X60_SURF
535 depends on ARCH_MSM8X60
536 default n
537 bool "MSM8x60 SURF"
538 help
539 Support for the Qualcomm MSM8x60 SURF eval board.
540
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700541config MACH_MSM8X60_FFA
542 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700543 default n
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700544 bool "MSM8x60 FFA"
545 help
546 Support for the Qualcomm MSM8x60 FFA eval board.
547
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700548config MACH_MSM8X60_FLUID
549 depends on ARCH_MSM8X60
550 default n
551 bool "MSM8x60 FLUID"
552 help
553 Support for the Qualcomm MSM8x60 FLUID platform. The FLUID is an
554 8x60 target which has a form factor that is much closer to that
555 of a phone than other targets. It also has a new display and
556 touchscreen controller.
557
558config MACH_MSM8X60_FUSION
559 depends on ARCH_MSM8X60
560 default n
561 bool "MSM8x60 FUSION"
562 help
563 Support for the Qualcomm MSM8x60 Fusion SURF device.
564
565config MACH_MSM8X60_FUSN_FFA
566 depends on ARCH_MSM8X60
567 default n
568 bool "MSM8x60 FUSN FFA"
569 help
570 Support for the Qualcomm MSM8x60 Fusion FFA device.
571
Zhang Chang Kenef05b172011-07-27 15:28:13 -0400572config MACH_MSM8X60_DRAGON
573 depends on ARCH_MSM8X60
574 default n
575 bool "MSM8x60 DRAGON"
576 help
577 Support for the Qualcomm MSM8x60 Dragon board.
578
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800579config MACH_MSM8960_SIM
580 depends on ARCH_MSM8960
581 bool "MSM8960 Simulator"
582 help
583 Support for the Qualcomm MSM8960 simulator.
584
Stepan Moskovchenko50ede4e2010-12-13 18:12:19 -0800585config MACH_MSM8960_RUMI3
586 depends on ARCH_MSM8960
587 bool "MSM8960 RUMI3"
588 help
589 Support for the Qualcomm MSM8960 RUMI3 emulator.
590
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700591config MACH_MSM8960_CDP
592 depends on ARCH_MSM8960
593 bool "MSM8960 CDP"
594 help
595 Support for the Qualcomm MSM8960 CDP device.
596
597config MACH_MSM8960_MTP
598 depends on ARCH_MSM8960
599 bool "MSM8960 MTP"
600 help
601 Support for the Qualcomm MSM8960 MTP device.
602
603config MACH_MSM8960_FLUID
604 depends on ARCH_MSM8960
605 bool "MSM8960 FLUID"
606 help
607 Support for the Qualcomm MSM8960 FLUID device.
608
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +0300609config MACH_MSM8960_LIQUID
610 depends on ARCH_MSM8960
611 bool "MSM8960 LIQUID"
612 help
613 Support for the Qualcomm MSM8960 LIQUID device.
614
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700615config MACH_MSM8930_CDP
616 depends on ARCH_MSM8930
617 bool "MSM8930 CDP"
618 help
619 Support for the Qualcomm MSM8930 CDP device.
620
621config MACH_MSM8930_MTP
622 depends on ARCH_MSM8930
623 bool "MSM8930 MTP"
624 help
625 Support for the Qualcomm MSM8930 MTP device.
626
627config MACH_MSM8930_FLUID
628 depends on ARCH_MSM8930
629 bool "MSM8930 FLUID"
630 help
631 Support for the Qualcomm MSM8930 FLUID device.
632
Stepan Moskovchenko8768eff2011-12-01 18:55:07 -0800633config MACH_MSM8627_CDP
634 depends on ARCH_MSM8930
635 bool "MSM8627 CDP"
636 help
637 Support for the Qualcomm MSM8627 CDP device.
638
639config MACH_MSM8627_MTP
640 depends on ARCH_MSM8930
641 bool "MSM8627 MTP"
642 help
643 Support for the Qualcomm MSM8627 MTP device.
644
Rohit Vaswania8e7a832011-09-28 21:00:05 -0700645config MACH_MSM9615_CDP
646 depends on ARCH_MSM9615
647 bool "MSM9615 CDP"
648 help
649 Support for the Qualcomm MSM9615 CDP device.
650
651config MACH_MSM9615_MTP
652 depends on ARCH_MSM9615
653 bool "MSM9615 MTP"
654 help
655 Support for the Qualcomm MSM9615 MTP device.
656
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700657config MSM_USE_TSIF1
658 depends on ARCH_MSM8X60
659 bool "MSM8x60 use TSIF1"
660 help
661 Selects TSIF1 core to be used rather than TSIF0.
662 The two TSIF cores share the same DM configuration
663 so they cannot be used simultaneously.
664
665config MACH_APQ8064_SIM
666 depends on ARCH_APQ8064
667 bool "APQ8064 Simulator"
668 help
669 Support for the Qualcomm APQ8064 simulator.
670
Stepan Moskovchenkod256ddf2011-09-08 12:34:46 -0700671config MACH_APQ8064_RUMI3
672 depends on ARCH_APQ8064
673 bool "APQ8064 RUMI3"
674 help
675 Support for the Qualcomm APQ8064 RUMI3 emulator.
676
Joel King82b7e3f2012-01-05 10:03:27 -0800677config MACH_APQ8064_CDP
678 depends on ARCH_APQ8064
679 bool "APQ8064 CDP"
680 help
681 Support for the Qualcomm APQ8064 CDP device.
682
683config MACH_APQ8064_MTP
684 depends on ARCH_APQ8064
685 bool "APQ8064 MTP"
686 help
687 Support for the Qualcomm APQ8064 MTP device.
688
689config MACH_APQ8064_LIQUID
690 depends on ARCH_APQ8064
691 bool "APQ8064 LIQUID"
692 help
693 Support for the Qualcomm APQ8064 LIQUID device.
694
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700695config MACH_FSM9XXX_SURF
696 depends on ARCH_FSM9XXX
697 depends on !MSM_STACKED_MEMORY
698 default y
699 bool "FSM9XXX SURF"
700 help
701 Support for the Qualcomm FSM9xxx femtocell
702 chipset based SURF evaluation board and
703 FFA board.
704
Daniel Walker4ad15e62010-05-06 13:54:17 -0700705endmenu
Brian Swetland9e73c842007-11-26 04:12:13 -0800706
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700707config MSM_STACKED_MEMORY
708 bool "Stacked Memory"
709 default y
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800710 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700711 This option is used to indicate the presence of on-die stacked
712 memory. When present this memory bank is used for a high speed
713 shared memory interface. When not present regular RAM is used.
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800714
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700715config PHYS_OFFSET
716 hex
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700717 default "0x40800000" if ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700718 default "0x80200000" if ARCH_APQ8064
719 default "0x80200000" if ARCH_MSM8960
Stepan Moskovchenko082952d2011-10-18 17:27:08 -0700720 default "0x80200000" if ARCH_MSM8930
Sathish Ambleyd4efc762011-10-09 22:19:22 -0700721 default "0x80200000" if ARCH_MSMCOPPER
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700722 default "0x10000000" if ARCH_FSM9XXX
723 default "0x00200000" if !MSM_STACKED_MEMORY
724 default "0x00000000" if ARCH_QSD8X50 && MSM_SOC_REV_A
725 default "0x20000000" if ARCH_QSD8X50
726 default "0x40200000" if ARCH_MSM8X60
727 default "0x10000000"
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800728
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700729config KERNEL_PMEM_EBI_REGION
730 bool "Enable in-kernel PMEM region for EBI"
731 default y if ARCH_MSM8X60
732 depends on ANDROID_PMEM && (ARCH_MSM8X60 || ARCH_MSM8960)
733 help
734 Enable the in-kernel PMEM allocator to use EBI memory.
735
736config KERNEL_PMEM_SMI_REGION
737 bool "Enable in-kernel PMEM region for SMI"
738 default y if ARCH_MSM8X60
739 depends on ANDROID_PMEM && ((ARCH_QSD8X50 && !PMEM_GPU0) || (ARCH_MSM8X60 && !VCM))
740 help
741 Enable the in-kernel PMEM allocator to use SMI memory.
742
743config PMEM_GPU0
744 bool "Enable PMEM GPU0 region"
745 default y
746 depends on ARCH_QSD8X50 && ANDROID_PMEM
747 help
748 Enable the PMEM GPU0 device on SMI Memory.
749
750config MSM_AMSS_VERSION
751 int
752 default 6210 if MSM_AMSS_VERSION_6210
753 default 6220 if MSM_AMSS_VERSION_6220
754 default 6225 if MSM_AMSS_VERSION_6225
755
756choice
757 prompt "AMSS modem firmware version"
758
759 default MSM_AMSS_VERSION_6225
760
761 config MSM_AMSS_VERSION_6210
762 bool "6.2.10"
763
764 config MSM_AMSS_VERSION_6220
765 bool "6.2.20"
766
767 config MSM_AMSS_VERSION_6225
768 bool "6.2.20 + New ADSP"
769endchoice
Stepan Moskovchenko2607b0a2010-11-15 17:46:10 -0800770
Sathish Ambleyf5bebd62011-11-03 23:36:36 -0700771config MSM_HAS_DEBUG_UART_HS
772 bool
773 help
774 Say Y here if high speed MSM UART is present.
775
776config MSM_HAS_DEBUG_UART_HS_V14
777 bool
778 select MSM_HAS_DEBUG_UART_HS
779 help
780 Say Y here if high speed MSM UART v1.4 is present.
781
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800782config DEBUG_MSM8930_UART
783 bool "Kernel low-level debugging messages via MSM 8930 UART"
784 depends on ARCH_MSM8930 && DEBUG_LL
Sathish Ambleyf5bebd62011-11-03 23:36:36 -0700785 select MSM_HAS_DEBUG_UART_HS
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800786 help
787 Say Y here if you want the debug print routines to direct
788 their output to the serial port on MSM 8930 devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100789
790choice
791 prompt "Debug UART"
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800792 depends on DEBUG_LL
Pavel Machek6339f662009-11-02 11:48:29 +0100793
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800794 config DEBUG_MSM_UART1
795 bool "Kernel low-level debugging messages via MSM UART1"
796 depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50
797 help
798 Say Y here if you want the debug print routines to direct
799 their output to the first serial port on MSM devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100800
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800801 config DEBUG_MSM_UART2
802 bool "Kernel low-level debugging messages via MSM UART2"
803 depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50
804 help
805 Say Y here if you want the debug print routines to direct
806 their output to the second serial port on MSM devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100807
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800808 config DEBUG_MSM_UART3
809 bool "Kernel low-level debugging messages via MSM UART3"
810 depends on ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50
811 help
812 Say Y here if you want the debug print routines to direct
813 their output to the third serial port on MSM devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100814
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800815 config DEBUG_MSM8660_UART
816 bool "Kernel low-level debugging messages via MSM 8660 UART"
817 depends on ARCH_MSM8X60
Sathish Ambleyf5bebd62011-11-03 23:36:36 -0700818 select MSM_HAS_DEBUG_UART_HS
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800819 help
820 Say Y here if you want the debug print routines to direct
821 their output to the serial port on MSM 8660 devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100822
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800823 config DEBUG_MSM8960_UART
824 bool "Kernel low-level debugging messages via MSM 8960 UART"
825 depends on ARCH_MSM8960
826 select DEBUG_MSM8930_UART
Sathish Ambleyf5bebd62011-11-03 23:36:36 -0700827 select MSM_HAS_DEBUG_UART_HS
Sathish Ambleybb87d5f2011-11-08 15:14:01 -0800828 help
829 Say Y here if you want the debug print routines to direct
830 their output to the serial port on MSM 8960 devices.
Sathish Ambleyf5bebd62011-11-03 23:36:36 -0700831
832 config DEBUG_MSMCOPPER_UART
833 bool "Kernel low-level debugging messages via MSM Copper UART"
834 depends on ARCH_MSMCOPPER
835 select MSM_HAS_DEBUG_UART_HS_V14
836 help
837 Say Y here if you want the debug print routines to direct
838 their output to the serial port on MSM Copper devices.
Pavel Machek6339f662009-11-02 11:48:29 +0100839endchoice
840
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700841choice
842 prompt "Default Timer"
843 default MSM7X00A_USE_GP_TIMER
844
845 config MSM7X00A_USE_GP_TIMER
846 bool "GP Timer"
847 help
848 Low resolution timer that allows power collapse from idle.
849
850 config MSM7X00A_USE_DG_TIMER
851 bool "DG Timer"
852 help
853 High resolution timer.
854endchoice
855
856choice
857 prompt "Suspend sleep mode"
858 default MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
859 help
860 Allows overriding the sleep mode used. Leave at power
861 collapse suspend unless the arm9 image has problems.
862
863 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
864 bool "Power collapse suspend"
865 help
866 Lowest sleep state. Returns through reset vector.
867
868 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
869 bool "Power collapse"
870 help
871 Sleep state that returns through reset vector.
872
873 config MSM7X00A_SLEEP_MODE_APPS_SLEEP
874 bool "Apps Sleep"
875
876 config MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
877 bool "Ramp down cpu clock and wait for interrupt"
878
879 config MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
880 bool "Wait for interrupt"
881endchoice
882
883config MSM7X00A_SLEEP_MODE
884 int
885 default 0 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
886 default 1 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
887 default 2 if MSM7X00A_SLEEP_MODE_APPS_SLEEP
888 default 3 if MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
889 default 4 if MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
890
891choice
892 prompt "Idle sleep mode"
893 default MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
894 help
895 Allows overriding the sleep mode used from idle. Leave at power
896 collapse suspend unless the arm9 image has problems.
897
898 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
899 bool "Power collapse suspend"
900 help
901 Lowest sleep state. Returns through reset vector.
902
903 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
904 bool "Power collapse"
905 help
906 Sleep state that returns through reset vector.
907
908 config MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
909 bool "Apps Sleep"
910
911 config MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
912 bool "Ramp down cpu clock and wait for interrupt"
913
914 config MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
915 bool "Wait for interrupt"
916endchoice
917
918config MSM7X00A_IDLE_SLEEP_MODE
919 int
920 default 0 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
921 default 1 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
922 default 2 if MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
923 default 3 if MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
924 default 4 if MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
925
926config MSM7X00A_IDLE_SLEEP_MIN_TIME
927 int "Minimum idle time before sleep"
928 default 20000000
929 help
930 Minimum idle time in nanoseconds before entering low power mode.
931
932config MSM7X00A_IDLE_SPIN_TIME
933 int "Idle spin time before cpu ramp down"
934 default 80000
935 help
936 Spin time in nanoseconds before ramping down cpu clock and entering
937 any low power state.
938
939menuconfig MSM_IDLE_STATS
940 bool "Collect idle statistics"
941 default y
942 help
943 Collect idle statistics and export them in proc/msm_pm_stats.
944
945if MSM_IDLE_STATS
946
947config MSM_IDLE_STATS_FIRST_BUCKET
948 int "First bucket time"
949 default 62500
950 help
951 Upper time limit in nanoseconds of first bucket.
952
953config MSM_IDLE_STATS_BUCKET_SHIFT
954 int "Bucket shift"
955 default 2
956
957config MSM_IDLE_STATS_BUCKET_COUNT
958 int "Bucket count"
959 default 10
960
961config MSM_SUSPEND_STATS_FIRST_BUCKET
962 int "First bucket time for suspend"
963 default 1000000000
964 help
965 Upper time limit in nanoseconds of first bucket of the
966 histogram. This is for collecting statistics on suspend.
967
968endif # MSM_IDLE_STATS
969
970config CPU_HAS_L2_PMU
971 bool "L2CC PMU Support"
972 help
973 Select this if the L2 cache controller has a Performance Monitoring Unit.
974
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700975config HTC_HEADSET
976 tristate "HTC 2 Wire detection driver"
977 default n
978 help
979 Provides support for detecting HTC 2 wire devices, such as wired
980 headset, on the trout platform. Can be used with the msm serial
981 debugger, but not with serial console.
982
983config TROUT_BATTCHG
984 depends on MACH_TROUT && POWER_SUPPLY
985 default y
986 bool "Trout battery / charger driver"
987
988config HTC_PWRSINK
989 depends on MSM_SMD
990 default n
991 bool "HTC Power Sink Driver"
992
993config QSD_SVS
994 bool "QSD Static Voltage Scaling"
995 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
996 default y
997 select TPS65023
998 help
999 Enables static voltage scaling using the TPS65023 PMIC.
1000
1001config QSD_PMIC_DEFAULT_DCDC1
1002 int "PMIC default output voltage"
1003 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
1004 default 1250
1005 help
1006 This is the PMIC voltage at Linux kernel boot.
1007
1008config MSM_FIQ_SUPPORT
1009 default y
1010 bool "Enable installation of an FIQ handler."
1011
1012config MSM_SERIAL_DEBUGGER
1013 select MSM_FIQ_SUPPORT
1014 select KERNEL_DEBUGGER_CORE
1015 default n
1016 bool "FIQ Mode Serial Debugger"
1017 help
1018 The FIQ serial debugger can accept commands even when the
1019 kernel is unresponsive due to being stuck with interrupts
1020 disabled. Depends on the kernel debugger core in drivers/misc.
1021
1022config MSM_SERIAL_DEBUGGER_CONSOLE
1023 depends on MSM_SERIAL_DEBUGGER
1024 default n
1025 bool "Console on FIQ Serial Debugger port"
1026 help
1027 Enables a console so that printk messages are displayed on
1028 the debugger serial port as the occur.
Daniel Walkerbf83de42010-03-16 16:29:44 -07001029
Steve Mucklec8aabae2010-04-21 16:20:27 -07001030config MSM_PROC_COMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001031 default y
1032 bool "Proc-Comm RPC Interface"
1033 help
1034 Enables a lightweight communications interface to the
1035 baseband processor.
Steve Mucklec8aabae2010-04-21 16:20:27 -07001036
Brian Swetland2eb44eb2008-09-29 16:00:48 -07001037config MSM_SMD
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001038 bool "MSM Shared Memory Driver (SMD)"
1039 help
1040 Support for the shared memory interface between the apps
1041 processor and the baseband processor. Provides access to
1042 the "shared heap", as well as virtual serial channels
1043 used to communicate with various services on the baseband
1044 processor.
1045
1046choice
1047 prompt "MSM Shared memory interface version"
1048 depends on MSM_SMD
1049 default MSM_SMD_PKG3 if ARCH_MSM_ARM11
1050 default MSM_SMD_PKG4 if ARCH_MSM_SCORPION
1051
1052 config MSM_SMD_PKG3
1053 bool
1054 prompt "Package 3"
1055
1056 config MSM_SMD_PKG4
1057 bool
1058 prompt "Package 4"
1059endchoice
1060
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001061config MSM_RPC_SDIO_XPRT
1062 depends on MSM_SDIO_AL
1063 default y
1064 bool "MSM SDIO XPRT Layer"
1065 help
1066 SDIO Transport Layer for RPC Rouer
1067
1068config MSM_RPC_SDIO_DEBUG
1069 depends on MSM_RPC_SDIO_XPRT
1070 default y
1071 bool "MSM SDIO XPRT debug support"
1072 help
1073 Support for debugging SDIO XPRT
1074
1075config MSM_SMD_DEBUG
1076 depends on MSM_SMD
1077 default y
1078 bool "MSM SMD debug support"
1079 help
1080 Support for debugging the SMD for communication
1081 between the ARM9 and ARM11
1082
1083config MSM_SDIO_AL
1084 depends on ((ARCH_MSM7X30 || MACH_MSM8X60_FUSN_FFA || MACH_TYPE_MSM8X60_FUSION) && HAS_WAKELOCK)
1085 default y
1086 tristate "SDIO-Abstraction-Layer"
1087 help
1088 Support MSM<->MDM Communication over SDIO bus.
1089 MDM SDIO-Client should have pipes support.
1090
1091config MSM_SDIO_DMUX
1092 bool "SDIO Data Mux Driver"
1093 depends on MSM_SDIO_AL
1094 default n
1095 help
1096 Support Muxed Data Channels over SDIO interface.
1097
1098config MSM_BAM_DMUX
1099 bool "BAM Data Mux Driver"
1100 depends on SPS
1101 default n
1102 help
1103 Support Muxed Data Channels over BAM interface.
1104 BAM has a limited number of pipes. This driver
1105 provides a means to support more logical channels
1106 via muxing than BAM could without muxing.
1107
1108config MSM_N_WAY_SMD
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001109 depends on (MSM_SMD && !(ARCH_MSM7X01A))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001110 default y
1111 bool "MSM N-WAY SMD support"
1112 help
1113 Supports APPS-QDSP SMD communication along with
1114 normal APPS-MODEM SMD communication.
1115
1116config MSM_N_WAY_SMSM
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001117 depends on (MSM_SMD && !(ARCH_MSM7X01A))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001118 default y
1119 bool "MSM N-WAY SMSM support"
1120 help
1121 Supports APPS-QDSP SMSM communication along with
1122 normal APPS-MODEM SMSM communication.
1123
1124config MSM_RESET_MODEM
1125 tristate "Reset Modem Driver"
1126 depends on MSM_SMD
1127 default m
1128 help
1129 Allows the user to reset the modem through a device node.
1130
1131config MSM_SMD_LOGGING
1132 depends on MSM_SMD
1133 default y
1134 bool "MSM Shared Memory Logger"
1135 help
1136 This option exposes the shared memory logger at /dev/smem_log
1137 and a debugfs node named smem_log.
1138
1139 If in doubt, say yes.
1140
1141config MSM_SMD_NMEA
1142 bool "NMEA GPS Driver"
1143 depends on MSM_SMD
1144 default y
1145 help
1146 Enable this to support the NMEA GPS device.
1147
1148 If in doubt, say yes.
1149
1150config MSM_SDIO_TTY
1151 bool "SDIO TTY Driver"
1152 depends on MSM_SDIO_AL
1153 default n
1154 help
1155 Provides a TTY driver SDIO TTY
1156 This driver can be used by user space
1157 applications for passing data through the
1158 SDIO interface.
1159
1160config MSM_SMD_TTY
1161 bool "SMD TTY Driver"
1162 depends on MSM_SMD
1163 default y
1164 help
1165 Provides TTY interfaces to interact with the modem.
1166
1167 If in doubt, say yes.
1168
1169config MSM_SMD_QMI
1170 bool "SMD QMI Driver"
1171 depends on MSM_SMD
1172 default y
1173 help
1174 Manages network data connections.
1175
1176 If in doubt, say yes.
1177
1178config MSM_SMD_PKT
1179 bool "SMD Packet Driver"
1180 depends on MSM_SMD
1181 default y
1182 help
1183 Provides a binary SMD non-muxed packet port interface.
1184
1185 If in doubt, say yes.
1186
1187config MSM_SDIO_CMUX
1188 bool "SDIO CMUX Driver"
1189 depends on MSM_SDIO_AL
1190 default n
1191 help
1192 Provides a Muxed port interface over SDIO QMI
1193
1194config MSM_DSPS
1195 bool "Sensors DSPS driver"
1196 depends on (MSM_PIL && (ARCH_MSM8X60 || ARCH_MSM8960))
1197 default n
1198 help
1199 Provides user-space interface to the sensors manager
1200 to turn on/off the Sensors Processor system clocks.
1201 It is the DSPS responsibility to turn on/off the sensors
1202 themself.
1203 The number of clocks and their name may vary between targets.
1204 It also triggers the PIL to load the DSPS firmware.
1205
1206config MSM_SDIO_CTL
1207 bool "SDIO CTL Driver"
1208 depends on MSM_SDIO_CMUX
1209 default n
1210 help
1211 Provides a binary SDIO control port interface.
1212
1213config MSM_ONCRPCROUTER
1214 depends on MSM_SMD
1215 default n
1216 bool "MSM ONCRPC router support"
1217 help
1218 Support for the MSM ONCRPC router for communication between
1219 the ARM9 and ARM11
1220
1221config MSM_IPC_ROUTER
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001222 depends on NET
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001223 default n
1224 bool "MSM IPC Router support"
1225 help
1226 Support for the MSM IPC Router for communication between
1227 the APPs and the MODEM
1228
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001229config MSM_IPC_ROUTER_SMD_XPRT
1230 depends on MSM_SMD
1231 depends on MSM_IPC_ROUTER
1232 default n
1233 bool "MSM SMD XPRT Layer"
1234 help
1235 SMD Transport Layer for IPC Router
1236
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001237config MSM_ONCRPCROUTER_DEBUG
1238 depends on MSM_ONCRPCROUTER
1239 default y
1240 bool "MSM debug ONCRPC router support"
1241 help
1242 Support for debugging the ONCRPC router for communication
1243 between the ARM9 and ARM11
1244
1245config MSM_RPC_LOOPBACK_XPRT
1246 depends on MSM_ONCRPCROUTER
1247 default n
1248 bool "MSM RPC local routing support"
1249 help
1250 Support for routing RPC messages between APPS clients
1251 and APPS servers. Helps in testing APPS RPC framework.
1252
1253config MSM_RPCSERVER_TIME_REMOTE
1254 depends on MSM_ONCRPCROUTER && RTC_HCTOSYS
1255 default y
1256 bool "Time remote RPC server"
1257 help
1258 The time remote server receives notification of time bases and
1259 reports these events to registered callback functions.
1260
1261config MSM_RPCSERVER_WATCHDOG
1262 depends on MSM_ONCRPCROUTER
1263 default y
1264 bool "Watchdog RPC server"
1265 help
1266 The dog_keepalive server handles watchdog events.
1267
1268config MSM_RPC_WATCHDOG
1269 depends on MSM_ONCRPCROUTER
1270 default n
1271 bool "Watchdog RPC client"
1272 help
1273 The dog_keepalive client module.
1274
1275config MSM_RPC_PING
1276 depends on MSM_ONCRPCROUTER && DEBUG_FS
1277 default m
1278 bool "MSM rpc ping"
1279 help
1280 Implements MSM rpc ping test module.
1281
1282config MSM_RPC_PROC_COMM_TEST
1283 depends on DEBUG_FS && MSM_PROC_COMM
1284 default m
1285 bool "MSM rpc proc comm test"
1286 help
1287 Implements MSM rpc proc comm test module.
1288
1289config MSM_RPC_OEM_RAPI
1290 depends on MSM_ONCRPCROUTER
1291 default m
1292 bool "MSM oem rapi"
1293 help
1294 Implements MSM oem rapi client module.
1295
1296config MSM_RPCSERVER_HANDSET
1297 depends on MSM_ONCRPCROUTER
1298 default y
1299 bool "Handset events RPC server"
1300 help
1301 Support for receiving handset events like headset detect,
1302 headset switch and clamshell state.
1303
1304config MSM_RMT_STORAGE_CLIENT
1305 depends on (ARCH_MSM && MSM_ONCRPCROUTER)
1306 default n
1307 bool "Remote Storage RPC client"
1308 help
1309 Provide RPC mechanism for remote processors to access storage
1310 device on apps processor.
1311
1312config MSM_RMT_STORAGE_CLIENT_STATS
1313 depends on (MSM_RMT_STORAGE_CLIENT && DEBUG_FS)
1314 default n
1315 bool "Remote storage RPC client performance statistics"
1316 help
1317 Collects performance statistics and shows this information
1318 through a debugfs file rmt_storage_stats.
1319
1320config MSM_SDIO_SMEM
1321 depends on MSM_SDIO_AL
1322 default n
1323 bool "SDIO SMEM for remote storage"
1324 help
1325 Copies data from remote MDM9K memory to local MSM8x60
1326 memory. Used by remote storage client to shadow
1327 MDM9K filesystem.
1328
1329config MSM_DALRPC
1330 bool "DAL RPC support"
Bryan Huntsman18b3c0c2011-11-23 15:12:58 -08001331 default n
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001332 help
1333 Supports RPC calls to DAL devices on remote processor cores.
1334
1335config MSM_DALRPC_TEST
1336 tristate "DAL RPC test module"
1337 depends on (MSM_DALRPC && DEBUG_FS)
1338 default m
1339 help
1340 Exercises DAL RPC calls to QDSP6.
1341
1342if CPU_FREQ_MSM
1343
1344config MSM_CPU_FREQ_SET_MIN_MAX
1345 bool "Set Min/Max CPU frequencies."
1346 default n
1347 help
1348 Allow setting min and max CPU frequencies. Sysfs can be used
1349 to override these values.
1350
1351config MSM_CPU_FREQ_MAX
1352 int "Max CPU Frequency"
1353 depends on MSM_CPU_FREQ_SET_MIN_MAX
1354 default 384000
1355
1356config MSM_CPU_FREQ_MIN
1357 int "Min CPU Frequency"
1358 depends on MSM_CPU_FREQ_SET_MIN_MAX
1359 default 245760
1360
1361endif # CPU_FREQ_MSM
1362
1363config MSM_CPU_AVS
1364 bool "Enable software controlled Adaptive Voltage Scaling (AVS)"
1365 depends on (ARCH_MSM_SCORPION && QSD_SVS)
1366 depends on ARCH_QSD8X50
1367 default n
1368 select MSM_AVS_HW
1369 help
1370 This enables the s/w control of Adaptive Voltage Scaling feature
1371 in Qualcomm ARMv7 CPUs. It adjusts the voltage for each frequency
1372 based on feedback from three ring oscillators in the CPU.
1373
1374config MSM_AVS_HW
1375 bool "Enable Adaptive Voltage Scaling (AVS)"
1376 default n
1377 help
1378 Enable AVS hardware to fine tune voltage at each frequency. The
1379 AVS hardware blocks associated with each Qualcomm ARMv7 cores can
1380 fine tune the voltages based on the feedback from the ring
1381 oscillators.
1382
1383config MSM_HW3D
1384 tristate "MSM Hardware 3D Register Driver"
1385 depends on ANDROID_PMEM
1386 default y
1387 help
1388 Provides access to registers needed by the userspace OpenGL|ES
1389 library.
1390
1391config MSM_ADSP
1392 depends on (ARCH_MSM7X01A || ARCH_MSM7X25 || ARCH_MSM7X27)
1393 tristate "MSM ADSP driver"
1394 depends on ANDROID_PMEM
1395 default y
1396 help
1397 Provides access to registers needed by the userspace aDSP library.
1398
1399config ADSP_RPC_VER
1400 hex
1401 default 0x30002 if (ARCH_MSM7X27 || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2009))
1402 default 0x30001 if (ARCH_MSM7X01A || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2008))
1403 depends on MSM_ADSP
1404 help
1405 Select proper ADSP RPC version
1406choice
1407 prompt "ADSP RPC version"
1408
1409 default AMSS_7X25_VERSION_2009
1410
1411 config AMSS_7X25_VERSION_2009
1412 bool "2.0.09"
1413
1414 config AMSS_7X25_VERSION_2008
1415 bool "2.0.08"
1416endchoice
1417
1418config MSM7KV2_AUDIO
1419 bool "MSM7K v2 audio"
1420 depends on (ARCH_MSM7X30 && ANDROID_PMEM)
1421 default y
1422 help
1423 Enables QDSP5V2-based audio drivers for audio playbacks and
1424 voice call.
1425
1426config MSM_ADSP_REPORT_EVENTS
1427 bool "Report modem events from the DSP"
1428 default y
1429 depends on (MSM_ADSP || MSM7KV2_AUDIO)
1430 help
1431 Normally, only messages from the aDSP are reported to userspace.
1432 With this option, we report events from the aDSP as well.
1433
1434config MSM_QDSP6
1435 tristate "QDSP6 support"
1436 depends on ARCH_QSD8X50 && ANDROID_PMEM
1437 default y
1438 help
1439 Enable support for qdsp6. This provides audio and video functionality.
1440
1441config MSM8X60_AUDIO
1442 tristate "MSM8X60 audio support"
1443 depends on ARCH_MSM8X60 && ANDROID_PMEM
1444 default y
1445 help
1446 Enable support for qdsp6v2. This provides audio functionality.
1447
1448config MSM8X60_FTM_AUDIO_DEVICES
1449 bool "MSM8X60 audio factory test mode support"
1450 depends on MSM8X60_AUDIO
1451 help
1452 Enable support audio factory test mode devices. This is used
1453 in a production line environment.
1454
Ben Romberger45b351c2011-07-20 22:37:27 -07001455config RTAC
1456 bool "MSM8K real-time audio calibration support"
1457 default y
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001458 help
Ben Romberger45b351c2011-07-20 22:37:27 -07001459 Enable support for rtac. This enables calibration during
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001460 audio operation
1461
1462config MSM7X27A_AUDIO
1463 bool "MSM7X27A audio support"
1464 depends on ARCH_MSM7X27A && MSM_ADSP
1465 default n
1466 help
1467 Enable support for 7x27a. This provides audio functionality.
1468
Justin Pauporea6cd2092011-06-22 16:19:45 -07001469config MSM_PROC_COMM_REGULATOR
1470 bool
1471 depends on MSM_PROC_COMM && REGULATOR
1472 help
1473 Enable regulator framework support for regulators managed by PMLIB
1474 on the modem, and controlled through proccomm calls.
1475
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001476config MSM_VREG_SWITCH_INVERTED
1477 bool "Reverse vreg switch polarity"
1478 default n
1479 help
1480 Reverses the enable and disable for vreg switch.
1481
1482config MSM_DMA_TEST
1483 tristate "MSM DMA test module"
1484 default m
1485 help
1486 Intended to be compiled as a module. Provides a device node
1487 and ioctls for testing the MSM dma system.
1488
1489config WIFI_CONTROL_FUNC
1490 bool "Enable WiFi control function abstraction"
1491 help
1492 Enables Power/Reset/Carddetect function abstraction
1493
1494config WIFI_MEM_PREALLOC
1495 depends on WIFI_CONTROL_FUNC
1496 bool "Preallocate memory for WiFi buffers"
1497 help
1498 Preallocates memory buffers for WiFi driver
1499
1500config QSD_AUDIO
1501 bool "QSD audio"
1502 depends on ARCH_MSM_SCORPION && MSM_DALRPC && ANDROID_PMEM && !MSM_SMP
1503 default y
1504 help
1505 Provides PCM, MP3, and AAC audio playback.
1506
1507config AUDIO_AAC_PLUS
1508 depends on (MSM_ADSP || QSD_AUDIO || MSM7KV2_AUDIO)
1509 bool "AAC+ Audio"
1510 default y
1511 help
1512 Provides AAC+ decoding
1513
1514config AUDIO_ENHANCED_AAC_PLUS
1515 depends on AUDIO_AAC_PLUS
1516 bool "Enhanced AAC+ Audio"
1517 default y
1518 help
1519 Provides Enhanced AAC+ decoding
1520
1521config SURF_FFA_GPIO_KEYPAD
1522 bool "MSM SURF/FFA GPIO keypad"
1523 depends on INPUT_GPIO = "y"
1524 default y
1525 help
1526 Select if the GPIO keypad is attached.
1527
1528config MSM_SLEEP_TIME_OVERRIDE
1529 bool "Allow overriding suspend/sleep time with PM module parameter"
1530 default y
1531 help
1532 Enable the module parameter sleep_time_override. Specified
1533 in units of seconds, it overwrites the normal sleep time of
1534 suspend. The feature is required for automated power management
1535 testing.
1536
1537config MSM_MEMORY_LOW_POWER_MODE
1538 bool "Control the low power modes of memory"
1539 default n
1540 help
1541 The application processor controls whether memory should enter
1542 which low power mode.
1543
1544choice
1545 prompt "Default Memory Low Power Mode during Idle"
1546 depends on MSM_MEMORY_LOW_POWER_MODE
1547 default MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
1548 help
1549 Selects the default low power mode of the memory during idle
1550 sleep.
1551
1552 config MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
1553 bool "Memory active"
1554
1555 config MSM_MEMORY_LOW_POWER_MODE_IDLE_RETENTION
1556 bool "Memory in retention"
1557
1558 config MSM_MEMORY_LOW_POWER_MODE_IDLE_DEEP_POWER_DOWN
1559 bool "Memory in deep power down"
1560endchoice
1561
1562choice
1563 prompt "Default Memory Low Power Mode during Suspend"
1564 depends on MSM_MEMORY_LOW_POWER_MODE
1565 default MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
1566 help
1567 Selects the default low power mode of the memory during suspend
1568 sleep.
1569
1570 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
1571 bool "Memory active"
1572
1573 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_RETENTION
1574 bool "Memory in retention"
1575
1576 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_DEEP_POWER_DOWN
1577 bool "Memory in deep power down"
1578endchoice
1579
1580choice
1581 prompt "Power management timeout action"
1582 default MSM_PM_TIMEOUT_HALT
1583 help
1584 Selects the Application Processor's action when Power Management
1585 times out waiting for Modem's handshake.
1586
1587 config MSM_PM_TIMEOUT_HALT
1588 bool "Halt the Application Processor"
1589
1590 config MSM_PM_TIMEOUT_RESET_MODEM
1591 bool "Reset the Modem Processor"
1592
1593 config MSM_PM_TIMEOUT_RESET_CHIP
1594 bool "Reset the entire chip"
1595endchoice
1596
1597config MSM_IDLE_WAIT_ON_MODEM
1598 int "Wait for Modem to become ready for idle power collapse"
1599 default 0
1600 help
1601 If Modem is not ready to handle Application Processor's request
1602 for idle power collapse, wait the number of microseconds in case
1603 Modem becomes ready soon.
1604
Matt Wagantall9274df92011-12-15 11:11:05 -08001605config MSM_RPM_REGULATOR
1606 bool "RPM regulator driver"
Matt Wagantall32dc71e2012-01-04 11:13:11 -08001607 depends on MSM_RPM && REGULATOR
Matt Wagantall9274df92011-12-15 11:11:05 -08001608 help
1609 Compile in support for the RPM regulator driver, used for setting
1610 voltages and other parameters of the various power rails supplied
1611 by some Qualcomm PMICs.
1612
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001613config MSM_PIL
1614 bool "Peripheral image loading"
1615 select FW_LOADER
1616 depends on (ARCH_MSM8X60 || ARCH_MSM8960)
1617 default n
1618 help
1619 Some peripherals need to be loaded into memory before they can be
1620 brought out of reset.
1621
1622 Say yes to support these devices.
1623
Stephen Boyd4eb885b2011-09-29 01:16:03 -07001624config MSM_PIL_MODEM
1625 tristate "Modem (ARM11) Boot Support"
1626 depends on MSM_PIL
1627 help
1628 Support for booting and shutting down ARM11 Modem processors.
1629
Stephen Boyd3acc9e42011-09-28 16:46:40 -07001630config MSM_PIL_QDSP6V3
1631 tristate "QDSP6v3 (Hexagon) Boot Support"
1632 depends on MSM_PIL
1633 help
1634 Support for booting and shutting down QDSP6v3 processors (hexagon).
1635 The QDSP6 is a low power DSP used in audio software applications.
1636
Stephen Boydeb819882011-08-29 14:46:30 -07001637config MSM_PIL_QDSP6V4
1638 tristate "QDSP6v4 (Hexagon) Boot Support"
1639 depends on MSM_PIL
1640 help
1641 Support for booting and shutting down QDSP6v4 processors (hexagon).
1642 The QDSP6 is a low power DSP used in audio, modem firmware, and modem
1643 software applications.
1644
Stephen Boyd322a9922011-09-20 01:05:54 -07001645config MSM_PIL_RIVA
1646 tristate "RIVA (WCNSS) Boot Support"
1647 depends on MSM_PIL
1648 help
1649 Support for booting and shutting down the RIVA processor (WCNSS).
1650 Riva is the wireless subsystem processor used in bluetooth, wireless
1651 LAN, and FM software applications.
1652
Stephen Boydd89eebe2011-09-28 23:28:11 -07001653config MSM_PIL_TZAPPS
1654 tristate "TZApps Boot Support"
1655 depends on MSM_PIL
1656 help
1657 Support for booting and shutting down TZApps.
1658
1659 TZApps is an image that runs in the secure processor state. It is
1660 used to decrypt data and perform secure operations on the behalf of
1661 the kernel.
1662
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001663config MSM_SCM
1664 bool "Secure Channel Manager (SCM) support"
1665 default n
1666
1667config MSM_SUBSYSTEM_RESTART
1668 bool "MSM Subsystem Restart Driver"
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001669 depends on (ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001670 default n
1671 help
1672 This option enables the MSM subsystem restart driver, which provides
1673 a framework to handle subsystem crashes.
1674
Matt Wagantallf8020902011-08-30 21:19:23 -07001675config MSM_SYSMON_COMM
1676 bool "MSM System Monitor communication support"
1677 depends on MSM_SMD && MSM_SUBSYSTEM_RESTART
1678 default y
1679 help
1680 This option adds support for MSM System Monitor library, which
1681 provides an API that may be used for notifying subsystems within
1682 the SoC about other subsystems' power-up/down state-changes.
1683
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001684config MSM_MODEM_8960
1685 bool "MSM 8960 Modem driver"
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001686 depends on (ARCH_MSM8960 || ARCH_MSM9615)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001687 help
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001688 This option enables the modem driver for the MSM8960 and MSM9615, which monitors
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001689 modem hardware watchdog interrupt lines and plugs into the subsystem
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001690 restart and PIL drivers. For MSM9615, it only supports a full chip reset.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001691
Bharath Ramachandramurthyff061c72011-06-27 14:22:33 -07001692config MSM_LPASS_8960
1693 tristate "MSM 8960 Lpass driver"
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001694 depends on (ARCH_MSM8960 || ARCH_MSM9615)
Bharath Ramachandramurthyff061c72011-06-27 14:22:33 -07001695 help
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001696 This option enables the lpass driver for the MSM8960 and MSM9615. This monitors
Bharath Ramachandramurthyff061c72011-06-27 14:22:33 -07001697 lpass hardware watchdog interrupt lines and plugs into the subsystem
Rohit Vaswani56dd22a2011-11-11 16:21:28 -08001698 restart and PIL drivers. For MSM9615, it only supports a full chip reset.
Bharath Ramachandramurthyff061c72011-06-27 14:22:33 -07001699
Ankur Nandwanie258cf02011-08-19 10:16:38 -07001700config MSM_WCNSS_SSR_8960
1701 tristate "MSM 8960 WCNSS restart module"
1702 depends on (ARCH_MSM8960)
1703 help
1704 This option enables the WCNSS restart module for MSM8960, which
1705 monitors WCNSS hardware watchdog interrupt lines and plugs WCNSS
1706 into the subsystem restart framework.
1707
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001708config SCORPION_Uni_45nm_BUG
1709 bool "Scorpion Uni 45nm(SC45U): Workaround for ICIMVAU and BPIMVA"
1710 depends on ARCH_MSM7X30 || (ARCH_QSD8X50 && MSM_SOC_REV_A)
1711 default y
1712 help
1713 Invalidating the Instruction Cache by Modified Virtual Address to PoU and
1714 invalidating the Branch Predictor Array by Modified Virtual Address can
1715 create invalid entries in the TLB with the wrong ASID values on Scorpion
1716 Uniprocessor 45nm (SC45U) cores. This option enables the recommended software
1717 workaround for Scorpion Uniprocessor 45nm cores.
1718
1719 This bug is not applicable to any ScorpionMP or Scorpion Uni 65nm(SC65U) cores.
1720
Harini Jayaramanef7805f2011-09-28 12:45:31 -06001721config MSM_BUSPM_DEV
1722 tristate "MSM Bus Performance Monitor Kernel Module"
1723 depends on (ARCH_MSM8X60 || ARCH_MSM8960)
1724 default m
1725 help
1726 This kernel module is used to mmap() hardware registers for the
1727 performance monitors, counters, etc. The module can also be used to
1728 allocate physical memory which is used by bus performance hardware to
1729 dump performance data.
1730
Mona Hossain11c03ac2011-10-26 12:42:10 -07001731config MSM_TZ_LOG
1732 tristate "MSM Trust Zone (TZ) Log Driver"
1733 depends on DEBUG_FS
1734 help
1735 This option enables a driver with a debugfs interface for messages
1736 produced by the Secure code (Trust zone). These messages provide
1737 diagnostic information about TZ operation.
1738
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001739config MSM_RPM_LOG
1740 tristate "MSM Resource Power Manager Log Driver"
1741 depends on DEBUG_FS
Praveen Chidambaram7a712232011-10-28 13:39:45 -06001742 depends on MSM_RPM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001743 default n
1744 help
1745 This option enables a driver which can read from a circular buffer
1746 of messages produced by the RPM. These messages provide diagnostic
1747 information about RPM operation. The driver outputs the messages
1748 via a debugfs node.
1749
1750config MSM_RPM_STATS_LOG
1751 tristate "MSM Resource Power Manager Stat Driver"
1752 depends on DEBUG_FS
Praveen Chidambaram7a712232011-10-28 13:39:45 -06001753 depends on MSM_RPM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001754 default n
1755 help
1756 This option enables a driver which reads RPM messages from a shared
1757 memory location. These messages provide statistical information about
1758 the low power modes that RPM enters. The drivers outputs the message
1759 via a debugfs node.
1760
1761config MSM_IOMMU
1762 bool "MSM IOMMU Support"
Joel King41d594e2011-10-14 13:18:20 -07001763 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_APQ8064
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001764 select IOMMU_API
1765 default n
1766 help
1767 Support for the IOMMUs found on certain Qualcomm SOCs.
1768 These IOMMUs allow virtualization of the address space used by most
1769 cores within the multimedia subsystem.
1770
1771 If unsure, say N here.
1772
1773config IOMMU_PGTABLES_L2
1774 bool "Allow SMMU page tables in the L2 cache (Experimental)"
1775 depends on MSM_IOMMU=y
1776 depends on MMU
1777 depends on CPU_DCACHE_DISABLE=n
1778 depends on SMP
1779 default y
1780 help
1781 Improves TLB miss latency at the expense of potential L2 pollution.
1782 However, with large multimedia buffers, the TLB should mostly contain
1783 section mappings and TLB misses should be quite infrequent.
1784 Most people can probably say Y here.
1785
1786config MSM_DIRECT_SCLK_ACCESS
1787 bool "Direct access to the SCLK timer"
1788 default n
1789
1790config IOMMU_API
1791 bool
Brian Swetland2eb44eb2008-09-29 16:00:48 -07001792
Gregory Beanab78cde2010-09-01 16:26:12 -07001793config MSM_GPIOMUX
1794 bool
1795
Gregory Bean1963a2a2010-08-28 10:05:44 -07001796config MSM_V2_TLMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001797 bool
1798
1799config FSM9XXX_TLMM
Gregory Bean1963a2a2010-08-28 10:05:44 -07001800 bool
Stepan Moskovchenko0ab847452010-11-12 19:29:57 -08001801
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001802config MSM_SECURE_IO
Stepan Moskovchenko0ab847452010-11-12 19:29:57 -08001803 bool
Stephen Boyd2a1eb582010-08-27 10:01:23 -07001804
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001805config MSM_NATIVE_RESTART
Stephen Boyd2a1eb582010-08-27 10:01:23 -07001806 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001807
1808config MSM_BUS_SCALING
1809 bool "Bus scaling driver"
1810 default n
1811
Gagan Mac85c70492011-06-10 16:07:47 -06001812config MSM_BUS_RPM_MULTI_TIER_ENABLED
1813 bool "RPM Multi-tiering Configuration"
1814 depends on MSM_BUS_SCALING
1815
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001816config MSM_WATCHDOG
1817 bool "MSM Watchdog Support"
Rohit Vaswani085a9332011-09-28 18:57:24 -07001818 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001819 help
1820 This enables the watchdog as is present on 8x60. Currently we use
1821 core 0's watchdog, and reset the entire SoC if it times out. It does
1822 not run during the bootup process, so it will not catch any early
1823 lockups.
1824
1825config MSM_DLOAD_MODE
1826 bool "Enable download mode on crashes"
Rohit Vaswani92b071a2011-10-18 20:10:09 -07001827 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001828 default n
1829 help
1830 This makes the SoC enter download mode when it resets
1831 due to a kernel panic. Note that this doesn't by itself
1832 make the kernel reboot on a kernel panic - that must be
1833 enabled via another mechanism.
1834
Pratik Patel17f3b822011-11-21 12:41:47 -08001835config MSM_JTAG
1836 bool "JTAG debug and trace support"
Pratik Patelfd6f56a2011-10-10 17:47:55 -07001837 help
Pratik Patel17f3b822011-11-21 12:41:47 -08001838 Add additional support for JTAG kernel debugging and tracing.
Pratik Patel7831c082011-06-08 21:44:37 -07001839
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001840config MSM_ETM
1841 tristate "Enable MSM ETM and ETB"
Pratik Patel17f3b822011-11-21 12:41:47 -08001842 depends on ARCH_MSM8X60
1843 select MSM_JTAG
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001844 help
Pratik Patel17f3b822011-11-21 12:41:47 -08001845 Enables embedded trace collection on MSM8660
Pratik Patel7831c082011-06-08 21:44:37 -07001846
1847config MSM_QDSS
Pratik Patelfd6f56a2011-10-10 17:47:55 -07001848 bool "Qualcomm Debug Subsystem"
Pratik Patel17f3b822011-11-21 12:41:47 -08001849 select MSM_JTAG
Pratik Patel7831c082011-06-08 21:44:37 -07001850 help
Pratik Patelfd6f56a2011-10-10 17:47:55 -07001851 Enables support for Qualcomm Debug Subsystem.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001852
Pratik Patel29cba152012-01-03 11:40:26 -08001853config MSM_QDSS_ETM_DEFAULT_ENABLE
1854 bool "Turn on QDSS ETM Tracing by Default"
1855 depends on MSM_QDSS
1856 help
1857 Turns on QDSS ETM tracing by default. Otherwise, tracing is
1858 disabled by default but can be enabled by other means.
1859
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001860config MSM_SLEEP_STATS
1861 bool "Enable exporting of MSM sleep stats to userspace"
1862 depends on CPU_IDLE
1863 default n
1864
Lynus Vazdde09ee2012-01-05 13:28:22 +05301865config MSM_SLEEP_STATS_DEVICE
1866 bool "Enable exporting of MSM sleep device stats to userspace"
1867
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001868config MSM_STANDALONE_POWER_COLLAPSE
1869 bool "Enable standalone power collapse"
1870 default n
1871
1872config MSM_GSBI9_UART
1873 bool "Enable GSBI9 UART device"
1874 default n
1875 help
1876 This enables GSBI9 configured into UART.
1877
1878config MSM_SHARED_GPIO_FOR_UART2DM
1879 bool "Use shared GPIOs into UART mode"
1880 depends on (ARCH_MSM7X27A && !MMC_MSM_SDC3_8_BIT_SUPPORT && !MMC_MSM_SDC4_SUPPORT)
1881 help
1882 This option configures GPIO muxed with SDC4/MMC3
1883 8-bit mode into UART mode. It is used for serial
1884 console on UART2DM. Say Y if you want to have
1885 serial console on UART2DM.
1886
1887config MSM_SHOW_RESUME_IRQ
1888 bool "Enable logging of interrupts that could have caused resume"
Bryan Huntsmancc147032011-11-23 13:03:56 -08001889 depends on (ARM_GIC || PMIC8058)
1890 default y if PMIC8058
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001891 default n
1892 help
1893 This option logs wake up interrupts that have triggered just before
1894 the resume loop unrolls. Say Y if you want to debug why the system
1895 resumed.
1896
1897config BT_MSM_PINTEST
1898 tristate "MSM Bluetooth Pin Connectivity Test"
1899 depends on ((ARCH_MSM8X60 || ARCH_MSM7X27A) && DEBUG_FS)
1900 default n
1901 help
1902 Bluetooth MSM Pin Connectivity test module.
1903 This driver provides support for verifying the MSM to BT pin
1904 connectivity.
1905
1906config MSM_FAKE_BATTERY
1907 depends on POWER_SUPPLY
1908 default n
1909 bool "MSM Fake Battery"
1910 help
1911 Enables MSM fake battery driver.
1912
1913config MSM_QDSP6_APR
1914 bool "Audio QDSP6 APR support"
1915 depends on MSM_SMD
1916 default n
1917 help
1918 Enable APR IPC protocol support between
1919 application processor and QDSP6. APR is
1920 used by audio driver to configure QDSP6's
1921 ASM, ADM and AFE.
1922
1923
1924config MSM_AUDIO_QDSP6
1925 bool "QDSP6 HW Audio support"
1926 select SND_SOC_MSM_QDSP6_INTF
1927 default n
1928 help
1929 Enable HW audio support in QDSP6.
1930 QDSP6 can support HW encoder & decoder and audio processing
1931
Baruch Eruchimovitche9cbfc12011-10-09 19:47:08 +02001932config MSM_ULTRASOUND
1933 bool "MSM ultrasound support"
1934 depends on MSM_AUDIO_QDSP6
1935 help
1936 Enable support for qdsp6/ultrasound.
1937
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001938config MSM_RPC_VIBRATOR
1939 bool "RPC based MSM Vibrator Support"
1940 depends on MSM_ONCRPCROUTER
1941 help
1942 Enable the vibrator support on MSM over RPC. The vibrator
1943 is connected on the PMIC. Say Y if you want to enable this
1944 feature.
1945
1946config PM8XXX_RPC_VIBRATOR
1947 bool "RPC based Vibrator on PM8xxx PMICs"
1948 depends on MSM_RPC_VIBRATOR
1949 help
1950 Enable the vibrator support on MSM over RPC. The vibrator
1951 is connected on the PM8XXX PMIC. Say Y if you want to enable
1952 this feature.
1953
1954config MSM_SPM_V1
1955 bool "Driver support for SPM Version 1"
1956 help
1957 Enables the support for Version 1 of the SPM driver. SPM hardware is
1958 used to manage the processor power during sleep. The driver allows
1959 configuring SPM to allow different power modes.
1960
1961config MSM_SPM_V2
1962 bool "Driver support for SPM Version 2"
1963 help
1964 Enables the support for Version 2 of the SPM driver. SPM hardware is
1965 used to manage the processor power during sleep. The driver allows
1966 configuring SPM to allow different power modes.
1967
1968config MSM_L2_SPM
1969 bool "SPM support for L2 cache"
1970 depends on MSM_SPM_V2
1971 help
1972 Enable SPM driver support for L2 cache. Some MSM chipsets allow
1973 control of L2 cache low power mode with a Subsystem Power manager.
1974 Enabling this driver allows configuring L2 SPM for low power modes
1975 on supported chipsets.
1976
Laura Abbott2d1760b2011-09-29 21:31:24 -07001977config MSM_MULTIMEDIA_USE_ION
1978 bool "Multimedia suport using Ion"
1979 depends on ION_MSM
1980 help
1981 Enable support for multimedia drivers using Ion for buffer management
1982 instead of pmem. Selecting this may also involve userspace
1983 dependencies as well.
1984
Brian Swetland9e73c842007-11-26 04:12:13 -08001985endif