blob: e355515b1a9661593a7a764f356b255387d2f16a [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
18
19config ARCH_MSM7X27
20 bool "MSM7x27"
21 select ARCH_MSM_ARM11 if MSM_SOC_REV_NONE
22 select ARCH_HAS_BARRIERS if MSM_SOC_REV_NONE
23 select ARCH_MSM_CORTEX_A5 if MSM_SOC_REV_A
24 select MSM_VIC
25 select CPU_V6 if MSM_SOC_REV_NONE
26 select CPU_V7 if MSM_SOC_REV_A
27 select MSM_REMOTE_SPINLOCK_SWP if MSM_SOC_REV_NONE
28 select MSM_GPIOMUX
29 select REGULATOR
Daniel Walkerbf83de42010-03-16 16:29:44 -070030
Daniel Walker7b521612010-05-06 12:44:57 -070031config ARCH_MSM7X30
32 bool "MSM7x30"
33 select ARCH_MSM_SCORPION
Daniel Walker7b521612010-05-06 12:44:57 -070034 select MSM_VIC
35 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070036 select MSM_REMOTE_SPINLOCK_DEKKERS
37 select ARCH_SPARSEMEM_ENABLE
Laura Abbott78593b52011-09-26 18:48:14 -070038 select ARCH_HAS_HOLES_MEMORYMODEL
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070039 select MEMORY_HOTPLUG
40 select MEMORY_HOTREMOVE
41 select MIGRATION
42 select ARCH_MEMORY_PROBE
43 select ARCH_MEMORY_REMOVE
44 select DONT_RESERVE_FROM_MOVABLE_ZONE
Gregory Beanab78cde2010-09-01 16:26:12 -070045 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070046 select RESERVE_FIRST_PAGE
47 select MSM_DALRPC
48 select MSM_SPM_V1
49 select REGULATOR
Justin Paupore637a25d2011-07-14 17:11:04 -070050 select MSM_PROC_COMM_REGULATOR
Daniel Walker7b521612010-05-06 12:44:57 -070051
Daniel Walker4ad15e62010-05-06 13:54:17 -070052config ARCH_QSD8X50
53 bool "QSD8X50"
54 select ARCH_MSM_SCORPION
Daniel Walker4ad15e62010-05-06 13:54:17 -070055 select MSM_VIC
56 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070057 select MSM_REMOTE_SPINLOCK_LDREX
58 select CPU_USE_DOMAINS
59 select EMULATE_DOMAIN_MANAGER_V7
Gregory Beanab78cde2010-09-01 16:26:12 -070060 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070061 select MSM_DALRPC
Daniel Walker46fe5f22010-08-18 11:00:25 -070062
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070063config ARCH_MSM8X60
64 bool "MSM8X60"
Jeff Ohlsteine14411d2010-11-30 13:06:36 -080065 select ARCH_MSM_SCORPIONMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070066 select SMP_PARALLEL_START if SMP
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070067 select ARM_GIC
68 select CPU_V7
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070069 select MSM_REMOTE_SPINLOCK_LDREX
70 select ARCH_REQUIRE_GPIOLIB
71 select MSM_ADM3
72 select REGULATOR
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070073 select MSM_V2_TLMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070074 select MSM_PIL
75 select MSM_SCM
76 select ARCH_HAS_CPU_IDLE_WAIT
77 select MSM_DIRECT_SCLK_ACCESS
78 select MSM_RPM
79 select MSM_XO
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -070080 select MSM_GPIOMUX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070081 select MSM_BUS_SCALING
82 select MSM_SECURE_IO
83 select MSM_DALRPC
84 select MSM_QDSP6_APR
85 select MSM_NATIVE_RESTART
86 select ARCH_INLINE_SPIN_TRYLOCK
87 select ARCH_INLINE_SPIN_TRYLOCK_BH
88 select ARCH_INLINE_SPIN_LOCK
89 select ARCH_INLINE_SPIN_LOCK_BH
90 select ARCH_INLINE_SPIN_LOCK_IRQ
91 select ARCH_INLINE_SPIN_LOCK_IRQSAVE
92 select ARCH_INLINE_SPIN_UNLOCK
93 select ARCH_INLINE_SPIN_UNLOCK_BH
94 select ARCH_INLINE_SPIN_UNLOCK_IRQ
95 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
96 select ARCH_INLINE_READ_TRYLOCK
97 select ARCH_INLINE_READ_LOCK
98 select ARCH_INLINE_READ_LOCK_BH
99 select ARCH_INLINE_READ_LOCK_IRQ
100 select ARCH_INLINE_READ_LOCK_IRQSAVE
101 select ARCH_INLINE_READ_UNLOCK
102 select ARCH_INLINE_READ_UNLOCK_BH
103 select ARCH_INLINE_READ_UNLOCK_IRQ
104 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
105 select ARCH_INLINE_WRITE_TRYLOCK
106 select ARCH_INLINE_WRITE_LOCK
107 select ARCH_INLINE_WRITE_LOCK_BH
108 select ARCH_INLINE_WRITE_LOCK_IRQ
109 select ARCH_INLINE_WRITE_LOCK_IRQSAVE
110 select ARCH_INLINE_WRITE_UNLOCK
111 select ARCH_INLINE_WRITE_UNLOCK_BH
112 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
113 select CPU_HAS_L2_PMU
114 select MSM_SPM_V1
Jeff Ohlstein569fb6e2010-08-12 13:02:56 -0700115
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800116config ARCH_MSM8960
117 bool "MSM8960"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700118 select ARCH_MSM_KRAITMP
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800119 select ARM_GIC
120 select CPU_V7
121 select MSM_V2_TLMM
122 select MSM_GPIOMUX
123 select MSM_SCM if SMP
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700124 select MSM_DIRECT_SCLK_ACCESS
125 select REGULATOR
126 select MSM_RPM
127 select MSM_XO
128 select MSM_QDSP6_APR
129 select MSM_PIL
130 select MSM_AUDIO_QDSP6 if SND_SOC
131 select CPU_HAS_L2_PMU
132 select MSM_SPM_V2
133 select MSM_L2_SPM
134 select MSM_NATIVE_RESTART
Zhoulu Luoca2a0442011-09-30 18:32:50 -0700135 select DONT_MAP_HOLE_AFTER_MEMBANK0
Eric Holmbergeab10732011-09-23 19:44:43 -0600136 select MSM_REMOTE_SPINLOCK_SFPB
Larry Basself74479e2011-09-08 11:07:52 -0700137 select ARCH_POPULATES_NODE_MAP
138 select ARCH_SPARSEMEM_ENABLE
139 select ARCH_HAS_HOLES_MEMORYMODEL
140 select MEMORY_HOTPLUG
141 select MEMORY_HOTREMOVE
142 select MIGRATION
143 select ARCH_MEMORY_PROBE
144 select ARCH_MEMORY_REMOVE
145 select DONT_RESERVE_FROM_MOVABLE_ZONE
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700146
147config ARCH_APQ8064
148 bool "APQ8064"
149 select ARCH_MSM_KRAITMP
Stepan Moskovchenkod256ddf2011-09-08 12:34:46 -0700150 select MACH_APQ8064_SIM if !MACH_APQ8064_RUMI3
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700151 select MSM_V2_TLMM
152 select ARM_GIC
153 select CPU_V7
154 select MSM_SCM if SMP
Joel King4ebccc62011-07-22 09:43:22 -0700155 select MSM_GPIOMUX
Eric Holmberg40d21882011-09-27 09:42:03 -0600156 select MSM_REMOTE_SPINLOCK_SFPB
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700157
158config ARCH_FSM9XXX
159 bool "FSM9XXX"
160 select ARCH_MSM_SCORPION
161 select MSM_VIC
162 select CPU_V7
163 select MSM_REMOTE_SPINLOCK_LDREX
164 select FSM9XXX_TLMM
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800165
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700166config ARCH_MSM9615
167 bool "MSM9615"
168 select ARM_GIC
169 select ARCH_MSM_CORTEX_A5
170 select CPU_V7
171 select MSM_V2_TLMM
172 select MSM_GPIOMUX
Praveen Chidambaramab3b1c42011-08-25 08:44:05 -0600173 select MSM_RPM
Maheshkumar Sivasubramanian738b4582011-09-06 17:26:24 -0600174 select MSM_SPM_V2
Rohit Vaswanif688fa62011-10-13 18:13:10 -0700175 select MSM_NATIVE_RESTART
Stepan Moskovchenko1cd286f2011-08-03 19:03:02 -0700176endmenu
Daniel Walkerbf83de42010-03-16 16:29:44 -0700177
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700178choice
179 prompt "MSM SoC Revision"
180 default MSM_SOC_REV_NONE
181config MSM_SOC_REV_NONE
182 bool "N/A"
183 select EMULATE_DOMAIN_MANAGER_V7 if ARCH_QSD8X50
184 select VERIFY_PERMISSION_FAULT if ARCH_QSD8X50
Daniel Walker4ad15e62010-05-06 13:54:17 -0700185config MSM_SOC_REV_A
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700186 bool "Rev. A"
187 select ARCH_MSM7X27A if ARCH_MSM7X27
188endchoice
Daniel Walker4ad15e62010-05-06 13:54:17 -0700189
Stepan Moskovchenko00da0742011-07-08 14:06:44 -0700190config MSM_KRAIT_TBB_ABORT_HANDLER
191 bool "Krait TBB/TBH data abort handler"
192 depends on ARCH_MSM_KRAIT
193 depends on ARM_THUMB
194 help
195 Certain early samples of the Krait processor may generate data
196 aborts for TBB / TBH instructions that fail their condition code
197 checks. Enabling this option will ignore these erroneous data aborts,
198 at the expense of a very small performance penalty.
199
200 If unsure, say N.
201
Daniel Walker4ad15e62010-05-06 13:54:17 -0700202config ARCH_MSM_ARM11
203 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700204
Daniel Walker4ad15e62010-05-06 13:54:17 -0700205config ARCH_MSM_SCORPION
Daniel Walkerbf83de42010-03-16 16:29:44 -0700206 bool
207
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700208config ARCH_MSM_KRAIT
Daniel Walker46fe5f22010-08-18 11:00:25 -0700209 bool
210
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700211config MSM_SMP
212 bool
213
214config ARCH_MSM_SCORPIONMP
215 select ARCH_MSM_SCORPION
216 select MSM_SMP
217 bool
218
219config ARCH_MSM_KRAITMP
220 select ARCH_MSM_KRAIT
221 select MSM_SMP
222 bool
223
224config ARCH_MSM_CORTEX_A5
225 bool
226 select HAVE_HW_BRKPT_RESERVED_RW_ACCESS
227
228config ARCH_MSM7X27A
229 bool
230 select MSM_DALRPC
Justin Pauporeb3a33b72011-08-23 15:30:32 -0700231 select MSM_PROC_COMM_REGULATOR
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700232
Gregory Beanf9f3d312010-04-30 22:06:50 -0700233config MSM_VIC
234 bool
Daniel Walkerbf83de42010-03-16 16:29:44 -0700235
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700236config MSM_RPM
237 bool "Resource Power Manager"
238 select MSM_MPM
239
240config MSM_MPM
241 bool "Modem Power Manager"
242
243config MSM_XO
244 bool
245
246config MSM_REMOTE_SPINLOCK_DEKKERS
247 bool
248config MSM_REMOTE_SPINLOCK_SWP
249 bool
250config MSM_REMOTE_SPINLOCK_LDREX
251 bool
Eric Holmbergeab10732011-09-23 19:44:43 -0600252config MSM_REMOTE_SPINLOCK_SFPB
253 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700254config MSM_ADM3
255 bool
256
257menu "MSM Board Selection"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700258
259config MACH_HALIBUT
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700260 depends on ARCH_MSM7X01A
261 depends on MSM_STACKED_MEMORY
262 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700263 bool "Halibut Board (QCT SURF7201A)"
264 help
265 Support for the Qualcomm SURF7201A eval board.
266
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700267config MACH_MSM7201A_SURF
268 depends on ARCH_MSM7X01A
269 depends on MSM_STACKED_MEMORY
270 default y
271 bool "MSM7201A SURF"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700272 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700273 Support for the Qualcomm MSM7201A SURF eval board.
274
275config MACH_MSM7201A_FFA
276 depends on ARCH_MSM7X01A
277 depends on MSM_STACKED_MEMORY
278 default y
279 bool "MSM7201A FFA"
280 help
281 Support for the Qualcomm MSM7201A FFA eval board.
282
283config MACH_TROUT
284 depends on ARCH_MSM7X01A
285 depends on MSM_STACKED_MEMORY
286 default y
287 bool "Trout"
288
289config MACH_MSM7X27_SURF
290 depends on ARCH_MSM7X27
291 depends on !MSM_STACKED_MEMORY
292 default y
293 bool "MSM7x27 SURF"
294 help
295 Support for the Qualcomm MSM7x27 SURF eval board.
296
297config MACH_MSM7X27_FFA
298 depends on ARCH_MSM7X27
299 depends on !MSM_STACKED_MEMORY
300 default y
301 bool "MSM7x27 FFA"
302 help
303 Support for the Qualcomm MSM7x27 FFA eval board.
304
305config MACH_MSM7X27A_RUMI3
306 depends on ARCH_MSM7X27A
307 depends on !MSM_STACKED_MEMORY
308 default y
309 bool "MSM7x27A RUMI3"
310 help
311 Support for the Qualcomm MSM7x27A RUMI3 Emulation Platform.
312
313config MACH_MSM7X27A_SURF
314 depends on ARCH_MSM7X27A
315 depends on !MSM_STACKED_MEMORY
316 default y
317 bool "MSM7x27A SURF"
318 help
319 Support for the Qualcomm MSM7x27A SURF.
320
321config MACH_MSM7X27A_FFA
322 depends on ARCH_MSM7X27A
323 depends on !MSM_STACKED_MEMORY
324 default y
325 bool "MSM7x27A FFA"
326 help
327 Support for the Qualcomm MSM7x27A FFA.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700328
Trilok Soni3d0f6c52011-07-26 16:06:58 +0530329config MACH_MSM7625A_SURF
330 depends on ARCH_MSM7X27A
331 depends on !MSM_STACKED_MEMORY
332 default y
333 bool "MSM7625A SURF"
334 help
335 Support for the Qualcomm MSM7625A SURF.
336
337config MACH_MSM7625A_FFA
338 depends on ARCH_MSM7X27A
339 depends on !MSM_STACKED_MEMORY
340 default y
341 bool "MSM7625A FFA"
342 help
343 Support for the Qualcomm MSM7625A FFA.
344
Taniya Dasc98bfbc2011-08-23 09:58:55 +0530345config MACH_MSM7627A_QRD1
346 depends on ARCH_MSM7X27A
347 depends on !MSM_STACKED_MEMORY
348 default y
349 bool "MSM7627A QRD1"
350 help
351 Support for the Qualcomm MSM7627A Refrence Design.
352
Daniel Walker7b521612010-05-06 12:44:57 -0700353config MACH_MSM7X30_SURF
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700354 depends on ARCH_MSM7X30
355 depends on !MSM_STACKED_MEMORY
356 default y
357 bool "MSM7x30 SURF"
358 help
359 Support for the Qualcomm MSM7x30 SURF eval board.
360
361config MACH_MSM7X30_FFA
362 depends on ARCH_MSM7X30
363 depends on !MSM_STACKED_MEMORY
364 default y
365 bool "MSM7x30 FFA"
366 help
367 Support for the Qualcomm MSM7x30 FFA eval board.
368
369config MACH_MSM7X30_FLUID
370 depends on ARCH_MSM7X30
371 depends on !MSM_STACKED_MEMORY
372 default y
373 bool "MSM7x30 FLUID"
374 help
375 Support for the Qualcomm MSM7x30 FLUID eval board.
376
377config MACH_SAPPHIRE
378 depends on ARCH_MSM7X01A
379 default n
380 bool "Sapphire"
Daniel Walker7b521612010-05-06 12:44:57 -0700381
Daniel Walker4ad15e62010-05-06 13:54:17 -0700382config MACH_QSD8X50_SURF
383 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700384 depends on MSM_SOC_REV_NONE
385 depends on MSM_STACKED_MEMORY
386 default y
Daniel Walker4ad15e62010-05-06 13:54:17 -0700387 bool "QSD8x50 SURF"
388 help
389 Support for the Qualcomm QSD8x50 SURF eval board.
390
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700391config MACH_QSD8X50_FFA
Daniel Walker4ad15e62010-05-06 13:54:17 -0700392 depends on ARCH_QSD8X50
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700393 depends on MSM_SOC_REV_NONE
394 depends on MSM_STACKED_MEMORY
395 default y
396 bool "QSD8x50 FFA"
Daniel Walker4ad15e62010-05-06 13:54:17 -0700397 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700398 Support for the Qualcomm QSD8x50 FFA eval board.
399
400config MACH_MSM7X25_SURF
401 depends on ARCH_MSM7X25
402 depends on !MSM_STACKED_MEMORY
403 default y
404 bool "MSM7x25 SURF"
405 help
406 Support for the Qualcomm MSM7x25 SURF eval board.
407
408config MACH_MSM7X25_FFA
409 depends on ARCH_MSM7X25
410 depends on !MSM_STACKED_MEMORY
411 default y
412 bool "MSM7x25 FFA"
413 help
414 Support for the Qualcomm MSM7x25 FFA eval board.
415
416config MACH_MSM8X55_SURF
417 depends on ARCH_MSM7X30
418 depends on !MSM_STACKED_MEMORY
419 default y
420 bool "MSM8X55 SURF"
421 help
422 Support for the Qualcomm MSM8x55 SURF eval board.
423
424config MACH_MSM8X55_FFA
425 depends on ARCH_MSM7X30
426 depends on !MSM_STACKED_MEMORY
427 default y
428 bool "MSM8X55 FFA"
429 help
430 Support for the Qualcomm MSM8x55 FFA eval board.
431
432config MACH_MSM8X55_SVLTE_FFA
433 depends on ARCH_MSM7X30
434 depends on !MSM_STACKED_MEMORY
435 default y
436 bool "MSM8X55 SVLTE FFA"
437 help
438 Support for the Qualcomm MSM8x55 SVLTE FFA eval board.
439
440config MACH_MSM8X55_SVLTE_SURF
441 depends on ARCH_MSM7X30
442 depends on !MSM_STACKED_MEMORY
443 default y
444 bool "MSM8X55 SVLTE SURF"
445 help
446 Support for the Qualcomm MSM8x55 SVLTE SURF eval board.
Daniel Walker4ad15e62010-05-06 13:54:17 -0700447
Steve Mucklea55df6e2010-01-07 12:43:24 -0800448config MACH_MSM8X60_RUMI3
449 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700450 default n
Steve Mucklea55df6e2010-01-07 12:43:24 -0800451 bool "MSM8x60 RUMI3"
452 help
453 Support for the Qualcomm MSM8x60 RUMI3 emulator.
454
Steve Muckle57bbf1c2010-01-07 12:51:10 -0800455config MACH_MSM8X60_SIM
456 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700457 default n
Steve Muckle57bbf1c2010-01-07 12:51:10 -0800458 bool "MSM8x60 Simulator"
459 help
460 Support for the Qualcomm MSM8x60 simulator.
461
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700462config MACH_MSM8X60_SURF
463 depends on ARCH_MSM8X60
464 default n
465 bool "MSM8x60 SURF"
466 help
467 Support for the Qualcomm MSM8x60 SURF eval board.
468
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700469config MACH_MSM8X60_FFA
470 depends on ARCH_MSM8X60
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700471 default n
Gregory Bean69b7f6f2010-04-04 22:29:02 -0700472 bool "MSM8x60 FFA"
473 help
474 Support for the Qualcomm MSM8x60 FFA eval board.
475
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700476config MACH_MSM8X60_FLUID
477 depends on ARCH_MSM8X60
478 default n
479 bool "MSM8x60 FLUID"
480 help
481 Support for the Qualcomm MSM8x60 FLUID platform. The FLUID is an
482 8x60 target which has a form factor that is much closer to that
483 of a phone than other targets. It also has a new display and
484 touchscreen controller.
485
486config MACH_MSM8X60_FUSION
487 depends on ARCH_MSM8X60
488 default n
489 bool "MSM8x60 FUSION"
490 help
491 Support for the Qualcomm MSM8x60 Fusion SURF device.
492
493config MACH_MSM8X60_FUSN_FFA
494 depends on ARCH_MSM8X60
495 default n
496 bool "MSM8x60 FUSN FFA"
497 help
498 Support for the Qualcomm MSM8x60 Fusion FFA device.
499
Zhang Chang Kenef05b172011-07-27 15:28:13 -0400500config MACH_MSM8X60_DRAGON
501 depends on ARCH_MSM8X60
502 default n
503 bool "MSM8x60 DRAGON"
504 help
505 Support for the Qualcomm MSM8x60 Dragon board.
506
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -0800507config MACH_MSM8960_SIM
508 depends on ARCH_MSM8960
509 bool "MSM8960 Simulator"
510 help
511 Support for the Qualcomm MSM8960 simulator.
512
Stepan Moskovchenko50ede4e2010-12-13 18:12:19 -0800513config MACH_MSM8960_RUMI3
514 depends on ARCH_MSM8960
515 bool "MSM8960 RUMI3"
516 help
517 Support for the Qualcomm MSM8960 RUMI3 emulator.
518
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700519config MACH_MSM8960_CDP
520 depends on ARCH_MSM8960
521 bool "MSM8960 CDP"
522 help
523 Support for the Qualcomm MSM8960 CDP device.
524
525config MACH_MSM8960_MTP
526 depends on ARCH_MSM8960
527 bool "MSM8960 MTP"
528 help
529 Support for the Qualcomm MSM8960 MTP device.
530
531config MACH_MSM8960_FLUID
532 depends on ARCH_MSM8960
533 bool "MSM8960 FLUID"
534 help
535 Support for the Qualcomm MSM8960 FLUID device.
536
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +0300537config MACH_MSM8960_LIQUID
538 depends on ARCH_MSM8960
539 bool "MSM8960 LIQUID"
540 help
541 Support for the Qualcomm MSM8960 LIQUID device.
542
Rohit Vaswania8e7a832011-09-28 21:00:05 -0700543config MACH_MSM9615_CDP
544 depends on ARCH_MSM9615
545 bool "MSM9615 CDP"
546 help
547 Support for the Qualcomm MSM9615 CDP device.
548
549config MACH_MSM9615_MTP
550 depends on ARCH_MSM9615
551 bool "MSM9615 MTP"
552 help
553 Support for the Qualcomm MSM9615 MTP device.
554
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700555config MSM_USE_TSIF1
556 depends on ARCH_MSM8X60
557 bool "MSM8x60 use TSIF1"
558 help
559 Selects TSIF1 core to be used rather than TSIF0.
560 The two TSIF cores share the same DM configuration
561 so they cannot be used simultaneously.
562
563config MACH_APQ8064_SIM
564 depends on ARCH_APQ8064
565 bool "APQ8064 Simulator"
566 help
567 Support for the Qualcomm APQ8064 simulator.
568
Stepan Moskovchenkod256ddf2011-09-08 12:34:46 -0700569config MACH_APQ8064_RUMI3
570 depends on ARCH_APQ8064
571 bool "APQ8064 RUMI3"
572 help
573 Support for the Qualcomm APQ8064 RUMI3 emulator.
574
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700575config MACH_FSM9XXX_SURF
576 depends on ARCH_FSM9XXX
577 depends on !MSM_STACKED_MEMORY
578 default y
579 bool "FSM9XXX SURF"
580 help
581 Support for the Qualcomm FSM9xxx femtocell
582 chipset based SURF evaluation board and
583 FFA board.
584
Daniel Walker4ad15e62010-05-06 13:54:17 -0700585endmenu
Brian Swetland9e73c842007-11-26 04:12:13 -0800586
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700587config MSM_STACKED_MEMORY
588 bool "Stacked Memory"
589 default y
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800590 help
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700591 This option is used to indicate the presence of on-die stacked
592 memory. When present this memory bank is used for a high speed
593 shared memory interface. When not present regular RAM is used.
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800594
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700595config PHYS_OFFSET
596 hex
Rohit Vaswaniddeb52a2011-08-16 12:26:32 -0700597 default "0x40800000" if ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700598 default "0x80200000" if ARCH_APQ8064
599 default "0x80200000" if ARCH_MSM8960
600 default "0x10000000" if ARCH_FSM9XXX
601 default "0x00200000" if !MSM_STACKED_MEMORY
602 default "0x00000000" if ARCH_QSD8X50 && MSM_SOC_REV_A
603 default "0x20000000" if ARCH_QSD8X50
604 default "0x40200000" if ARCH_MSM8X60
605 default "0x10000000"
Stepan Moskovchenko24f61732011-02-11 12:28:16 -0800606
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700607config KERNEL_PMEM_EBI_REGION
608 bool "Enable in-kernel PMEM region for EBI"
609 default y if ARCH_MSM8X60
610 depends on ANDROID_PMEM && (ARCH_MSM8X60 || ARCH_MSM8960)
611 help
612 Enable the in-kernel PMEM allocator to use EBI memory.
613
614config KERNEL_PMEM_SMI_REGION
615 bool "Enable in-kernel PMEM region for SMI"
616 default y if ARCH_MSM8X60
617 depends on ANDROID_PMEM && ((ARCH_QSD8X50 && !PMEM_GPU0) || (ARCH_MSM8X60 && !VCM))
618 help
619 Enable the in-kernel PMEM allocator to use SMI memory.
620
621config PMEM_GPU0
622 bool "Enable PMEM GPU0 region"
623 default y
624 depends on ARCH_QSD8X50 && ANDROID_PMEM
625 help
626 Enable the PMEM GPU0 device on SMI Memory.
627
628config MSM_AMSS_VERSION
629 int
630 default 6210 if MSM_AMSS_VERSION_6210
631 default 6220 if MSM_AMSS_VERSION_6220
632 default 6225 if MSM_AMSS_VERSION_6225
633
634choice
635 prompt "AMSS modem firmware version"
636
637 default MSM_AMSS_VERSION_6225
638
639 config MSM_AMSS_VERSION_6210
640 bool "6.2.10"
641
642 config MSM_AMSS_VERSION_6220
643 bool "6.2.20"
644
645 config MSM_AMSS_VERSION_6225
646 bool "6.2.20 + New ADSP"
647endchoice
Stepan Moskovchenko2607b0a2010-11-15 17:46:10 -0800648
Pavel Machek6339f662009-11-02 11:48:29 +0100649config MSM_DEBUG_UART
650 int
651 default 1 if MSM_DEBUG_UART1
652 default 2 if MSM_DEBUG_UART2
653 default 3 if MSM_DEBUG_UART3
654
655choice
656 prompt "Debug UART"
657
658 default MSM_DEBUG_UART_NONE
659
660 config MSM_DEBUG_UART_NONE
661 bool "None"
662
663 config MSM_DEBUG_UART1
664 bool "UART1"
665
666 config MSM_DEBUG_UART2
667 bool "UART2"
668
669 config MSM_DEBUG_UART3
670 bool "UART3"
671endchoice
672
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700673choice
674 prompt "Default Timer"
675 default MSM7X00A_USE_GP_TIMER
676
677 config MSM7X00A_USE_GP_TIMER
678 bool "GP Timer"
679 help
680 Low resolution timer that allows power collapse from idle.
681
682 config MSM7X00A_USE_DG_TIMER
683 bool "DG Timer"
684 help
685 High resolution timer.
686endchoice
687
688choice
689 prompt "Suspend sleep mode"
690 default MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
691 help
692 Allows overriding the sleep mode used. Leave at power
693 collapse suspend unless the arm9 image has problems.
694
695 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
696 bool "Power collapse suspend"
697 help
698 Lowest sleep state. Returns through reset vector.
699
700 config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
701 bool "Power collapse"
702 help
703 Sleep state that returns through reset vector.
704
705 config MSM7X00A_SLEEP_MODE_APPS_SLEEP
706 bool "Apps Sleep"
707
708 config MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
709 bool "Ramp down cpu clock and wait for interrupt"
710
711 config MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
712 bool "Wait for interrupt"
713endchoice
714
715config MSM7X00A_SLEEP_MODE
716 int
717 default 0 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
718 default 1 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE
719 default 2 if MSM7X00A_SLEEP_MODE_APPS_SLEEP
720 default 3 if MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
721 default 4 if MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT
722
723choice
724 prompt "Idle sleep mode"
725 default MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
726 help
727 Allows overriding the sleep mode used from idle. Leave at power
728 collapse suspend unless the arm9 image has problems.
729
730 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
731 bool "Power collapse suspend"
732 help
733 Lowest sleep state. Returns through reset vector.
734
735 config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
736 bool "Power collapse"
737 help
738 Sleep state that returns through reset vector.
739
740 config MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
741 bool "Apps Sleep"
742
743 config MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
744 bool "Ramp down cpu clock and wait for interrupt"
745
746 config MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
747 bool "Wait for interrupt"
748endchoice
749
750config MSM7X00A_IDLE_SLEEP_MODE
751 int
752 default 0 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND
753 default 1 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE
754 default 2 if MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP
755 default 3 if MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT
756 default 4 if MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT
757
758config MSM7X00A_IDLE_SLEEP_MIN_TIME
759 int "Minimum idle time before sleep"
760 default 20000000
761 help
762 Minimum idle time in nanoseconds before entering low power mode.
763
764config MSM7X00A_IDLE_SPIN_TIME
765 int "Idle spin time before cpu ramp down"
766 default 80000
767 help
768 Spin time in nanoseconds before ramping down cpu clock and entering
769 any low power state.
770
771menuconfig MSM_IDLE_STATS
772 bool "Collect idle statistics"
773 default y
774 help
775 Collect idle statistics and export them in proc/msm_pm_stats.
776
777if MSM_IDLE_STATS
778
779config MSM_IDLE_STATS_FIRST_BUCKET
780 int "First bucket time"
781 default 62500
782 help
783 Upper time limit in nanoseconds of first bucket.
784
785config MSM_IDLE_STATS_BUCKET_SHIFT
786 int "Bucket shift"
787 default 2
788
789config MSM_IDLE_STATS_BUCKET_COUNT
790 int "Bucket count"
791 default 10
792
793config MSM_SUSPEND_STATS_FIRST_BUCKET
794 int "First bucket time for suspend"
795 default 1000000000
796 help
797 Upper time limit in nanoseconds of first bucket of the
798 histogram. This is for collecting statistics on suspend.
799
800endif # MSM_IDLE_STATS
801
802config CPU_HAS_L2_PMU
803 bool "L2CC PMU Support"
804 help
805 Select this if the L2 cache controller has a Performance Monitoring Unit.
806
807config MSM_JTAG_V7
808 depends on CPU_V7
809 default y if DEBUG_KERNEL
810 bool "JTAG debug support"
811 help
812 Add additional support for JTAG kernel debugging.
813
814config HTC_HEADSET
815 tristate "HTC 2 Wire detection driver"
816 default n
817 help
818 Provides support for detecting HTC 2 wire devices, such as wired
819 headset, on the trout platform. Can be used with the msm serial
820 debugger, but not with serial console.
821
822config TROUT_BATTCHG
823 depends on MACH_TROUT && POWER_SUPPLY
824 default y
825 bool "Trout battery / charger driver"
826
827config HTC_PWRSINK
828 depends on MSM_SMD
829 default n
830 bool "HTC Power Sink Driver"
831
832config QSD_SVS
833 bool "QSD Static Voltage Scaling"
834 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
835 default y
836 select TPS65023
837 help
838 Enables static voltage scaling using the TPS65023 PMIC.
839
840config QSD_PMIC_DEFAULT_DCDC1
841 int "PMIC default output voltage"
842 depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA)
843 default 1250
844 help
845 This is the PMIC voltage at Linux kernel boot.
846
847config MSM_FIQ_SUPPORT
848 default y
849 bool "Enable installation of an FIQ handler."
850
851config MSM_SERIAL_DEBUGGER
852 select MSM_FIQ_SUPPORT
853 select KERNEL_DEBUGGER_CORE
854 default n
855 bool "FIQ Mode Serial Debugger"
856 help
857 The FIQ serial debugger can accept commands even when the
858 kernel is unresponsive due to being stuck with interrupts
859 disabled. Depends on the kernel debugger core in drivers/misc.
860
861config MSM_SERIAL_DEBUGGER_CONSOLE
862 depends on MSM_SERIAL_DEBUGGER
863 default n
864 bool "Console on FIQ Serial Debugger port"
865 help
866 Enables a console so that printk messages are displayed on
867 the debugger serial port as the occur.
Daniel Walkerbf83de42010-03-16 16:29:44 -0700868
Steve Mucklec8aabae2010-04-21 16:20:27 -0700869config MSM_PROC_COMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700870 default y
871 bool "Proc-Comm RPC Interface"
872 help
873 Enables a lightweight communications interface to the
874 baseband processor.
Steve Mucklec8aabae2010-04-21 16:20:27 -0700875
Brian Swetland2eb44eb2008-09-29 16:00:48 -0700876config MSM_SMD
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700877 bool "MSM Shared Memory Driver (SMD)"
878 help
879 Support for the shared memory interface between the apps
880 processor and the baseband processor. Provides access to
881 the "shared heap", as well as virtual serial channels
882 used to communicate with various services on the baseband
883 processor.
884
885choice
886 prompt "MSM Shared memory interface version"
887 depends on MSM_SMD
888 default MSM_SMD_PKG3 if ARCH_MSM_ARM11
889 default MSM_SMD_PKG4 if ARCH_MSM_SCORPION
890
891 config MSM_SMD_PKG3
892 bool
893 prompt "Package 3"
894
895 config MSM_SMD_PKG4
896 bool
897 prompt "Package 4"
898endchoice
899
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700900config MSM_RPC_SDIO_XPRT
901 depends on MSM_SDIO_AL
902 default y
903 bool "MSM SDIO XPRT Layer"
904 help
905 SDIO Transport Layer for RPC Rouer
906
907config MSM_RPC_SDIO_DEBUG
908 depends on MSM_RPC_SDIO_XPRT
909 default y
910 bool "MSM SDIO XPRT debug support"
911 help
912 Support for debugging SDIO XPRT
913
914config MSM_SMD_DEBUG
915 depends on MSM_SMD
916 default y
917 bool "MSM SMD debug support"
918 help
919 Support for debugging the SMD for communication
920 between the ARM9 and ARM11
921
922config MSM_SDIO_AL
923 depends on ((ARCH_MSM7X30 || MACH_MSM8X60_FUSN_FFA || MACH_TYPE_MSM8X60_FUSION) && HAS_WAKELOCK)
924 default y
925 tristate "SDIO-Abstraction-Layer"
926 help
927 Support MSM<->MDM Communication over SDIO bus.
928 MDM SDIO-Client should have pipes support.
929
930config MSM_SDIO_DMUX
931 bool "SDIO Data Mux Driver"
932 depends on MSM_SDIO_AL
933 default n
934 help
935 Support Muxed Data Channels over SDIO interface.
936
937config MSM_BAM_DMUX
938 bool "BAM Data Mux Driver"
939 depends on SPS
940 default n
941 help
942 Support Muxed Data Channels over BAM interface.
943 BAM has a limited number of pipes. This driver
944 provides a means to support more logical channels
945 via muxing than BAM could without muxing.
946
947config MSM_N_WAY_SMD
Jeff Hugo56b933a2011-09-28 14:42:05 -0600948 depends on (MSM_SMD && (ARCH_MSM_SCORPION || ARCH_MSM8960 || ARCH_MSM7X27 || ARCH_MSM7X25 || ARCH_MSM9615))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700949 default y
950 bool "MSM N-WAY SMD support"
951 help
952 Supports APPS-QDSP SMD communication along with
953 normal APPS-MODEM SMD communication.
954
955config MSM_N_WAY_SMSM
Jeff Hugo56b933a2011-09-28 14:42:05 -0600956 depends on (MSM_SMD && (ARCH_MSM_SCORPION || ARCH_MSM8960 || ARCH_MSM7X27 || ARCH_MSM7X25 || ARCH_MSM9615))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700957 default y
958 bool "MSM N-WAY SMSM support"
959 help
960 Supports APPS-QDSP SMSM communication along with
961 normal APPS-MODEM SMSM communication.
962
963config MSM_RESET_MODEM
964 tristate "Reset Modem Driver"
965 depends on MSM_SMD
966 default m
967 help
968 Allows the user to reset the modem through a device node.
969
970config MSM_SMD_LOGGING
971 depends on MSM_SMD
972 default y
973 bool "MSM Shared Memory Logger"
974 help
975 This option exposes the shared memory logger at /dev/smem_log
976 and a debugfs node named smem_log.
977
978 If in doubt, say yes.
979
980config MSM_SMD_NMEA
981 bool "NMEA GPS Driver"
982 depends on MSM_SMD
983 default y
984 help
985 Enable this to support the NMEA GPS device.
986
987 If in doubt, say yes.
988
989config MSM_SDIO_TTY
990 bool "SDIO TTY Driver"
991 depends on MSM_SDIO_AL
992 default n
993 help
994 Provides a TTY driver SDIO TTY
995 This driver can be used by user space
996 applications for passing data through the
997 SDIO interface.
998
999config MSM_SMD_TTY
1000 bool "SMD TTY Driver"
1001 depends on MSM_SMD
1002 default y
1003 help
1004 Provides TTY interfaces to interact with the modem.
1005
1006 If in doubt, say yes.
1007
1008config MSM_SMD_QMI
1009 bool "SMD QMI Driver"
1010 depends on MSM_SMD
1011 default y
1012 help
1013 Manages network data connections.
1014
1015 If in doubt, say yes.
1016
1017config MSM_SMD_PKT
1018 bool "SMD Packet Driver"
1019 depends on MSM_SMD
1020 default y
1021 help
1022 Provides a binary SMD non-muxed packet port interface.
1023
1024 If in doubt, say yes.
1025
1026config MSM_SDIO_CMUX
1027 bool "SDIO CMUX Driver"
1028 depends on MSM_SDIO_AL
1029 default n
1030 help
1031 Provides a Muxed port interface over SDIO QMI
1032
1033config MSM_DSPS
1034 bool "Sensors DSPS driver"
1035 depends on (MSM_PIL && (ARCH_MSM8X60 || ARCH_MSM8960))
1036 default n
1037 help
1038 Provides user-space interface to the sensors manager
1039 to turn on/off the Sensors Processor system clocks.
1040 It is the DSPS responsibility to turn on/off the sensors
1041 themself.
1042 The number of clocks and their name may vary between targets.
1043 It also triggers the PIL to load the DSPS firmware.
1044
1045config MSM_SDIO_CTL
1046 bool "SDIO CTL Driver"
1047 depends on MSM_SDIO_CMUX
1048 default n
1049 help
1050 Provides a binary SDIO control port interface.
1051
1052config MSM_ONCRPCROUTER
1053 depends on MSM_SMD
1054 default n
1055 bool "MSM ONCRPC router support"
1056 help
1057 Support for the MSM ONCRPC router for communication between
1058 the ARM9 and ARM11
1059
1060config MSM_IPC_ROUTER
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001061 depends on NET
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001062 default n
1063 bool "MSM IPC Router support"
1064 help
1065 Support for the MSM IPC Router for communication between
1066 the APPs and the MODEM
1067
Karthikeyan Ramasubramanianda45b432011-09-23 14:39:30 -06001068config MSM_IPC_ROUTER_SMD_XPRT
1069 depends on MSM_SMD
1070 depends on MSM_IPC_ROUTER
1071 default n
1072 bool "MSM SMD XPRT Layer"
1073 help
1074 SMD Transport Layer for IPC Router
1075
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001076config MSM_ONCRPCROUTER_DEBUG
1077 depends on MSM_ONCRPCROUTER
1078 default y
1079 bool "MSM debug ONCRPC router support"
1080 help
1081 Support for debugging the ONCRPC router for communication
1082 between the ARM9 and ARM11
1083
1084config MSM_RPC_LOOPBACK_XPRT
1085 depends on MSM_ONCRPCROUTER
1086 default n
1087 bool "MSM RPC local routing support"
1088 help
1089 Support for routing RPC messages between APPS clients
1090 and APPS servers. Helps in testing APPS RPC framework.
1091
1092config MSM_RPCSERVER_TIME_REMOTE
1093 depends on MSM_ONCRPCROUTER && RTC_HCTOSYS
1094 default y
1095 bool "Time remote RPC server"
1096 help
1097 The time remote server receives notification of time bases and
1098 reports these events to registered callback functions.
1099
1100config MSM_RPCSERVER_WATCHDOG
1101 depends on MSM_ONCRPCROUTER
1102 default y
1103 bool "Watchdog RPC server"
1104 help
1105 The dog_keepalive server handles watchdog events.
1106
1107config MSM_RPC_WATCHDOG
1108 depends on MSM_ONCRPCROUTER
1109 default n
1110 bool "Watchdog RPC client"
1111 help
1112 The dog_keepalive client module.
1113
1114config MSM_RPC_PING
1115 depends on MSM_ONCRPCROUTER && DEBUG_FS
1116 default m
1117 bool "MSM rpc ping"
1118 help
1119 Implements MSM rpc ping test module.
1120
1121config MSM_RPC_PROC_COMM_TEST
1122 depends on DEBUG_FS && MSM_PROC_COMM
1123 default m
1124 bool "MSM rpc proc comm test"
1125 help
1126 Implements MSM rpc proc comm test module.
1127
1128config MSM_RPC_OEM_RAPI
1129 depends on MSM_ONCRPCROUTER
1130 default m
1131 bool "MSM oem rapi"
1132 help
1133 Implements MSM oem rapi client module.
1134
1135config MSM_RPCSERVER_HANDSET
1136 depends on MSM_ONCRPCROUTER
1137 default y
1138 bool "Handset events RPC server"
1139 help
1140 Support for receiving handset events like headset detect,
1141 headset switch and clamshell state.
1142
1143config MSM_RMT_STORAGE_CLIENT
1144 depends on (ARCH_MSM && MSM_ONCRPCROUTER)
1145 default n
1146 bool "Remote Storage RPC client"
1147 help
1148 Provide RPC mechanism for remote processors to access storage
1149 device on apps processor.
1150
1151config MSM_RMT_STORAGE_CLIENT_STATS
1152 depends on (MSM_RMT_STORAGE_CLIENT && DEBUG_FS)
1153 default n
1154 bool "Remote storage RPC client performance statistics"
1155 help
1156 Collects performance statistics and shows this information
1157 through a debugfs file rmt_storage_stats.
1158
1159config MSM_SDIO_SMEM
1160 depends on MSM_SDIO_AL
1161 default n
1162 bool "SDIO SMEM for remote storage"
1163 help
1164 Copies data from remote MDM9K memory to local MSM8x60
1165 memory. Used by remote storage client to shadow
1166 MDM9K filesystem.
1167
1168config MSM_DALRPC
1169 bool "DAL RPC support"
1170 depends on ARCH_MSM_SCORPION || ARCH_MSM_KRAIT
1171 default y
1172 help
1173 Supports RPC calls to DAL devices on remote processor cores.
1174
1175config MSM_DALRPC_TEST
1176 tristate "DAL RPC test module"
1177 depends on (MSM_DALRPC && DEBUG_FS)
1178 default m
1179 help
1180 Exercises DAL RPC calls to QDSP6.
1181
1182if CPU_FREQ_MSM
1183
1184config MSM_CPU_FREQ_SET_MIN_MAX
1185 bool "Set Min/Max CPU frequencies."
1186 default n
1187 help
1188 Allow setting min and max CPU frequencies. Sysfs can be used
1189 to override these values.
1190
1191config MSM_CPU_FREQ_MAX
1192 int "Max CPU Frequency"
1193 depends on MSM_CPU_FREQ_SET_MIN_MAX
1194 default 384000
1195
1196config MSM_CPU_FREQ_MIN
1197 int "Min CPU Frequency"
1198 depends on MSM_CPU_FREQ_SET_MIN_MAX
1199 default 245760
1200
1201endif # CPU_FREQ_MSM
1202
1203config MSM_CPU_AVS
1204 bool "Enable software controlled Adaptive Voltage Scaling (AVS)"
1205 depends on (ARCH_MSM_SCORPION && QSD_SVS)
1206 depends on ARCH_QSD8X50
1207 default n
1208 select MSM_AVS_HW
1209 help
1210 This enables the s/w control of Adaptive Voltage Scaling feature
1211 in Qualcomm ARMv7 CPUs. It adjusts the voltage for each frequency
1212 based on feedback from three ring oscillators in the CPU.
1213
1214config MSM_AVS_HW
1215 bool "Enable Adaptive Voltage Scaling (AVS)"
1216 default n
1217 help
1218 Enable AVS hardware to fine tune voltage at each frequency. The
1219 AVS hardware blocks associated with each Qualcomm ARMv7 cores can
1220 fine tune the voltages based on the feedback from the ring
1221 oscillators.
1222
1223config MSM_HW3D
1224 tristate "MSM Hardware 3D Register Driver"
1225 depends on ANDROID_PMEM
1226 default y
1227 help
1228 Provides access to registers needed by the userspace OpenGL|ES
1229 library.
1230
1231config MSM_ADSP
1232 depends on (ARCH_MSM7X01A || ARCH_MSM7X25 || ARCH_MSM7X27)
1233 tristate "MSM ADSP driver"
1234 depends on ANDROID_PMEM
1235 default y
1236 help
1237 Provides access to registers needed by the userspace aDSP library.
1238
1239config ADSP_RPC_VER
1240 hex
1241 default 0x30002 if (ARCH_MSM7X27 || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2009))
1242 default 0x30001 if (ARCH_MSM7X01A || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2008))
1243 depends on MSM_ADSP
1244 help
1245 Select proper ADSP RPC version
1246choice
1247 prompt "ADSP RPC version"
1248
1249 default AMSS_7X25_VERSION_2009
1250
1251 config AMSS_7X25_VERSION_2009
1252 bool "2.0.09"
1253
1254 config AMSS_7X25_VERSION_2008
1255 bool "2.0.08"
1256endchoice
1257
1258config MSM7KV2_AUDIO
1259 bool "MSM7K v2 audio"
1260 depends on (ARCH_MSM7X30 && ANDROID_PMEM)
1261 default y
1262 help
1263 Enables QDSP5V2-based audio drivers for audio playbacks and
1264 voice call.
1265
1266config MSM_ADSP_REPORT_EVENTS
1267 bool "Report modem events from the DSP"
1268 default y
1269 depends on (MSM_ADSP || MSM7KV2_AUDIO)
1270 help
1271 Normally, only messages from the aDSP are reported to userspace.
1272 With this option, we report events from the aDSP as well.
1273
1274config MSM_QDSP6
1275 tristate "QDSP6 support"
1276 depends on ARCH_QSD8X50 && ANDROID_PMEM
1277 default y
1278 help
1279 Enable support for qdsp6. This provides audio and video functionality.
1280
1281config MSM8X60_AUDIO
1282 tristate "MSM8X60 audio support"
1283 depends on ARCH_MSM8X60 && ANDROID_PMEM
1284 default y
1285 help
1286 Enable support for qdsp6v2. This provides audio functionality.
1287
1288config MSM8X60_FTM_AUDIO_DEVICES
1289 bool "MSM8X60 audio factory test mode support"
1290 depends on MSM8X60_AUDIO
1291 help
1292 Enable support audio factory test mode devices. This is used
1293 in a production line environment.
1294
Ben Romberger45b351c2011-07-20 22:37:27 -07001295config RTAC
1296 bool "MSM8K real-time audio calibration support"
1297 default y
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001298 help
Ben Romberger45b351c2011-07-20 22:37:27 -07001299 Enable support for rtac. This enables calibration during
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001300 audio operation
1301
1302config MSM7X27A_AUDIO
1303 bool "MSM7X27A audio support"
1304 depends on ARCH_MSM7X27A && MSM_ADSP
1305 default n
1306 help
1307 Enable support for 7x27a. This provides audio functionality.
1308
Justin Pauporea6cd2092011-06-22 16:19:45 -07001309config MSM_PROC_COMM_REGULATOR
1310 bool
1311 depends on MSM_PROC_COMM && REGULATOR
1312 help
1313 Enable regulator framework support for regulators managed by PMLIB
1314 on the modem, and controlled through proccomm calls.
1315
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001316config MSM_VREG_SWITCH_INVERTED
1317 bool "Reverse vreg switch polarity"
1318 default n
1319 help
1320 Reverses the enable and disable for vreg switch.
1321
1322config MSM_DMA_TEST
1323 tristate "MSM DMA test module"
1324 default m
1325 help
1326 Intended to be compiled as a module. Provides a device node
1327 and ioctls for testing the MSM dma system.
1328
1329config WIFI_CONTROL_FUNC
1330 bool "Enable WiFi control function abstraction"
1331 help
1332 Enables Power/Reset/Carddetect function abstraction
1333
1334config WIFI_MEM_PREALLOC
1335 depends on WIFI_CONTROL_FUNC
1336 bool "Preallocate memory for WiFi buffers"
1337 help
1338 Preallocates memory buffers for WiFi driver
1339
1340config QSD_AUDIO
1341 bool "QSD audio"
1342 depends on ARCH_MSM_SCORPION && MSM_DALRPC && ANDROID_PMEM && !MSM_SMP
1343 default y
1344 help
1345 Provides PCM, MP3, and AAC audio playback.
1346
1347config AUDIO_AAC_PLUS
1348 depends on (MSM_ADSP || QSD_AUDIO || MSM7KV2_AUDIO)
1349 bool "AAC+ Audio"
1350 default y
1351 help
1352 Provides AAC+ decoding
1353
1354config AUDIO_ENHANCED_AAC_PLUS
1355 depends on AUDIO_AAC_PLUS
1356 bool "Enhanced AAC+ Audio"
1357 default y
1358 help
1359 Provides Enhanced AAC+ decoding
1360
1361config SURF_FFA_GPIO_KEYPAD
1362 bool "MSM SURF/FFA GPIO keypad"
1363 depends on INPUT_GPIO = "y"
1364 default y
1365 help
1366 Select if the GPIO keypad is attached.
1367
1368config MSM_SLEEP_TIME_OVERRIDE
1369 bool "Allow overriding suspend/sleep time with PM module parameter"
1370 default y
1371 help
1372 Enable the module parameter sleep_time_override. Specified
1373 in units of seconds, it overwrites the normal sleep time of
1374 suspend. The feature is required for automated power management
1375 testing.
1376
1377config MSM_MEMORY_LOW_POWER_MODE
1378 bool "Control the low power modes of memory"
1379 default n
1380 help
1381 The application processor controls whether memory should enter
1382 which low power mode.
1383
1384choice
1385 prompt "Default Memory Low Power Mode during Idle"
1386 depends on MSM_MEMORY_LOW_POWER_MODE
1387 default MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
1388 help
1389 Selects the default low power mode of the memory during idle
1390 sleep.
1391
1392 config MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE
1393 bool "Memory active"
1394
1395 config MSM_MEMORY_LOW_POWER_MODE_IDLE_RETENTION
1396 bool "Memory in retention"
1397
1398 config MSM_MEMORY_LOW_POWER_MODE_IDLE_DEEP_POWER_DOWN
1399 bool "Memory in deep power down"
1400endchoice
1401
1402choice
1403 prompt "Default Memory Low Power Mode during Suspend"
1404 depends on MSM_MEMORY_LOW_POWER_MODE
1405 default MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
1406 help
1407 Selects the default low power mode of the memory during suspend
1408 sleep.
1409
1410 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE
1411 bool "Memory active"
1412
1413 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_RETENTION
1414 bool "Memory in retention"
1415
1416 config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_DEEP_POWER_DOWN
1417 bool "Memory in deep power down"
1418endchoice
1419
1420choice
1421 prompt "Power management timeout action"
1422 default MSM_PM_TIMEOUT_HALT
1423 help
1424 Selects the Application Processor's action when Power Management
1425 times out waiting for Modem's handshake.
1426
1427 config MSM_PM_TIMEOUT_HALT
1428 bool "Halt the Application Processor"
1429
1430 config MSM_PM_TIMEOUT_RESET_MODEM
1431 bool "Reset the Modem Processor"
1432
1433 config MSM_PM_TIMEOUT_RESET_CHIP
1434 bool "Reset the entire chip"
1435endchoice
1436
1437config MSM_IDLE_WAIT_ON_MODEM
1438 int "Wait for Modem to become ready for idle power collapse"
1439 default 0
1440 help
1441 If Modem is not ready to handle Application Processor's request
1442 for idle power collapse, wait the number of microseconds in case
1443 Modem becomes ready soon.
1444
1445config MSM_PIL
1446 bool "Peripheral image loading"
1447 select FW_LOADER
1448 depends on (ARCH_MSM8X60 || ARCH_MSM8960)
1449 default n
1450 help
1451 Some peripherals need to be loaded into memory before they can be
1452 brought out of reset.
1453
1454 Say yes to support these devices.
1455
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001456config MSM_SCM
1457 bool "Secure Channel Manager (SCM) support"
1458 default n
1459
1460config MSM_SUBSYSTEM_RESTART
1461 bool "MSM Subsystem Restart Driver"
1462 depends on (ARCH_MSM8X60 || ARCH_MSM8960)
1463 default n
1464 help
1465 This option enables the MSM subsystem restart driver, which provides
1466 a framework to handle subsystem crashes.
1467
Matt Wagantallf8020902011-08-30 21:19:23 -07001468config MSM_SYSMON_COMM
1469 bool "MSM System Monitor communication support"
1470 depends on MSM_SMD && MSM_SUBSYSTEM_RESTART
1471 default y
1472 help
1473 This option adds support for MSM System Monitor library, which
1474 provides an API that may be used for notifying subsystems within
1475 the SoC about other subsystems' power-up/down state-changes.
1476
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001477config MSM_MODEM_8960
1478 bool "MSM 8960 Modem driver"
1479 depends on (ARCH_MSM8960)
1480 help
1481 This option enables the modem driver for the MSM8960, which monitors
1482 modem hardware watchdog interrupt lines and plugs into the subsystem
1483 restart and PIL drivers.
1484
Bharath Ramachandramurthyff061c72011-06-27 14:22:33 -07001485config MSM_LPASS_8960
1486 tristate "MSM 8960 Lpass driver"
1487 depends on (ARCH_MSM8960)
1488 help
1489 This option enables the lpass driver for the MSM8960, which monitors
1490 lpass hardware watchdog interrupt lines and plugs into the subsystem
1491 restart and PIL drivers.
1492
Ankur Nandwanie258cf02011-08-19 10:16:38 -07001493config MSM_WCNSS_SSR_8960
1494 tristate "MSM 8960 WCNSS restart module"
1495 depends on (ARCH_MSM8960)
1496 help
1497 This option enables the WCNSS restart module for MSM8960, which
1498 monitors WCNSS hardware watchdog interrupt lines and plugs WCNSS
1499 into the subsystem restart framework.
1500
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001501config SCORPION_Uni_45nm_BUG
1502 bool "Scorpion Uni 45nm(SC45U): Workaround for ICIMVAU and BPIMVA"
1503 depends on ARCH_MSM7X30 || (ARCH_QSD8X50 && MSM_SOC_REV_A)
1504 default y
1505 help
1506 Invalidating the Instruction Cache by Modified Virtual Address to PoU and
1507 invalidating the Branch Predictor Array by Modified Virtual Address can
1508 create invalid entries in the TLB with the wrong ASID values on Scorpion
1509 Uniprocessor 45nm (SC45U) cores. This option enables the recommended software
1510 workaround for Scorpion Uniprocessor 45nm cores.
1511
1512 This bug is not applicable to any ScorpionMP or Scorpion Uni 65nm(SC65U) cores.
1513
1514config MSM_RPM_LOG
1515 tristate "MSM Resource Power Manager Log Driver"
1516 depends on DEBUG_FS
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001517 default n
1518 help
1519 This option enables a driver which can read from a circular buffer
1520 of messages produced by the RPM. These messages provide diagnostic
1521 information about RPM operation. The driver outputs the messages
1522 via a debugfs node.
1523
1524config MSM_RPM_STATS_LOG
1525 tristate "MSM Resource Power Manager Stat Driver"
1526 depends on DEBUG_FS
1527 depends on ARCH_MSM8X60
1528 default n
1529 help
1530 This option enables a driver which reads RPM messages from a shared
1531 memory location. These messages provide statistical information about
1532 the low power modes that RPM enters. The drivers outputs the message
1533 via a debugfs node.
1534
1535config MSM_IOMMU
1536 bool "MSM IOMMU Support"
1537 depends on ARCH_MSM8X60 || ARCH_MSM8960
1538 select IOMMU_API
1539 default n
1540 help
1541 Support for the IOMMUs found on certain Qualcomm SOCs.
1542 These IOMMUs allow virtualization of the address space used by most
1543 cores within the multimedia subsystem.
1544
1545 If unsure, say N here.
1546
1547config IOMMU_PGTABLES_L2
1548 bool "Allow SMMU page tables in the L2 cache (Experimental)"
1549 depends on MSM_IOMMU=y
1550 depends on MMU
1551 depends on CPU_DCACHE_DISABLE=n
1552 depends on SMP
1553 default y
1554 help
1555 Improves TLB miss latency at the expense of potential L2 pollution.
1556 However, with large multimedia buffers, the TLB should mostly contain
1557 section mappings and TLB misses should be quite infrequent.
1558 Most people can probably say Y here.
1559
1560config MSM_DIRECT_SCLK_ACCESS
1561 bool "Direct access to the SCLK timer"
1562 default n
1563
1564config IOMMU_API
1565 bool
Brian Swetland2eb44eb2008-09-29 16:00:48 -07001566
Gregory Beanab78cde2010-09-01 16:26:12 -07001567config MSM_GPIOMUX
1568 bool
1569
Gregory Bean1963a2a2010-08-28 10:05:44 -07001570config MSM_V2_TLMM
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001571 bool
1572
1573config FSM9XXX_TLMM
Gregory Bean1963a2a2010-08-28 10:05:44 -07001574 bool
Stepan Moskovchenko0ab847452010-11-12 19:29:57 -08001575
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001576config MSM_SECURE_IO
Stepan Moskovchenko0ab847452010-11-12 19:29:57 -08001577 bool
Stephen Boyd2a1eb582010-08-27 10:01:23 -07001578
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001579config MSM_NATIVE_RESTART
Stephen Boyd2a1eb582010-08-27 10:01:23 -07001580 bool
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001581
1582config MSM_BUS_SCALING
1583 bool "Bus scaling driver"
1584 default n
1585
Gagan Mac85c70492011-06-10 16:07:47 -06001586config MSM_BUS_RPM_MULTI_TIER_ENABLED
1587 bool "RPM Multi-tiering Configuration"
1588 depends on MSM_BUS_SCALING
1589
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001590config MSM_WATCHDOG
1591 bool "MSM Watchdog Support"
Rohit Vaswani085a9332011-09-28 18:57:24 -07001592 depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001593 help
1594 This enables the watchdog as is present on 8x60. Currently we use
1595 core 0's watchdog, and reset the entire SoC if it times out. It does
1596 not run during the bootup process, so it will not catch any early
1597 lockups.
1598
1599config MSM_DLOAD_MODE
1600 bool "Enable download mode on crashes"
1601 depends on ARCH_MSM8X60 || ARCH_MSM8960
1602 default n
1603 help
1604 This makes the SoC enter download mode when it resets
1605 due to a kernel panic. Note that this doesn't by itself
1606 make the kernel reboot on a kernel panic - that must be
1607 enabled via another mechanism.
1608
Pratik Patel7831c082011-06-08 21:44:37 -07001609config MSM_TRACE_ACROSS_PC
1610 bool "Trace support across power collapse"
1611 depends on ARCH_MSM8X60 || ARCH_MSM8960
1612 help
1613 Enables trace state to be saved and restored across power collapse.
1614
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001615config MSM_ETM
1616 tristate "Enable MSM ETM and ETB"
1617 depends on ARCH_MSM8X60
Pratik Patel7831c082011-06-08 21:44:37 -07001618 select MSM_TRACE_ACROSS_PC
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001619 help
Pratik Patel7831c082011-06-08 21:44:37 -07001620 Enables embedded trace collection on Qualcomm v7 CPUs.
1621
1622config MSM_QDSS
1623 bool "Coresight tracing support"
1624 depends on ARCH_MSM8960
1625 select MSM_TRACE_ACROSS_PC
1626 help
1627 Enables support for Qualcomm debug subsystem.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001628
1629config MSM_SLEEP_STATS
1630 bool "Enable exporting of MSM sleep stats to userspace"
1631 depends on CPU_IDLE
1632 default n
1633
1634config MSM_STANDALONE_POWER_COLLAPSE
1635 bool "Enable standalone power collapse"
1636 default n
1637
1638config MSM_GSBI9_UART
1639 bool "Enable GSBI9 UART device"
1640 default n
1641 help
1642 This enables GSBI9 configured into UART.
1643
1644config MSM_SHARED_GPIO_FOR_UART2DM
1645 bool "Use shared GPIOs into UART mode"
1646 depends on (ARCH_MSM7X27A && !MMC_MSM_SDC3_8_BIT_SUPPORT && !MMC_MSM_SDC4_SUPPORT)
1647 help
1648 This option configures GPIO muxed with SDC4/MMC3
1649 8-bit mode into UART mode. It is used for serial
1650 console on UART2DM. Say Y if you want to have
1651 serial console on UART2DM.
1652
1653config MSM_SHOW_RESUME_IRQ
1654 bool "Enable logging of interrupts that could have caused resume"
1655 depends on (ARCH_MSM8X60 || ARCH_MSM8960)
1656 default n
1657 help
1658 This option logs wake up interrupts that have triggered just before
1659 the resume loop unrolls. Say Y if you want to debug why the system
1660 resumed.
1661
1662config BT_MSM_PINTEST
1663 tristate "MSM Bluetooth Pin Connectivity Test"
1664 depends on ((ARCH_MSM8X60 || ARCH_MSM7X27A) && DEBUG_FS)
1665 default n
1666 help
1667 Bluetooth MSM Pin Connectivity test module.
1668 This driver provides support for verifying the MSM to BT pin
1669 connectivity.
1670
1671config MSM_FAKE_BATTERY
1672 depends on POWER_SUPPLY
1673 default n
1674 bool "MSM Fake Battery"
1675 help
1676 Enables MSM fake battery driver.
1677
1678config MSM_QDSP6_APR
1679 bool "Audio QDSP6 APR support"
1680 depends on MSM_SMD
1681 default n
1682 help
1683 Enable APR IPC protocol support between
1684 application processor and QDSP6. APR is
1685 used by audio driver to configure QDSP6's
1686 ASM, ADM and AFE.
1687
1688
1689config MSM_AUDIO_QDSP6
1690 bool "QDSP6 HW Audio support"
1691 select SND_SOC_MSM_QDSP6_INTF
1692 default n
1693 help
1694 Enable HW audio support in QDSP6.
1695 QDSP6 can support HW encoder & decoder and audio processing
1696
1697config MSM_RPC_VIBRATOR
1698 bool "RPC based MSM Vibrator Support"
1699 depends on MSM_ONCRPCROUTER
1700 help
1701 Enable the vibrator support on MSM over RPC. The vibrator
1702 is connected on the PMIC. Say Y if you want to enable this
1703 feature.
1704
1705config PM8XXX_RPC_VIBRATOR
1706 bool "RPC based Vibrator on PM8xxx PMICs"
1707 depends on MSM_RPC_VIBRATOR
1708 help
1709 Enable the vibrator support on MSM over RPC. The vibrator
1710 is connected on the PM8XXX PMIC. Say Y if you want to enable
1711 this feature.
1712
1713config MSM_SPM_V1
1714 bool "Driver support for SPM Version 1"
1715 help
1716 Enables the support for Version 1 of the SPM driver. SPM hardware is
1717 used to manage the processor power during sleep. The driver allows
1718 configuring SPM to allow different power modes.
1719
1720config MSM_SPM_V2
1721 bool "Driver support for SPM Version 2"
1722 help
1723 Enables the support for Version 2 of the SPM driver. SPM hardware is
1724 used to manage the processor power during sleep. The driver allows
1725 configuring SPM to allow different power modes.
1726
1727config MSM_L2_SPM
1728 bool "SPM support for L2 cache"
1729 depends on MSM_SPM_V2
1730 help
1731 Enable SPM driver support for L2 cache. Some MSM chipsets allow
1732 control of L2 cache low power mode with a Subsystem Power manager.
1733 Enabling this driver allows configuring L2 SPM for low power modes
1734 on supported chipsets.
1735
Brian Swetland9e73c842007-11-26 04:12:13 -08001736endif