Brian Swetland | 1637de0 | 2008-09-09 07:13:33 -0700 | [diff] [blame] | 1 | if ARCH_MSM |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 2 | |
Stepan Moskovchenko | 1cd286f | 2011-08-03 19:03:02 -0700 | [diff] [blame] | 3 | menu "MSM SoC Type" |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 4 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 5 | config ARCH_MSM7X01A |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 6 | bool "MSM7x00A / MSM7x01A" |
| 7 | select ARCH_MSM_ARM11 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 8 | select MSM_VIC |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 9 | select CPU_V6 |
David Brown | 74d10d7 | 2011-05-16 13:57:39 -0700 | [diff] [blame] | 10 | select GPIO_MSM_V1 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 11 | select MSM_REMOTE_SPINLOCK_SWP |
| 12 | |
| 13 | config ARCH_MSM7X25 |
| 14 | bool "MSM7x25" |
| 15 | select ARCH_MSM_ARM11 |
| 16 | select MSM_VIC |
| 17 | select CPU_V6 |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 18 | select GPIO_MSM_V1 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 19 | select MSM_REMOTE_SPINLOCK_SWP |
Taniya Das | be561a0 | 2011-10-12 09:53:11 +0530 | [diff] [blame] | 20 | select MULTI_IRQ_HANDLER |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 21 | |
| 22 | config ARCH_MSM7X27 |
| 23 | bool "MSM7x27" |
| 24 | select ARCH_MSM_ARM11 if MSM_SOC_REV_NONE |
| 25 | select ARCH_HAS_BARRIERS if MSM_SOC_REV_NONE |
| 26 | select ARCH_MSM_CORTEX_A5 if MSM_SOC_REV_A |
| 27 | select MSM_VIC |
| 28 | select CPU_V6 if MSM_SOC_REV_NONE |
| 29 | select CPU_V7 if MSM_SOC_REV_A |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 30 | select GPIO_MSM_V1 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 31 | select MSM_REMOTE_SPINLOCK_SWP if MSM_SOC_REV_NONE |
| 32 | select MSM_GPIOMUX |
| 33 | select REGULATOR |
Taniya Das | be561a0 | 2011-10-12 09:53:11 +0530 | [diff] [blame] | 34 | select MULTI_IRQ_HANDLER |
Pankaj Kumar | 75c86fd | 2011-10-01 18:51:09 +0530 | [diff] [blame] | 35 | select MSM_PROC_COMM_REGULATOR |
Laura Abbott | 1fbd2e6 | 2011-12-18 10:26:46 -0800 | [diff] [blame] | 36 | select CLEANCACHE |
| 37 | select QCACHE |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 38 | select MSM_PM2 if PM |
Krishna Vanka | e292205 | 2012-03-02 09:59:12 +0530 | [diff] [blame] | 39 | select MSM_RUN_QUEUE_STATS if MSM_SOC_REV_A |
Taniya Das | d4c39f9 | 2012-05-14 17:41:49 +0530 | [diff] [blame] | 40 | select DONT_MAP_HOLE_AFTER_MEMBANK0 |
Trilok Soni | b856ab9 | 2012-06-26 14:33:28 +0530 | [diff] [blame] | 41 | select MIGHT_HAVE_CACHE_L2X0 |
Taniya Das | cd1d023 | 2012-07-03 17:50:47 +0530 | [diff] [blame] | 42 | select MSM_MODEM_RESTART |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 43 | |
Daniel Walker | 7b52161 | 2010-05-06 12:44:57 -0700 | [diff] [blame] | 44 | config ARCH_MSM7X30 |
| 45 | bool "MSM7x30" |
| 46 | select ARCH_MSM_SCORPION |
Daniel Walker | 7b52161 | 2010-05-06 12:44:57 -0700 | [diff] [blame] | 47 | select MSM_VIC |
| 48 | select CPU_V7 |
David Brown | 74d10d7 | 2011-05-16 13:57:39 -0700 | [diff] [blame] | 49 | select GPIO_MSM_V1 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 50 | select MSM_REMOTE_SPINLOCK_DEKKERS |
| 51 | select ARCH_SPARSEMEM_ENABLE |
Laura Abbott | 78593b5 | 2011-09-26 18:48:14 -0700 | [diff] [blame] | 52 | select ARCH_HAS_HOLES_MEMORYMODEL |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 53 | select MEMORY_HOTPLUG |
| 54 | select MEMORY_HOTREMOVE |
Bryan Huntsman | ea43964 | 2011-11-23 12:34:05 -0800 | [diff] [blame] | 55 | select ARCH_ENABLE_MEMORY_HOTPLUG |
| 56 | select ARCH_ENABLE_MEMORY_HOTREMOVE |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 57 | select MIGRATION |
| 58 | select ARCH_MEMORY_PROBE |
| 59 | select ARCH_MEMORY_REMOVE |
Gregory Bean | ab78cde | 2010-09-01 16:26:12 -0700 | [diff] [blame] | 60 | select MSM_GPIOMUX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 61 | select RESERVE_FIRST_PAGE |
| 62 | select MSM_DALRPC |
| 63 | select MSM_SPM_V1 |
| 64 | select REGULATOR |
Justin Paupore | 637a25d | 2011-07-14 17:11:04 -0700 | [diff] [blame] | 65 | select MSM_PROC_COMM_REGULATOR |
Taniya Das | bae99fb | 2011-10-12 09:55:13 +0530 | [diff] [blame] | 66 | select MULTI_IRQ_HANDLER |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 67 | select MSM_PM2 if PM |
Chintan Pandya | bb02176 | 2012-06-21 15:03:29 +0530 | [diff] [blame] | 68 | select HOLES_IN_ZONE if SPARSEMEM |
Taniya Das | cd1d023 | 2012-07-03 17:50:47 +0530 | [diff] [blame] | 69 | select MSM_MODEM_RESTART |
Daniel Walker | 7b52161 | 2010-05-06 12:44:57 -0700 | [diff] [blame] | 70 | |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 71 | config ARCH_QSD8X50 |
| 72 | bool "QSD8X50" |
| 73 | select ARCH_MSM_SCORPION |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 74 | select MSM_VIC |
| 75 | select CPU_V7 |
David Brown | 74d10d7 | 2011-05-16 13:57:39 -0700 | [diff] [blame] | 76 | select GPIO_MSM_V1 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 77 | select MSM_REMOTE_SPINLOCK_LDREX |
| 78 | select CPU_USE_DOMAINS |
| 79 | select EMULATE_DOMAIN_MANAGER_V7 |
Gregory Bean | ab78cde | 2010-09-01 16:26:12 -0700 | [diff] [blame] | 80 | select MSM_GPIOMUX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 81 | select MSM_DALRPC |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 82 | select MSM_PM2 if PM |
Taniya Das | cd1d023 | 2012-07-03 17:50:47 +0530 | [diff] [blame] | 83 | select MSM_MODEM_RESTART |
Daniel Walker | 46fe5f2 | 2010-08-18 11:00:25 -0700 | [diff] [blame] | 84 | |
Jeff Ohlstein | 569fb6e | 2010-08-12 13:02:56 -0700 | [diff] [blame] | 85 | config ARCH_MSM8X60 |
| 86 | bool "MSM8X60" |
Jeff Ohlstein | e14411d | 2010-11-30 13:06:36 -0800 | [diff] [blame] | 87 | select ARCH_MSM_SCORPIONMP |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 88 | select SMP_PARALLEL_START if SMP |
Jeff Ohlstein | 569fb6e | 2010-08-12 13:02:56 -0700 | [diff] [blame] | 89 | select ARM_GIC |
| 90 | select CPU_V7 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 91 | select MSM_REMOTE_SPINLOCK_LDREX |
| 92 | select ARCH_REQUIRE_GPIOLIB |
| 93 | select MSM_ADM3 |
| 94 | select REGULATOR |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 95 | select MSM_RPM_REGULATOR |
David Brown | 1a5ab4b | 2011-05-16 15:53:38 -0700 | [diff] [blame] | 96 | select GPIO_MSM_V2 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 97 | select MSM_PIL |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 98 | select ARCH_HAS_CPU_IDLE_WAIT |
| 99 | select MSM_DIRECT_SCLK_ACCESS |
| 100 | select MSM_RPM |
| 101 | select MSM_XO |
Jeff Ohlstein | 569fb6e | 2010-08-12 13:02:56 -0700 | [diff] [blame] | 102 | select MSM_GPIOMUX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 103 | select MSM_BUS_SCALING |
| 104 | select MSM_SECURE_IO |
| 105 | select MSM_DALRPC |
| 106 | select MSM_QDSP6_APR |
Harmandeep Singh | c35fa07d | 2012-05-31 07:08:59 -0700 | [diff] [blame] | 107 | select MSM_QDSP6_CODECS |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 108 | select MSM_NATIVE_RESTART |
| 109 | select ARCH_INLINE_SPIN_TRYLOCK |
| 110 | select ARCH_INLINE_SPIN_TRYLOCK_BH |
| 111 | select ARCH_INLINE_SPIN_LOCK |
| 112 | select ARCH_INLINE_SPIN_LOCK_BH |
| 113 | select ARCH_INLINE_SPIN_LOCK_IRQ |
| 114 | select ARCH_INLINE_SPIN_LOCK_IRQSAVE |
| 115 | select ARCH_INLINE_SPIN_UNLOCK |
| 116 | select ARCH_INLINE_SPIN_UNLOCK_BH |
| 117 | select ARCH_INLINE_SPIN_UNLOCK_IRQ |
| 118 | select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE |
| 119 | select ARCH_INLINE_READ_TRYLOCK |
| 120 | select ARCH_INLINE_READ_LOCK |
| 121 | select ARCH_INLINE_READ_LOCK_BH |
| 122 | select ARCH_INLINE_READ_LOCK_IRQ |
| 123 | select ARCH_INLINE_READ_LOCK_IRQSAVE |
| 124 | select ARCH_INLINE_READ_UNLOCK |
| 125 | select ARCH_INLINE_READ_UNLOCK_BH |
| 126 | select ARCH_INLINE_READ_UNLOCK_IRQ |
| 127 | select ARCH_INLINE_READ_UNLOCK_IRQRESTORE |
| 128 | select ARCH_INLINE_WRITE_TRYLOCK |
| 129 | select ARCH_INLINE_WRITE_LOCK |
| 130 | select ARCH_INLINE_WRITE_LOCK_BH |
| 131 | select ARCH_INLINE_WRITE_LOCK_IRQ |
| 132 | select ARCH_INLINE_WRITE_LOCK_IRQSAVE |
| 133 | select ARCH_INLINE_WRITE_UNLOCK |
| 134 | select ARCH_INLINE_WRITE_UNLOCK_BH |
| 135 | select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE |
| 136 | select CPU_HAS_L2_PMU |
| 137 | select MSM_SPM_V1 |
Stephen Boyd | 2a1eb58 | 2010-08-27 10:01:23 -0700 | [diff] [blame] | 138 | select MSM_SCM if SMP |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 139 | select MULTI_IRQ_HANDLER |
Laura Abbott | 46505f6 | 2011-11-02 18:06:55 -0700 | [diff] [blame] | 140 | select MSM_MULTIMEDIA_USE_ION |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 141 | select MSM_PM8X60 if PM |
Krishna Vanka | e292205 | 2012-03-02 09:59:12 +0530 | [diff] [blame] | 142 | select MSM_RUN_QUEUE_STATS |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 143 | select ARM_HAS_SG_CHAIN |
Jeff Ohlstein | 569fb6e | 2010-08-12 13:02:56 -0700 | [diff] [blame] | 144 | |
Stepan Moskovchenko | f441ca2 | 2010-12-01 19:31:16 -0800 | [diff] [blame] | 145 | config ARCH_MSM8960 |
| 146 | bool "MSM8960" |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 147 | select ARCH_MSM_KRAITMP |
Stepan Moskovchenko | f441ca2 | 2010-12-01 19:31:16 -0800 | [diff] [blame] | 148 | select ARM_GIC |
| 149 | select CPU_V7 |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 150 | select GPIO_MSM_V2 |
Stepan Moskovchenko | f441ca2 | 2010-12-01 19:31:16 -0800 | [diff] [blame] | 151 | select MSM_GPIOMUX |
| 152 | select MSM_SCM if SMP |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 153 | select MSM_DIRECT_SCLK_ACCESS |
| 154 | select REGULATOR |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 155 | select MSM_RPM_REGULATOR |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 156 | select MSM_RPM |
| 157 | select MSM_XO |
| 158 | select MSM_QDSP6_APR |
Harmandeep Singh | c35fa07d | 2012-05-31 07:08:59 -0700 | [diff] [blame] | 159 | select MSM_QDSP6_CODECS |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 160 | select MSM_PIL |
| 161 | select MSM_AUDIO_QDSP6 if SND_SOC |
| 162 | select CPU_HAS_L2_PMU |
| 163 | select MSM_SPM_V2 |
| 164 | select MSM_L2_SPM |
| 165 | select MSM_NATIVE_RESTART |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 166 | select DONT_MAP_HOLE_AFTER_MEMBANK0 |
| 167 | select MSM_REMOTE_SPINLOCK_SFPB |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 168 | select ARCH_SPARSEMEM_ENABLE |
| 169 | select ARCH_HAS_HOLES_MEMORYMODEL |
Larry Bassel | d4d82c9 | 2011-12-07 09:52:49 -0800 | [diff] [blame] | 170 | select CLEANCACHE |
| 171 | select QCACHE |
Laura Abbott | 6d61a91 | 2011-10-27 16:44:14 -0700 | [diff] [blame] | 172 | select MSM_MULTIMEDIA_USE_ION |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 173 | select MULTI_IRQ_HANDLER |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 174 | select MSM_PM8X60 if PM |
Laura Abbott | 085dd20 | 2012-03-30 14:02:34 -0700 | [diff] [blame] | 175 | select HOLES_IN_ZONE if SPARSEMEM |
Krishna Vanka | e292205 | 2012-03-02 09:59:12 +0530 | [diff] [blame] | 176 | select MSM_RUN_QUEUE_STATS |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 177 | select ARM_HAS_SG_CHAIN |
Stepan Moskovchenko | 196f86e | 2012-07-13 20:40:46 -0700 | [diff] [blame] | 178 | select MSM_KRAIT_WFE_FIXUP |
Stepan Moskovchenko | f441ca2 | 2010-12-01 19:31:16 -0800 | [diff] [blame] | 179 | |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 180 | config ARCH_MSM8930 |
| 181 | bool "MSM8930" |
| 182 | select ARCH_MSM_KRAITMP |
| 183 | select ARM_GIC |
| 184 | select CPU_V7 |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 185 | select GPIO_MSM_V2 |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 186 | select MSM_GPIOMUX |
| 187 | select MSM_SCM if SMP |
| 188 | select MSM_DIRECT_SCLK_ACCESS |
| 189 | select REGULATOR |
David Collins | 5779cea | 2012-01-05 15:09:21 -0800 | [diff] [blame] | 190 | select MSM_RPM_REGULATOR |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 191 | select MSM_RPM |
| 192 | select MSM_XO |
| 193 | select MSM_QDSP6_APR |
Harmandeep Singh | c35fa07d | 2012-05-31 07:08:59 -0700 | [diff] [blame] | 194 | select MSM_QDSP6_CODECS |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 195 | select MSM_PIL |
| 196 | select MSM_AUDIO_QDSP6 if SND_SOC |
| 197 | select CPU_HAS_L2_PMU |
| 198 | select MSM_SPM_V2 |
| 199 | select MSM_L2_SPM |
| 200 | select MSM_NATIVE_RESTART |
| 201 | select DONT_MAP_HOLE_AFTER_MEMBANK0 |
Eric Holmberg | eab1073 | 2011-09-23 19:44:43 -0600 | [diff] [blame] | 202 | select MSM_REMOTE_SPINLOCK_SFPB |
Larry Bassel | f74479e | 2011-09-08 11:07:52 -0700 | [diff] [blame] | 203 | select ARCH_SPARSEMEM_ENABLE |
| 204 | select ARCH_HAS_HOLES_MEMORYMODEL |
Baruch Eruchimovitch | e9cbfc1 | 2011-10-09 19:47:08 +0200 | [diff] [blame] | 205 | select MSM_ULTRASOUND |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 206 | select MULTI_IRQ_HANDLER |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 207 | select MSM_PM8X60 if PM |
Laura Abbott | 085dd20 | 2012-03-30 14:02:34 -0700 | [diff] [blame] | 208 | select HOLES_IN_ZONE if SPARSEMEM |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 209 | select ARM_HAS_SG_CHAIN |
Stepan Moskovchenko | 196f86e | 2012-07-13 20:40:46 -0700 | [diff] [blame] | 210 | select MSM_KRAIT_WFE_FIXUP |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 211 | |
| 212 | config ARCH_APQ8064 |
| 213 | bool "APQ8064" |
| 214 | select ARCH_MSM_KRAITMP |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 215 | select GPIO_MSM_V2 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 216 | select ARM_GIC |
| 217 | select CPU_V7 |
| 218 | select MSM_SCM if SMP |
Joel King | 4ebccc6 | 2011-07-22 09:43:22 -0700 | [diff] [blame] | 219 | select MSM_GPIOMUX |
Eric Holmberg | 40d2188 | 2011-09-27 09:42:03 -0600 | [diff] [blame] | 220 | select MSM_REMOTE_SPINLOCK_SFPB |
Swaminathan Sathappan | 47e5d93 | 2011-12-05 14:48:07 -0800 | [diff] [blame] | 221 | select MSM_PIL |
Swaminathan Sathappan | 2f51a75 | 2011-12-05 12:51:19 -0800 | [diff] [blame] | 222 | select MSM_QDSP6_APR |
Harmandeep Singh | c35fa07d | 2012-05-31 07:08:59 -0700 | [diff] [blame] | 223 | select MSM_QDSP6_CODECS |
Swaminathan Sathappan | 2f51a75 | 2011-12-05 12:51:19 -0800 | [diff] [blame] | 224 | select MSM_AUDIO_QDSP6 if SND_SOC |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 225 | select MULTI_IRQ_HANDLER |
Praveen Chidambaram | 7849901 | 2011-11-01 17:15:17 -0600 | [diff] [blame] | 226 | select MSM_RPM |
| 227 | select MSM_SPM_V2 |
| 228 | select MSM_L2_SPM |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 229 | select MSM_PM8X60 if PM |
Neil Leeder | 814d3d3 | 2012-01-19 17:21:43 -0500 | [diff] [blame] | 230 | select CPU_HAS_L2_PMU |
Laura Abbott | 085dd20 | 2012-03-30 14:02:34 -0700 | [diff] [blame] | 231 | select HOLES_IN_ZONE if SPARSEMEM |
Larry Bassel | 67b921d | 2012-04-06 10:23:27 -0700 | [diff] [blame] | 232 | select CLEANCACHE |
| 233 | select QCACHE |
Niranjana Vishwanathapura | f1427ac | 2012-05-03 14:28:21 -0600 | [diff] [blame] | 234 | select MIGHT_HAVE_PCI |
| 235 | select ARCH_SUPPORTS_MSI |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 236 | select ARM_HAS_SG_CHAIN |
Stepan Moskovchenko | 196f86e | 2012-07-13 20:40:46 -0700 | [diff] [blame] | 237 | select MSM_KRAIT_WFE_FIXUP |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 238 | |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 239 | config ARCH_MSM8974 |
| 240 | bool "MSM8974" |
Sathish Ambley | d4efc76 | 2011-10-09 22:19:22 -0700 | [diff] [blame] | 241 | select ARCH_MSM_KRAITMP |
Sathish Ambley | 4149e84 | 2012-03-23 11:53:55 -0700 | [diff] [blame] | 242 | select GPIO_MSM_V3 |
Sathish Ambley | d4efc76 | 2011-10-09 22:19:22 -0700 | [diff] [blame] | 243 | select ARM_GIC |
| 244 | select CPU_V7 |
| 245 | select MSM_SCM if SMP |
| 246 | select MSM_GPIOMUX |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 247 | select MULTI_IRQ_HANDLER |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 248 | select MSM_MULTIMEDIA_USE_ION |
Matt Wagantall | c2bbdc3 | 2012-03-21 19:44:50 -0700 | [diff] [blame] | 249 | select MSM_PIL |
Praveen Chidambaram | aa9d52b | 2012-04-02 11:09:47 -0600 | [diff] [blame] | 250 | select MSM_SPM_V2 |
| 251 | select MSM_L2_SPM |
Stepan Moskovchenko | a000d13 | 2012-08-14 21:05:14 -0700 | [diff] [blame] | 252 | select MSM_NATIVE_RESTART |
| 253 | select MSM_RESTART_V2 |
Praveen Chidambaram | 85b7b28 | 2012-04-16 13:45:15 -0600 | [diff] [blame] | 254 | select MSM_PM8X60 if PM |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 255 | select MAY_HAVE_SPARSE_IRQ |
| 256 | select SPARSE_IRQ |
Mahesh Sivasubramanian | cb66871 | 2012-04-04 13:03:25 -0600 | [diff] [blame] | 257 | select MSM_RPM_SMD |
David Collins | c764232 | 2012-04-04 10:19:12 -0700 | [diff] [blame] | 258 | select REGULATOR |
Joonwoo Park | 91d9546 | 2012-08-02 10:55:54 -0700 | [diff] [blame] | 259 | select MSM_QDSP6_APRV2 |
Harmandeep Singh | e5ddfe3 | 2012-05-26 09:39:25 -0700 | [diff] [blame] | 260 | select MSM_QDSP6V2_CODECS |
| 261 | select MSM_AUDIO_QDSP6V2 if SND_SOC |
David Collins | 1c91ea7 | 2012-05-03 16:17:35 -0700 | [diff] [blame] | 262 | select MSM_RPM_REGULATOR_SMD |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 263 | select ARM_HAS_SG_CHAIN |
Karthik Parsha | 404fb8f | 2012-07-30 19:14:05 -0700 | [diff] [blame] | 264 | select MSM_RUN_QUEUE_STATS |
Sathish Ambley | d4efc76 | 2011-10-09 22:19:22 -0700 | [diff] [blame] | 265 | |
Ravi Kumar V | b31dbba | 2012-08-31 22:40:22 +0530 | [diff] [blame] | 266 | config ARCH_MPQ8092 |
| 267 | bool "MPQ8092" |
| 268 | select ARCH_MSM_KRAITMP |
| 269 | select GPIO_MSM_V3 |
| 270 | select ARM_GIC |
| 271 | select MULTI_IRQ_HANDLER |
| 272 | select CPU_V7 |
| 273 | select MSM_GPIOMUX |
| 274 | select MAY_HAVE_SPARSE_IRQ |
| 275 | select SPARSE_IRQ |
| 276 | select MSM_NOPM |
| 277 | |
Syed Rameez Mustafa | 90f8050 | 2012-08-23 17:27:24 -0700 | [diff] [blame] | 278 | config ARCH_MSM8226 |
| 279 | bool "MSM8226" |
| 280 | select ARCH_MSM_KRAITMP |
| 281 | select GPIO_MSM_V3 |
| 282 | select ARM_GIC |
| 283 | select CPU_V7 |
| 284 | select MSM_SCM if SMP |
| 285 | select MSM_GPIOMUX |
| 286 | select MULTI_IRQ_HANDLER |
| 287 | select MSM_MULTIMEDIA_USE_ION |
| 288 | select MSM_PIL |
| 289 | select MSM_SPM_V2 |
| 290 | select MSM_L2_SPM |
| 291 | select MSM_PM8X60 if PM |
| 292 | select MAY_HAVE_SPARSE_IRQ |
| 293 | select SPARSE_IRQ |
| 294 | select MSM_RPM_SMD |
| 295 | select REGULATOR |
| 296 | select MSM_QDSP6_APRV2 |
| 297 | select MSM_QDSP6V2_CODECS |
| 298 | select MSM_AUDIO_QDSP6V2 if SND_SOC |
| 299 | select MSM_RPM_REGULATOR_SMD |
| 300 | select ARM_HAS_SG_CHAIN |
| 301 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 302 | config ARCH_FSM9XXX |
| 303 | bool "FSM9XXX" |
| 304 | select ARCH_MSM_SCORPION |
| 305 | select MSM_VIC |
| 306 | select CPU_V7 |
| 307 | select MSM_REMOTE_SPINLOCK_LDREX |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 308 | select GPIO_FSM9XXX |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 309 | select MULTI_IRQ_HANDLER |
Bryan Huntsman | 18b3c0c | 2011-11-23 15:12:58 -0800 | [diff] [blame] | 310 | select MSM_DALRPC |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 311 | |
Rohit Vaswani | ddeb52a | 2011-08-16 12:26:32 -0700 | [diff] [blame] | 312 | config ARCH_MSM9615 |
| 313 | bool "MSM9615" |
| 314 | select ARM_GIC |
Taniya Das | b241bd8 | 2012-03-19 17:58:06 +0530 | [diff] [blame] | 315 | select GIC_SECURE |
Rohit Vaswani | ddeb52a | 2011-08-16 12:26:32 -0700 | [diff] [blame] | 316 | select ARCH_MSM_CORTEX_A5 |
| 317 | select CPU_V7 |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 318 | select GPIO_MSM_V2 |
Rohit Vaswani | ddeb52a | 2011-08-16 12:26:32 -0700 | [diff] [blame] | 319 | select MSM_GPIOMUX |
Praveen Chidambaram | ab3b1c4 | 2011-08-25 08:44:05 -0600 | [diff] [blame] | 320 | select MSM_RPM |
Maheshkumar Sivasubramanian | 738b458 | 2011-09-06 17:26:24 -0600 | [diff] [blame] | 321 | select MSM_SPM_V2 |
Rohit Vaswani | f688fa6 | 2011-10-13 18:13:10 -0700 | [diff] [blame] | 322 | select MSM_NATIVE_RESTART |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 323 | select REGULATOR |
| 324 | select MSM_RPM_REGULATOR |
Marc Zyngier | 89bdafd1 | 2011-12-22 11:39:20 +0530 | [diff] [blame] | 325 | select MULTI_IRQ_HANDLER |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 326 | select MSM_PM8X60 if PM |
Vikram Mulukutla | 2021c00 | 2011-12-16 12:32:59 -0800 | [diff] [blame] | 327 | select MSM_XO |
Olav Haugan | e6a0acd | 2012-04-05 09:29:12 -0700 | [diff] [blame] | 328 | select MSM_MULTIMEDIA_USE_ION |
Shiv Maliyappanahalli | 9ec55e9 | 2012-01-09 14:44:59 -0800 | [diff] [blame] | 329 | select MSM_QDSP6_APR |
| 330 | select MSM_AUDIO_QDSP6 if SND_SOC |
Rohit Vaswani | ead426f | 2012-01-05 20:24:52 -0800 | [diff] [blame] | 331 | select FIQ |
Laura Abbott | b14ed96 | 2012-01-30 14:18:08 -0800 | [diff] [blame] | 332 | select ARM_HAS_SG_CHAIN |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 333 | |
Taniya Das | 43bcdd6 | 2011-12-02 17:33:27 +0530 | [diff] [blame] | 334 | config ARCH_MSM8625 |
| 335 | bool "MSM8625" |
| 336 | select ARCH_MSM_CORTEX_A5 |
| 337 | select CPU_V7 |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 338 | select GPIO_MSM_V1 |
Taniya Das | 43bcdd6 | 2011-12-02 17:33:27 +0530 | [diff] [blame] | 339 | select MSM_GPIOMUX |
| 340 | select ARM_GIC |
| 341 | select ARCH_MSM_CORTEXMP |
| 342 | select MULTI_IRQ_HANDLER |
Trilok Soni | 3a45399 | 2012-03-06 18:46:22 +0530 | [diff] [blame] | 343 | select ARM_TICKET_LOCKS |
Krishna Vanka | e292205 | 2012-03-02 09:59:12 +0530 | [diff] [blame] | 344 | select MSM_RUN_QUEUE_STATS |
Trilok Soni | b856ab9 | 2012-06-26 14:33:28 +0530 | [diff] [blame] | 345 | select MIGHT_HAVE_CACHE_L2X0 |
Chintan Pandya | 3544e74 | 2012-08-30 19:39:59 +0530 | [diff] [blame] | 346 | select ARM_HAS_SG_CHAIN |
Rohit Vaswani | fafe249 | 2012-04-23 18:54:12 -0700 | [diff] [blame] | 347 | |
| 348 | config ARCH_MSM9625 |
| 349 | bool "MSM9625" |
| 350 | select ARM_GIC |
| 351 | select GIC_SECURE |
Abhimanyu Kapur | 490d20c | 2012-06-22 17:34:20 -0700 | [diff] [blame] | 352 | select MIGHT_HAVE_CACHE_L2X0 |
Rohit Vaswani | fafe249 | 2012-04-23 18:54:12 -0700 | [diff] [blame] | 353 | select ARCH_MSM_CORTEX_A5 |
| 354 | select SMP |
| 355 | select MSM_SMP |
| 356 | select CPU_V7 |
Jin Hong | 690e335 | 2012-05-02 09:25:05 -0700 | [diff] [blame] | 357 | select MSM_GPIOMUX |
Rohit Vaswani | fafe249 | 2012-04-23 18:54:12 -0700 | [diff] [blame] | 358 | select MULTI_IRQ_HANDLER |
Rohit Vaswani | 61cf6ef | 2012-07-27 13:51:48 -0700 | [diff] [blame] | 359 | select GPIO_MSM_V3 |
David Collins | 1cc6e40 | 2012-09-17 16:02:24 -0700 | [diff] [blame] | 360 | select MAY_HAVE_SPARSE_IRQ |
| 361 | select SPARSE_IRQ |
Stepan Moskovchenko | 1cd286f | 2011-08-03 19:03:02 -0700 | [diff] [blame] | 362 | endmenu |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 363 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 364 | choice |
| 365 | prompt "MSM SoC Revision" |
| 366 | default MSM_SOC_REV_NONE |
| 367 | config MSM_SOC_REV_NONE |
| 368 | bool "N/A" |
| 369 | select EMULATE_DOMAIN_MANAGER_V7 if ARCH_QSD8X50 |
| 370 | select VERIFY_PERMISSION_FAULT if ARCH_QSD8X50 |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 371 | config MSM_SOC_REV_A |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 372 | bool "Rev. A" |
| 373 | select ARCH_MSM7X27A if ARCH_MSM7X27 |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 374 | endchoice |
| 375 | |
Stepan Moskovchenko | 00da074 | 2011-07-08 14:06:44 -0700 | [diff] [blame] | 376 | config MSM_KRAIT_TBB_ABORT_HANDLER |
| 377 | bool "Krait TBB/TBH data abort handler" |
| 378 | depends on ARCH_MSM_KRAIT |
| 379 | depends on ARM_THUMB |
| 380 | help |
| 381 | Certain early samples of the Krait processor may generate data |
| 382 | aborts for TBB / TBH instructions that fail their condition code |
| 383 | checks. Enabling this option will ignore these erroneous data aborts, |
| 384 | at the expense of a very small performance penalty. |
Stephen Boyd | a3d3ef9 | 2011-11-08 10:33:04 -0800 | [diff] [blame] | 385 | |
Stepan Moskovchenko | 00da074 | 2011-07-08 14:06:44 -0700 | [diff] [blame] | 386 | If unsure, say N. |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 387 | |
| 388 | config ARCH_MSM_ARM11 |
| 389 | bool |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 390 | |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 391 | config ARCH_MSM_SCORPION |
| 392 | bool |
| 393 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 394 | config ARCH_MSM_KRAIT |
Daniel Walker | 46fe5f2 | 2010-08-18 11:00:25 -0700 | [diff] [blame] | 395 | bool |
Stephen Boyd | 51cabbe | 2011-12-02 13:28:56 -0800 | [diff] [blame] | 396 | select ARM_L1_CACHE_SHIFT_6 |
Daniel Walker | 46fe5f2 | 2010-08-18 11:00:25 -0700 | [diff] [blame] | 397 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 398 | config MSM_SMP |
Steve Muckle | f132c6c | 2012-06-06 18:30:57 -0700 | [diff] [blame] | 399 | select HAVE_SMP |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 400 | bool |
| 401 | |
| 402 | config ARCH_MSM_SCORPIONMP |
| 403 | select ARCH_MSM_SCORPION |
| 404 | select MSM_SMP |
Taniya Das | c43e687 | 2012-03-21 16:41:14 +0530 | [diff] [blame] | 405 | select HAVE_ARCH_HAS_CURRENT_TIMER |
Pratik Patel | 2963de4 | 2012-05-17 12:43:40 -0700 | [diff] [blame] | 406 | select MSM_JTAG if MSM_QDSS |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 407 | bool |
| 408 | |
| 409 | config ARCH_MSM_KRAITMP |
| 410 | select ARCH_MSM_KRAIT |
| 411 | select MSM_SMP |
Taniya Das | c43e687 | 2012-03-21 16:41:14 +0530 | [diff] [blame] | 412 | select HAVE_ARCH_HAS_CURRENT_TIMER |
Pratik Patel | 2963de4 | 2012-05-17 12:43:40 -0700 | [diff] [blame] | 413 | select MSM_JTAG if MSM_QDSS |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 414 | bool |
| 415 | |
Taniya Das | 43bcdd6 | 2011-12-02 17:33:27 +0530 | [diff] [blame] | 416 | config ARCH_MSM_CORTEXMP |
| 417 | select MSM_SMP |
| 418 | bool |
| 419 | |
Stepan Moskovchenko | 196f86e | 2012-07-13 20:40:46 -0700 | [diff] [blame] | 420 | config MSM_KRAIT_WFE_FIXUP |
| 421 | bool |
| 422 | |
Stepan Moskovchenko | a000d13 | 2012-08-14 21:05:14 -0700 | [diff] [blame] | 423 | config MSM_RESTART_V2 |
| 424 | bool |
| 425 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 426 | config ARCH_MSM_CORTEX_A5 |
Bryan Huntsman | 239ef1e | 2011-11-23 15:09:13 -0800 | [diff] [blame] | 427 | bool |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 428 | |
| 429 | config ARCH_MSM7X27A |
| 430 | bool |
| 431 | select MSM_DALRPC |
Justin Paupore | b3a33b7 | 2011-08-23 15:30:32 -0700 | [diff] [blame] | 432 | select MSM_PROC_COMM_REGULATOR |
Taniya Das | 86e0e13 | 2011-10-19 11:32:00 +0530 | [diff] [blame] | 433 | select MULTI_IRQ_HANDLER |
Taniya Das | 43bcdd6 | 2011-12-02 17:33:27 +0530 | [diff] [blame] | 434 | select ARM_GIC |
| 435 | select ARCH_MSM_CORTEXMP |
Trilok Soni | b856ab9 | 2012-06-26 14:33:28 +0530 | [diff] [blame] | 436 | select MIGHT_HAVE_CACHE_L2X0 |
Chintan Pandya | 3544e74 | 2012-08-30 19:39:59 +0530 | [diff] [blame] | 437 | select ARM_HAS_SG_CHAIN |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 438 | |
Gregory Bean | f9f3d31 | 2010-04-30 22:06:50 -0700 | [diff] [blame] | 439 | config MSM_VIC |
| 440 | bool |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 441 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 442 | config MSM_RPM |
| 443 | bool "Resource Power Manager" |
| 444 | select MSM_MPM |
| 445 | |
Mahesh Sivasubramanian | a8ff992 | 2012-03-27 17:50:42 -0600 | [diff] [blame] | 446 | config MSM_RPM_SMD |
| 447 | depends on MSM_SMD |
Mahesh Sivasubramanian | 102e596 | 2012-06-20 13:12:11 -0600 | [diff] [blame] | 448 | select MSM_MPM_OF |
| 449 | bool "RPM driver using SMD protocol" |
| 450 | help |
| 451 | RPM is the dedicated hardware engine for managing shared SoC |
| 452 | resources. This config adds driver support for using SMD as a |
| 453 | transport layer communication with RPM hardware. It also selects |
| 454 | the MSM_MPM config that programs the MPM module to monitor interrupts |
| 455 | during sleep modes. |
Mahesh Sivasubramanian | a8ff992 | 2012-03-27 17:50:42 -0600 | [diff] [blame] | 456 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 457 | config MSM_MPM |
| 458 | bool "Modem Power Manager" |
Mahesh Sivasubramanian | 102e596 | 2012-06-20 13:12:11 -0600 | [diff] [blame] | 459 | help |
| 460 | MPM is a dedicated hardware resource responsible for entering and |
| 461 | waking up from a system wide low power mode. The MPM driver tracks |
| 462 | the wakeup interrupts and configures the MPM to monitor the wakeup |
| 463 | interrupts when going to a system wide sleep mode. |
| 464 | |
| 465 | config MSM_MPM_OF |
| 466 | bool "Modem Power Manager" |
| 467 | depends on CONFIG_OF |
| 468 | help |
| 469 | MPM is a dedicated hardware resource responsible for entering and |
| 470 | waking up from a system wide low power mode. The MPM driver tracks |
| 471 | the wakeup interrupts and configures the MPM to monitor the wakeup |
| 472 | interrupts when going to a system wide sleep mode. This config option |
| 473 | enables the MPM driver that supports initialization from a device |
| 474 | tree |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 475 | |
| 476 | config MSM_XO |
| 477 | bool |
| 478 | |
| 479 | config MSM_REMOTE_SPINLOCK_DEKKERS |
| 480 | bool |
| 481 | config MSM_REMOTE_SPINLOCK_SWP |
| 482 | bool |
| 483 | config MSM_REMOTE_SPINLOCK_LDREX |
| 484 | bool |
Eric Holmberg | eab1073 | 2011-09-23 19:44:43 -0600 | [diff] [blame] | 485 | config MSM_REMOTE_SPINLOCK_SFPB |
| 486 | bool |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 487 | config MSM_ADM3 |
| 488 | bool |
| 489 | |
| 490 | menu "MSM Board Selection" |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 491 | |
| 492 | config MACH_HALIBUT |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 493 | depends on ARCH_MSM7X01A |
| 494 | depends on MSM_STACKED_MEMORY |
| 495 | default y |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 496 | bool "Halibut Board (QCT SURF7201A)" |
| 497 | help |
| 498 | Support for the Qualcomm SURF7201A eval board. |
| 499 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 500 | config MACH_MSM7201A_SURF |
| 501 | depends on ARCH_MSM7X01A |
| 502 | depends on MSM_STACKED_MEMORY |
| 503 | default y |
| 504 | bool "MSM7201A SURF" |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 505 | help |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 506 | Support for the Qualcomm MSM7201A SURF eval board. |
| 507 | |
| 508 | config MACH_MSM7201A_FFA |
| 509 | depends on ARCH_MSM7X01A |
| 510 | depends on MSM_STACKED_MEMORY |
| 511 | default y |
| 512 | bool "MSM7201A FFA" |
| 513 | help |
| 514 | Support for the Qualcomm MSM7201A FFA eval board. |
| 515 | |
| 516 | config MACH_TROUT |
| 517 | depends on ARCH_MSM7X01A |
| 518 | depends on MSM_STACKED_MEMORY |
| 519 | default y |
| 520 | bool "Trout" |
| 521 | |
| 522 | config MACH_MSM7X27_SURF |
| 523 | depends on ARCH_MSM7X27 |
| 524 | depends on !MSM_STACKED_MEMORY |
| 525 | default y |
| 526 | bool "MSM7x27 SURF" |
| 527 | help |
| 528 | Support for the Qualcomm MSM7x27 SURF eval board. |
| 529 | |
| 530 | config MACH_MSM7X27_FFA |
| 531 | depends on ARCH_MSM7X27 |
| 532 | depends on !MSM_STACKED_MEMORY |
| 533 | default y |
| 534 | bool "MSM7x27 FFA" |
| 535 | help |
| 536 | Support for the Qualcomm MSM7x27 FFA eval board. |
| 537 | |
| 538 | config MACH_MSM7X27A_RUMI3 |
| 539 | depends on ARCH_MSM7X27A |
| 540 | depends on !MSM_STACKED_MEMORY |
| 541 | default y |
| 542 | bool "MSM7x27A RUMI3" |
| 543 | help |
| 544 | Support for the Qualcomm MSM7x27A RUMI3 Emulation Platform. |
| 545 | |
| 546 | config MACH_MSM7X27A_SURF |
| 547 | depends on ARCH_MSM7X27A |
| 548 | depends on !MSM_STACKED_MEMORY |
| 549 | default y |
| 550 | bool "MSM7x27A SURF" |
| 551 | help |
| 552 | Support for the Qualcomm MSM7x27A SURF. |
| 553 | |
| 554 | config MACH_MSM7X27A_FFA |
| 555 | depends on ARCH_MSM7X27A |
| 556 | depends on !MSM_STACKED_MEMORY |
| 557 | default y |
| 558 | bool "MSM7x27A FFA" |
| 559 | help |
| 560 | Support for the Qualcomm MSM7x27A FFA. |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 561 | |
Trilok Soni | 3d0f6c5 | 2011-07-26 16:06:58 +0530 | [diff] [blame] | 562 | config MACH_MSM7625A_SURF |
| 563 | depends on ARCH_MSM7X27A |
| 564 | depends on !MSM_STACKED_MEMORY |
| 565 | default y |
| 566 | bool "MSM7625A SURF" |
| 567 | help |
| 568 | Support for the Qualcomm MSM7625A SURF. |
| 569 | |
| 570 | config MACH_MSM7625A_FFA |
| 571 | depends on ARCH_MSM7X27A |
| 572 | depends on !MSM_STACKED_MEMORY |
| 573 | default y |
| 574 | bool "MSM7625A FFA" |
| 575 | help |
| 576 | Support for the Qualcomm MSM7625A FFA. |
| 577 | |
Taniya Das | c98bfbc | 2011-08-23 09:58:55 +0530 | [diff] [blame] | 578 | config MACH_MSM7627A_QRD1 |
| 579 | depends on ARCH_MSM7X27A |
| 580 | depends on !MSM_STACKED_MEMORY |
| 581 | default y |
| 582 | bool "MSM7627A QRD1" |
| 583 | help |
Chintan Pandya | b1bad0e | 2012-02-06 19:04:51 +0530 | [diff] [blame] | 584 | Support for the Qualcomm MSM7627A Reference Design. |
| 585 | |
| 586 | config MACH_MSM7627A_QRD3 |
| 587 | depends on ARCH_MSM7X27A |
| 588 | depends on !MSM_STACKED_MEMORY |
| 589 | default y |
| 590 | bool "MSM7627A QRD3" |
| 591 | help |
| 592 | Support for the Qualcomm MSM7627A Reference Design. |
Taniya Das | c98bfbc | 2011-08-23 09:58:55 +0530 | [diff] [blame] | 593 | |
Taniya Das | c868a2e | 2012-01-03 10:18:47 +0530 | [diff] [blame] | 594 | config MACH_MSM7627A_EVB |
| 595 | depends on ARCH_MSM7X27A |
| 596 | depends on !MSM_STACKED_MEMORY |
| 597 | default y |
| 598 | bool "MSM7627A EVB" |
| 599 | help |
| 600 | Support for the Qualcomm MSM7627A Reference Design. |
| 601 | |
Taniya Das | 43bcdd6 | 2011-12-02 17:33:27 +0530 | [diff] [blame] | 602 | config MACH_MSM8625_RUMI3 |
| 603 | depends on ARCH_MSM8625 |
| 604 | depends on !MSM_STACKED_MEMORY |
| 605 | default y |
| 606 | bool "MSM8625 RUMI3" |
| 607 | help |
| 608 | Support for the Qualcomm MSM8625 RUMI3 Emulation Platform. |
| 609 | |
Taniya Das | e3027e2 | 2012-02-27 16:32:27 +0530 | [diff] [blame] | 610 | config MACH_MSM8625_SURF |
| 611 | depends on ARCH_MSM8625 |
| 612 | depends on !MSM_STACKED_MEMORY |
| 613 | default y |
| 614 | bool "MSM8625 SURF" |
| 615 | help |
| 616 | Support for the Qualcomm MSM8625 SURF. |
| 617 | |
Aparna Mallavarapu | 9f000a7 | 2012-04-20 15:37:57 +0530 | [diff] [blame] | 618 | config MACH_MSM8625_FFA |
| 619 | depends on ARCH_MSM8625 |
| 620 | depends on !MSM_STACKED_MEMORY |
| 621 | default y |
| 622 | bool "MSM8625 FFA" |
| 623 | help |
| 624 | Support for the Qualcomm MSM8625 FFA. |
| 625 | |
Chintan Pandya | f4ad400 | 2012-02-28 19:49:03 +0530 | [diff] [blame] | 626 | config MACH_MSM8625_EVB |
| 627 | depends on ARCH_MSM8625 |
| 628 | depends on !MSM_STACKED_MEMORY |
| 629 | default y |
| 630 | bool "MSM8625 EVB" |
| 631 | help |
| 632 | Support for the Qualcomm MSM8625 Reference Design. |
| 633 | |
Taniya Das | bd09654 | 2012-03-15 17:43:45 +0530 | [diff] [blame] | 634 | config MACH_MSM8625_QRD7 |
| 635 | depends on ARCH_MSM8625 |
| 636 | depends on !MSM_STACKED_MEMORY |
| 637 | default y |
| 638 | bool "MSM8625 QRD7" |
| 639 | help |
| 640 | Support for the Qualcomm MSM8625 Reference Design. |
| 641 | |
Aparna Mallavarapu | 5a32624 | 2012-05-09 19:49:02 +0530 | [diff] [blame] | 642 | config MACH_MSM8625_EVT |
| 643 | depends on ARCH_MSM8625 |
| 644 | depends on !MSM_STACKED_MEMORY |
| 645 | default y |
| 646 | bool "MSM8625 EVT" |
| 647 | help |
| 648 | Support for the Qualcomm MSM8625 Reference Design. |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 649 | |
Daniel Walker | 7b52161 | 2010-05-06 12:44:57 -0700 | [diff] [blame] | 650 | config MACH_MSM7X30_SURF |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 651 | depends on ARCH_MSM7X30 |
| 652 | depends on !MSM_STACKED_MEMORY |
| 653 | default y |
| 654 | bool "MSM7x30 SURF" |
| 655 | help |
| 656 | Support for the Qualcomm MSM7x30 SURF eval board. |
| 657 | |
| 658 | config MACH_MSM7X30_FFA |
| 659 | depends on ARCH_MSM7X30 |
| 660 | depends on !MSM_STACKED_MEMORY |
| 661 | default y |
| 662 | bool "MSM7x30 FFA" |
| 663 | help |
| 664 | Support for the Qualcomm MSM7x30 FFA eval board. |
| 665 | |
| 666 | config MACH_MSM7X30_FLUID |
| 667 | depends on ARCH_MSM7X30 |
| 668 | depends on !MSM_STACKED_MEMORY |
| 669 | default y |
| 670 | bool "MSM7x30 FLUID" |
| 671 | help |
| 672 | Support for the Qualcomm MSM7x30 FLUID eval board. |
| 673 | |
| 674 | config MACH_SAPPHIRE |
| 675 | depends on ARCH_MSM7X01A |
| 676 | default n |
| 677 | bool "Sapphire" |
Daniel Walker | 7b52161 | 2010-05-06 12:44:57 -0700 | [diff] [blame] | 678 | |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 679 | config MACH_QSD8X50_SURF |
| 680 | depends on ARCH_QSD8X50 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 681 | depends on MSM_SOC_REV_NONE |
| 682 | depends on MSM_STACKED_MEMORY |
| 683 | default y |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 684 | bool "QSD8x50 SURF" |
| 685 | help |
| 686 | Support for the Qualcomm QSD8x50 SURF eval board. |
| 687 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 688 | config MACH_QSD8X50_FFA |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 689 | depends on ARCH_QSD8X50 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 690 | depends on MSM_SOC_REV_NONE |
| 691 | depends on MSM_STACKED_MEMORY |
| 692 | default y |
| 693 | bool "QSD8x50 FFA" |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 694 | help |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 695 | Support for the Qualcomm QSD8x50 FFA eval board. |
| 696 | |
| 697 | config MACH_MSM7X25_SURF |
| 698 | depends on ARCH_MSM7X25 |
| 699 | depends on !MSM_STACKED_MEMORY |
| 700 | default y |
| 701 | bool "MSM7x25 SURF" |
| 702 | help |
| 703 | Support for the Qualcomm MSM7x25 SURF eval board. |
| 704 | |
| 705 | config MACH_MSM7X25_FFA |
| 706 | depends on ARCH_MSM7X25 |
| 707 | depends on !MSM_STACKED_MEMORY |
| 708 | default y |
| 709 | bool "MSM7x25 FFA" |
| 710 | help |
| 711 | Support for the Qualcomm MSM7x25 FFA eval board. |
| 712 | |
| 713 | config MACH_MSM8X55_SURF |
| 714 | depends on ARCH_MSM7X30 |
| 715 | depends on !MSM_STACKED_MEMORY |
| 716 | default y |
| 717 | bool "MSM8X55 SURF" |
| 718 | help |
| 719 | Support for the Qualcomm MSM8x55 SURF eval board. |
| 720 | |
| 721 | config MACH_MSM8X55_FFA |
| 722 | depends on ARCH_MSM7X30 |
| 723 | depends on !MSM_STACKED_MEMORY |
| 724 | default y |
| 725 | bool "MSM8X55 FFA" |
| 726 | help |
| 727 | Support for the Qualcomm MSM8x55 FFA eval board. |
| 728 | |
| 729 | config MACH_MSM8X55_SVLTE_FFA |
| 730 | depends on ARCH_MSM7X30 |
| 731 | depends on !MSM_STACKED_MEMORY |
| 732 | default y |
| 733 | bool "MSM8X55 SVLTE FFA" |
| 734 | help |
| 735 | Support for the Qualcomm MSM8x55 SVLTE FFA eval board. |
| 736 | |
| 737 | config MACH_MSM8X55_SVLTE_SURF |
| 738 | depends on ARCH_MSM7X30 |
| 739 | depends on !MSM_STACKED_MEMORY |
| 740 | default y |
| 741 | bool "MSM8X55 SVLTE SURF" |
| 742 | help |
| 743 | Support for the Qualcomm MSM8x55 SVLTE SURF eval board. |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 744 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 745 | config MACH_MSM8X60_SURF |
| 746 | depends on ARCH_MSM8X60 |
| 747 | default n |
| 748 | bool "MSM8x60 SURF" |
| 749 | help |
| 750 | Support for the Qualcomm MSM8x60 SURF eval board. |
| 751 | |
Gregory Bean | 69b7f6f | 2010-04-04 22:29:02 -0700 | [diff] [blame] | 752 | config MACH_MSM8X60_FFA |
| 753 | depends on ARCH_MSM8X60 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 754 | default n |
Gregory Bean | 69b7f6f | 2010-04-04 22:29:02 -0700 | [diff] [blame] | 755 | bool "MSM8x60 FFA" |
| 756 | help |
| 757 | Support for the Qualcomm MSM8x60 FFA eval board. |
| 758 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 759 | config MACH_MSM8X60_FLUID |
| 760 | depends on ARCH_MSM8X60 |
| 761 | default n |
| 762 | bool "MSM8x60 FLUID" |
| 763 | help |
| 764 | Support for the Qualcomm MSM8x60 FLUID platform. The FLUID is an |
| 765 | 8x60 target which has a form factor that is much closer to that |
| 766 | of a phone than other targets. It also has a new display and |
| 767 | touchscreen controller. |
| 768 | |
| 769 | config MACH_MSM8X60_FUSION |
| 770 | depends on ARCH_MSM8X60 |
| 771 | default n |
| 772 | bool "MSM8x60 FUSION" |
| 773 | help |
| 774 | Support for the Qualcomm MSM8x60 Fusion SURF device. |
| 775 | |
| 776 | config MACH_MSM8X60_FUSN_FFA |
| 777 | depends on ARCH_MSM8X60 |
| 778 | default n |
| 779 | bool "MSM8x60 FUSN FFA" |
| 780 | help |
| 781 | Support for the Qualcomm MSM8x60 Fusion FFA device. |
| 782 | |
Zhang Chang Ken | ef05b17 | 2011-07-27 15:28:13 -0400 | [diff] [blame] | 783 | config MACH_MSM8X60_DRAGON |
| 784 | depends on ARCH_MSM8X60 |
| 785 | default n |
| 786 | bool "MSM8x60 DRAGON" |
| 787 | help |
| 788 | Support for the Qualcomm MSM8x60 Dragon board. |
| 789 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 790 | config MACH_MSM8960_CDP |
| 791 | depends on ARCH_MSM8960 |
| 792 | bool "MSM8960 CDP" |
| 793 | help |
| 794 | Support for the Qualcomm MSM8960 CDP device. |
| 795 | |
| 796 | config MACH_MSM8960_MTP |
| 797 | depends on ARCH_MSM8960 |
| 798 | bool "MSM8960 MTP" |
| 799 | help |
| 800 | Support for the Qualcomm MSM8960 MTP device. |
| 801 | |
| 802 | config MACH_MSM8960_FLUID |
| 803 | depends on ARCH_MSM8960 |
| 804 | bool "MSM8960 FLUID" |
| 805 | help |
| 806 | Support for the Qualcomm MSM8960 FLUID device. |
| 807 | |
Amir Samuelov | 0d1f8ae | 2011-07-28 11:13:58 +0300 | [diff] [blame] | 808 | config MACH_MSM8960_LIQUID |
| 809 | depends on ARCH_MSM8960 |
| 810 | bool "MSM8960 LIQUID" |
| 811 | help |
| 812 | Support for the Qualcomm MSM8960 LIQUID device. |
| 813 | |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 814 | config MACH_MSM8930_CDP |
| 815 | depends on ARCH_MSM8930 |
| 816 | bool "MSM8930 CDP" |
| 817 | help |
| 818 | Support for the Qualcomm MSM8930 CDP device. |
| 819 | |
| 820 | config MACH_MSM8930_MTP |
| 821 | depends on ARCH_MSM8930 |
| 822 | bool "MSM8930 MTP" |
| 823 | help |
| 824 | Support for the Qualcomm MSM8930 MTP device. |
| 825 | |
| 826 | config MACH_MSM8930_FLUID |
| 827 | depends on ARCH_MSM8930 |
| 828 | bool "MSM8930 FLUID" |
| 829 | help |
| 830 | Support for the Qualcomm MSM8930 FLUID device. |
| 831 | |
Stepan Moskovchenko | 8768eff | 2011-12-01 18:55:07 -0800 | [diff] [blame] | 832 | config MACH_MSM8627_CDP |
| 833 | depends on ARCH_MSM8930 |
| 834 | bool "MSM8627 CDP" |
| 835 | help |
| 836 | Support for the Qualcomm MSM8627 CDP device. |
| 837 | |
| 838 | config MACH_MSM8627_MTP |
| 839 | depends on ARCH_MSM8930 |
| 840 | bool "MSM8627 MTP" |
| 841 | help |
| 842 | Support for the Qualcomm MSM8627 MTP device. |
| 843 | |
Rohit Vaswani | a8e7a83 | 2011-09-28 21:00:05 -0700 | [diff] [blame] | 844 | config MACH_MSM9615_CDP |
| 845 | depends on ARCH_MSM9615 |
| 846 | bool "MSM9615 CDP" |
| 847 | help |
| 848 | Support for the Qualcomm MSM9615 CDP device. |
| 849 | |
| 850 | config MACH_MSM9615_MTP |
| 851 | depends on ARCH_MSM9615 |
| 852 | bool "MSM9615 MTP" |
| 853 | help |
| 854 | Support for the Qualcomm MSM9615 MTP device. |
| 855 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 856 | config MSM_USE_TSIF1 |
| 857 | depends on ARCH_MSM8X60 |
| 858 | bool "MSM8x60 use TSIF1" |
| 859 | help |
| 860 | Selects TSIF1 core to be used rather than TSIF0. |
| 861 | The two TSIF cores share the same DM configuration |
| 862 | so they cannot be used simultaneously. |
| 863 | |
Joel King | 82b7e3f | 2012-01-05 10:03:27 -0800 | [diff] [blame] | 864 | config MACH_APQ8064_CDP |
| 865 | depends on ARCH_APQ8064 |
| 866 | bool "APQ8064 CDP" |
| 867 | help |
| 868 | Support for the Qualcomm APQ8064 CDP device. |
| 869 | |
| 870 | config MACH_APQ8064_MTP |
| 871 | depends on ARCH_APQ8064 |
| 872 | bool "APQ8064 MTP" |
| 873 | help |
| 874 | Support for the Qualcomm APQ8064 MTP device. |
| 875 | |
| 876 | config MACH_APQ8064_LIQUID |
| 877 | depends on ARCH_APQ8064 |
| 878 | bool "APQ8064 LIQUID" |
| 879 | help |
| 880 | Support for the Qualcomm APQ8064 LIQUID device. |
| 881 | |
Joel King | 064bbf8 | 2012-04-01 13:23:39 -0700 | [diff] [blame] | 882 | config MACH_MPQ8064_CDP |
| 883 | depends on ARCH_APQ8064 |
| 884 | bool "MPQ8064 CDP" |
| 885 | help |
| 886 | Support for the Qualcomm MPQ8064 CDP device. |
| 887 | |
Joel King | 11ca820 | 2012-02-13 16:19:03 -0800 | [diff] [blame] | 888 | config MACH_MPQ8064_HRD |
| 889 | depends on ARCH_APQ8064 |
| 890 | bool "MPQ8064 HRD" |
| 891 | help |
| 892 | Support for the Qualcomm MPQ8064 HRD device. |
| 893 | |
| 894 | config MACH_MPQ8064_DTV |
| 895 | depends on ARCH_APQ8064 |
| 896 | bool "MPQ8064 DTV" |
| 897 | help |
| 898 | Support for the Qualcomm MPQ8064 DTV device. |
| 899 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 900 | config MACH_FSM9XXX_SURF |
| 901 | depends on ARCH_FSM9XXX |
| 902 | depends on !MSM_STACKED_MEMORY |
| 903 | default y |
| 904 | bool "FSM9XXX SURF" |
| 905 | help |
| 906 | Support for the Qualcomm FSM9xxx femtocell |
| 907 | chipset based SURF evaluation board and |
| 908 | FFA board. |
| 909 | |
Daniel Walker | 4ad15e6 | 2010-05-06 13:54:17 -0700 | [diff] [blame] | 910 | endmenu |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 911 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 912 | config MSM_STACKED_MEMORY |
| 913 | bool "Stacked Memory" |
| 914 | default y |
Stepan Moskovchenko | 24f6173 | 2011-02-11 12:28:16 -0800 | [diff] [blame] | 915 | help |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 916 | This option is used to indicate the presence of on-die stacked |
| 917 | memory. When present this memory bank is used for a high speed |
| 918 | shared memory interface. When not present regular RAM is used. |
Stepan Moskovchenko | 24f6173 | 2011-02-11 12:28:16 -0800 | [diff] [blame] | 919 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 920 | config PHYS_OFFSET |
| 921 | hex |
Rohit Vaswani | ddeb52a | 2011-08-16 12:26:32 -0700 | [diff] [blame] | 922 | default "0x40800000" if ARCH_MSM9615 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 923 | default "0x80200000" if ARCH_APQ8064 |
| 924 | default "0x80200000" if ARCH_MSM8960 |
Stepan Moskovchenko | 082952d | 2011-10-18 17:27:08 -0700 | [diff] [blame] | 925 | default "0x80200000" if ARCH_MSM8930 |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 926 | default "0x00000000" if ARCH_MSM8974 |
Ravi Kumar V | b31dbba | 2012-08-31 22:40:22 +0530 | [diff] [blame] | 927 | default "0x00000000" if ARCH_MPQ8092 |
Syed Rameez Mustafa | 90f8050 | 2012-08-23 17:27:24 -0700 | [diff] [blame] | 928 | default "0x00000000" if ARCH_MSM8226 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 929 | default "0x10000000" if ARCH_FSM9XXX |
Abhimanyu Kapur | 20ac2ad | 2012-09-25 04:23:59 -0700 | [diff] [blame] | 930 | default "0x00200000" if ARCH_MSM9625 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 931 | default "0x00200000" if !MSM_STACKED_MEMORY |
| 932 | default "0x00000000" if ARCH_QSD8X50 && MSM_SOC_REV_A |
| 933 | default "0x20000000" if ARCH_QSD8X50 |
| 934 | default "0x40200000" if ARCH_MSM8X60 |
| 935 | default "0x10000000" |
Stepan Moskovchenko | 24f6173 | 2011-02-11 12:28:16 -0800 | [diff] [blame] | 936 | |
Mitchel Humpherys | 05e5881 | 2012-08-13 14:24:13 -0700 | [diff] [blame] | 937 | config KERNEL_MSM_CONTIG_MEM_REGION |
| 938 | bool "Enable in-kernel contiguous memory region" |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 939 | default y if ARCH_MSM8X60 |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 940 | depends on ANDROID_PMEM && (ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM8974) |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 941 | help |
Mitchel Humpherys | 05e5881 | 2012-08-13 14:24:13 -0700 | [diff] [blame] | 942 | Enable the in-kernel contiguous memory allocator. Sets up a |
| 943 | region of physically contiguous memory. This memory is |
| 944 | reserved during initialization, and can be used |
| 945 | generically. |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 946 | |
| 947 | config KERNEL_PMEM_SMI_REGION |
| 948 | bool "Enable in-kernel PMEM region for SMI" |
| 949 | default y if ARCH_MSM8X60 |
| 950 | depends on ANDROID_PMEM && ((ARCH_QSD8X50 && !PMEM_GPU0) || (ARCH_MSM8X60 && !VCM)) |
| 951 | help |
| 952 | Enable the in-kernel PMEM allocator to use SMI memory. |
| 953 | |
| 954 | config PMEM_GPU0 |
| 955 | bool "Enable PMEM GPU0 region" |
| 956 | default y |
| 957 | depends on ARCH_QSD8X50 && ANDROID_PMEM |
| 958 | help |
| 959 | Enable the PMEM GPU0 device on SMI Memory. |
| 960 | |
| 961 | config MSM_AMSS_VERSION |
| 962 | int |
| 963 | default 6210 if MSM_AMSS_VERSION_6210 |
| 964 | default 6220 if MSM_AMSS_VERSION_6220 |
| 965 | default 6225 if MSM_AMSS_VERSION_6225 |
| 966 | |
| 967 | choice |
| 968 | prompt "AMSS modem firmware version" |
| 969 | |
| 970 | default MSM_AMSS_VERSION_6225 |
| 971 | |
| 972 | config MSM_AMSS_VERSION_6210 |
| 973 | bool "6.2.10" |
| 974 | |
| 975 | config MSM_AMSS_VERSION_6220 |
| 976 | bool "6.2.20" |
| 977 | |
| 978 | config MSM_AMSS_VERSION_6225 |
| 979 | bool "6.2.20 + New ADSP" |
| 980 | endchoice |
Stepan Moskovchenko | 2607b0a | 2010-11-15 17:46:10 -0800 | [diff] [blame] | 981 | |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 982 | config MSM_HAS_DEBUG_UART_HS |
Daniel Walker | bf83de4 | 2010-03-16 16:29:44 -0700 | [diff] [blame] | 983 | bool |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 984 | help |
| 985 | Say Y here if high speed MSM UART is present. |
| 986 | |
| 987 | config MSM_HAS_DEBUG_UART_HS_V14 |
| 988 | bool |
| 989 | select MSM_HAS_DEBUG_UART_HS |
| 990 | help |
| 991 | Say Y here if high speed MSM UART v1.4 is present. |
| 992 | |
Taniya Das | fa4ee7f | 2012-02-21 15:04:51 +0530 | [diff] [blame] | 993 | config MSM_DEBUG_UART_PHYS |
| 994 | hex |
| 995 | default 0xA9A00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART1 |
| 996 | default 0xACA00000 if ARCH_MSM7X30 && DEBUG_MSM_UART1 |
| 997 | default 0x94000000 if ARCH_FSM9XXX && DEBUG_MSM_UART1 |
| 998 | default 0xA9B00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART2 |
| 999 | default 0xACB00000 if ARCH_MSM7X30 && DEBUG_MSM_UART2 |
| 1000 | default 0x94100000 if ARCH_FSM9XXX && DEBUG_MSM_UART2 |
| 1001 | default 0xA9C00000 if (ARCH_MSM7X27 || ARCH_QSD8X50) && DEBUG_MSM_UART3 |
| 1002 | default 0xACC00000 if ARCH_MSM7X30 && DEBUG_MSM_UART3 |
| 1003 | |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1004 | choice |
| 1005 | prompt "Debug UART" |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1006 | depends on DEBUG_LL |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1007 | |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1008 | config DEBUG_MSM_UART1 |
| 1009 | bool "Kernel low-level debugging messages via MSM UART1" |
Taniya Das | fa4ee7f | 2012-02-21 15:04:51 +0530 | [diff] [blame] | 1010 | depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50 || ARCH_FSM9XXX |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1011 | help |
| 1012 | Say Y here if you want the debug print routines to direct |
| 1013 | their output to the first serial port on MSM devices. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1014 | |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1015 | config DEBUG_MSM_UART2 |
| 1016 | bool "Kernel low-level debugging messages via MSM UART2" |
Taniya Das | fa4ee7f | 2012-02-21 15:04:51 +0530 | [diff] [blame] | 1017 | depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50 || ARCH_FSM9XXX |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1018 | help |
| 1019 | Say Y here if you want the debug print routines to direct |
| 1020 | their output to the second serial port on MSM devices. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1021 | |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1022 | config DEBUG_MSM_UART3 |
| 1023 | bool "Kernel low-level debugging messages via MSM UART3" |
Taniya Das | fa4ee7f | 2012-02-21 15:04:51 +0530 | [diff] [blame] | 1024 | depends on ARCH_MSM7X27 || ARCH_MSM7X30 || ARCH_QSD8X50 |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1025 | help |
| 1026 | Say Y here if you want the debug print routines to direct |
| 1027 | their output to the third serial port on MSM devices. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1028 | |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1029 | config DEBUG_MSM8660_UART |
| 1030 | bool "Kernel low-level debugging messages via MSM 8660 UART" |
| 1031 | depends on ARCH_MSM8X60 |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 1032 | select MSM_HAS_DEBUG_UART_HS |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1033 | help |
| 1034 | Say Y here if you want the debug print routines to direct |
| 1035 | their output to the serial port on MSM 8660 devices. |
Steve Muckle | c8aabae | 2010-04-21 16:20:27 -0700 | [diff] [blame] | 1036 | |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1037 | config DEBUG_MSM8960_UART |
| 1038 | bool "Kernel low-level debugging messages via MSM 8960 UART" |
Stepan Moskovchenko | 824db17 | 2012-05-29 18:05:09 -0700 | [diff] [blame] | 1039 | depends on ARCH_MSM8960 && DEBUG_LL |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 1040 | select MSM_HAS_DEBUG_UART_HS |
Sathish Ambley | bb87d5f | 2011-11-08 15:14:01 -0800 | [diff] [blame] | 1041 | help |
| 1042 | Say Y here if you want the debug print routines to direct |
| 1043 | their output to the serial port on MSM 8960 devices. |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 1044 | |
Stepan Moskovchenko | 824db17 | 2012-05-29 18:05:09 -0700 | [diff] [blame] | 1045 | config DEBUG_MSM8930_UART |
| 1046 | bool "Kernel low-level debugging messages via MSM 8930 UART" |
| 1047 | depends on ARCH_MSM8930 && DEBUG_LL |
| 1048 | select MSM_HAS_DEBUG_UART_HS |
| 1049 | help |
| 1050 | Say Y here if you want the debug print routines to direct |
| 1051 | their output to the serial port on MSM 8930 devices. |
| 1052 | |
| 1053 | config DEBUG_APQ8064_UART |
| 1054 | bool "Kernel low-level debugging messages via APQ 8064 UART" |
| 1055 | depends on ARCH_APQ8064 && DEBUG_LL |
| 1056 | select MSM_HAS_DEBUG_UART_HS |
| 1057 | help |
| 1058 | Say Y here if you want the debug print routines to direct |
| 1059 | their output to the serial port on APQ 8064 devices. |
| 1060 | |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 1061 | config DEBUG_MSM8974_UART |
| 1062 | bool "Kernel low-level debugging messages via MSM 8974 UART" |
| 1063 | depends on ARCH_MSM8974 |
Sathish Ambley | f5bebd6 | 2011-11-03 23:36:36 -0700 | [diff] [blame] | 1064 | select MSM_HAS_DEBUG_UART_HS_V14 |
| 1065 | help |
| 1066 | Say Y here if you want the debug print routines to direct |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 1067 | their output to the serial port on MSM 8974 devices. |
Ravi Kumar V | b31dbba | 2012-08-31 22:40:22 +0530 | [diff] [blame] | 1068 | |
| 1069 | config DEBUG_MPQ8092_UART |
| 1070 | bool "Kernel low-level debugging messages via MPQ8092 UART" |
| 1071 | depends on ARCH_MPQ8092 |
| 1072 | select MSM_HAS_DEBUG_UART_HS_V14 |
| 1073 | help |
| 1074 | Say Y here if you want the debug print routines to direct |
| 1075 | their output to the serial port on MPQ8092 devices. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1076 | endchoice |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1077 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1078 | choice |
| 1079 | prompt "Default Timer" |
| 1080 | default MSM7X00A_USE_GP_TIMER |
| 1081 | |
| 1082 | config MSM7X00A_USE_GP_TIMER |
| 1083 | bool "GP Timer" |
| 1084 | help |
| 1085 | Low resolution timer that allows power collapse from idle. |
| 1086 | |
| 1087 | config MSM7X00A_USE_DG_TIMER |
| 1088 | bool "DG Timer" |
| 1089 | help |
| 1090 | High resolution timer. |
| 1091 | endchoice |
| 1092 | |
| 1093 | choice |
| 1094 | prompt "Suspend sleep mode" |
| 1095 | default MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND |
| 1096 | help |
| 1097 | Allows overriding the sleep mode used. Leave at power |
| 1098 | collapse suspend unless the arm9 image has problems. |
| 1099 | |
| 1100 | config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND |
| 1101 | bool "Power collapse suspend" |
| 1102 | help |
| 1103 | Lowest sleep state. Returns through reset vector. |
| 1104 | |
| 1105 | config MSM7X00A_SLEEP_MODE_POWER_COLLAPSE |
| 1106 | bool "Power collapse" |
| 1107 | help |
| 1108 | Sleep state that returns through reset vector. |
| 1109 | |
| 1110 | config MSM7X00A_SLEEP_MODE_APPS_SLEEP |
| 1111 | bool "Apps Sleep" |
| 1112 | |
| 1113 | config MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT |
| 1114 | bool "Ramp down cpu clock and wait for interrupt" |
| 1115 | |
| 1116 | config MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT |
| 1117 | bool "Wait for interrupt" |
| 1118 | endchoice |
| 1119 | |
| 1120 | config MSM7X00A_SLEEP_MODE |
| 1121 | int |
| 1122 | default 0 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE_SUSPEND |
| 1123 | default 1 if MSM7X00A_SLEEP_MODE_POWER_COLLAPSE |
| 1124 | default 2 if MSM7X00A_SLEEP_MODE_APPS_SLEEP |
| 1125 | default 3 if MSM7X00A_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT |
| 1126 | default 4 if MSM7X00A_SLEEP_WAIT_FOR_INTERRUPT |
| 1127 | |
| 1128 | choice |
| 1129 | prompt "Idle sleep mode" |
| 1130 | default MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE |
| 1131 | help |
| 1132 | Allows overriding the sleep mode used from idle. Leave at power |
| 1133 | collapse suspend unless the arm9 image has problems. |
| 1134 | |
| 1135 | config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND |
| 1136 | bool "Power collapse suspend" |
| 1137 | help |
| 1138 | Lowest sleep state. Returns through reset vector. |
| 1139 | |
| 1140 | config MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE |
| 1141 | bool "Power collapse" |
| 1142 | help |
| 1143 | Sleep state that returns through reset vector. |
| 1144 | |
| 1145 | config MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP |
| 1146 | bool "Apps Sleep" |
| 1147 | |
| 1148 | config MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT |
| 1149 | bool "Ramp down cpu clock and wait for interrupt" |
| 1150 | |
| 1151 | config MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT |
| 1152 | bool "Wait for interrupt" |
| 1153 | endchoice |
| 1154 | |
| 1155 | config MSM7X00A_IDLE_SLEEP_MODE |
| 1156 | int |
| 1157 | default 0 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE_SUSPEND |
| 1158 | default 1 if MSM7X00A_IDLE_SLEEP_MODE_POWER_COLLAPSE |
| 1159 | default 2 if MSM7X00A_IDLE_SLEEP_MODE_APPS_SLEEP |
| 1160 | default 3 if MSM7X00A_IDLE_SLEEP_MODE_RAMP_DOWN_AND_WAIT_FOR_INTERRUPT |
| 1161 | default 4 if MSM7X00A_IDLE_SLEEP_WAIT_FOR_INTERRUPT |
| 1162 | |
| 1163 | config MSM7X00A_IDLE_SLEEP_MIN_TIME |
| 1164 | int "Minimum idle time before sleep" |
| 1165 | default 20000000 |
| 1166 | help |
| 1167 | Minimum idle time in nanoseconds before entering low power mode. |
| 1168 | |
| 1169 | config MSM7X00A_IDLE_SPIN_TIME |
| 1170 | int "Idle spin time before cpu ramp down" |
| 1171 | default 80000 |
| 1172 | help |
| 1173 | Spin time in nanoseconds before ramping down cpu clock and entering |
| 1174 | any low power state. |
| 1175 | |
| 1176 | menuconfig MSM_IDLE_STATS |
| 1177 | bool "Collect idle statistics" |
| 1178 | default y |
| 1179 | help |
| 1180 | Collect idle statistics and export them in proc/msm_pm_stats. |
| 1181 | |
| 1182 | if MSM_IDLE_STATS |
| 1183 | |
| 1184 | config MSM_IDLE_STATS_FIRST_BUCKET |
| 1185 | int "First bucket time" |
| 1186 | default 62500 |
| 1187 | help |
| 1188 | Upper time limit in nanoseconds of first bucket. |
| 1189 | |
| 1190 | config MSM_IDLE_STATS_BUCKET_SHIFT |
| 1191 | int "Bucket shift" |
| 1192 | default 2 |
| 1193 | |
| 1194 | config MSM_IDLE_STATS_BUCKET_COUNT |
| 1195 | int "Bucket count" |
| 1196 | default 10 |
| 1197 | |
| 1198 | config MSM_SUSPEND_STATS_FIRST_BUCKET |
| 1199 | int "First bucket time for suspend" |
| 1200 | default 1000000000 |
| 1201 | help |
| 1202 | Upper time limit in nanoseconds of first bucket of the |
| 1203 | histogram. This is for collecting statistics on suspend. |
| 1204 | |
| 1205 | endif # MSM_IDLE_STATS |
| 1206 | |
| 1207 | config CPU_HAS_L2_PMU |
| 1208 | bool "L2CC PMU Support" |
| 1209 | help |
| 1210 | Select this if the L2 cache controller has a Performance Monitoring Unit. |
| 1211 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1212 | config HTC_HEADSET |
| 1213 | tristate "HTC 2 Wire detection driver" |
| 1214 | default n |
| 1215 | help |
| 1216 | Provides support for detecting HTC 2 wire devices, such as wired |
| 1217 | headset, on the trout platform. Can be used with the msm serial |
| 1218 | debugger, but not with serial console. |
| 1219 | |
| 1220 | config TROUT_BATTCHG |
| 1221 | depends on MACH_TROUT && POWER_SUPPLY |
| 1222 | default y |
| 1223 | bool "Trout battery / charger driver" |
| 1224 | |
| 1225 | config HTC_PWRSINK |
| 1226 | depends on MSM_SMD |
| 1227 | default n |
| 1228 | bool "HTC Power Sink Driver" |
| 1229 | |
| 1230 | config QSD_SVS |
| 1231 | bool "QSD Static Voltage Scaling" |
| 1232 | depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA) |
| 1233 | default y |
| 1234 | select TPS65023 |
| 1235 | help |
| 1236 | Enables static voltage scaling using the TPS65023 PMIC. |
| 1237 | |
| 1238 | config QSD_PMIC_DEFAULT_DCDC1 |
| 1239 | int "PMIC default output voltage" |
| 1240 | depends on (MACH_QSD8X50_SURF || MACH_QSD8X50_FFA) |
| 1241 | default 1250 |
| 1242 | help |
| 1243 | This is the PMIC voltage at Linux kernel boot. |
| 1244 | |
| 1245 | config MSM_FIQ_SUPPORT |
| 1246 | default y |
| 1247 | bool "Enable installation of an FIQ handler." |
| 1248 | |
| 1249 | config MSM_SERIAL_DEBUGGER |
| 1250 | select MSM_FIQ_SUPPORT |
| 1251 | select KERNEL_DEBUGGER_CORE |
| 1252 | default n |
| 1253 | bool "FIQ Mode Serial Debugger" |
| 1254 | help |
| 1255 | The FIQ serial debugger can accept commands even when the |
| 1256 | kernel is unresponsive due to being stuck with interrupts |
| 1257 | disabled. Depends on the kernel debugger core in drivers/misc. |
| 1258 | |
| 1259 | config MSM_SERIAL_DEBUGGER_CONSOLE |
| 1260 | depends on MSM_SERIAL_DEBUGGER |
| 1261 | default n |
| 1262 | bool "Console on FIQ Serial Debugger port" |
| 1263 | help |
| 1264 | Enables a console so that printk messages are displayed on |
| 1265 | the debugger serial port as the occur. |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 1266 | |
Gregory Bean | ab78cde | 2010-09-01 16:26:12 -0700 | [diff] [blame] | 1267 | config MSM_PROC_COMM |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1268 | default y |
| 1269 | bool "Proc-Comm RPC Interface" |
| 1270 | help |
| 1271 | Enables a lightweight communications interface to the |
| 1272 | baseband processor. |
Gregory Bean | ab78cde | 2010-09-01 16:26:12 -0700 | [diff] [blame] | 1273 | |
Gregory Bean | 1963a2a | 2010-08-28 10:05:44 -0700 | [diff] [blame] | 1274 | config MSM_SMD |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1275 | bool "MSM Shared Memory Driver (SMD)" |
| 1276 | help |
| 1277 | Support for the shared memory interface between the apps |
| 1278 | processor and the baseband processor. Provides access to |
| 1279 | the "shared heap", as well as virtual serial channels |
| 1280 | used to communicate with various services on the baseband |
| 1281 | processor. |
| 1282 | |
| 1283 | choice |
| 1284 | prompt "MSM Shared memory interface version" |
| 1285 | depends on MSM_SMD |
| 1286 | default MSM_SMD_PKG3 if ARCH_MSM_ARM11 |
| 1287 | default MSM_SMD_PKG4 if ARCH_MSM_SCORPION |
| 1288 | |
| 1289 | config MSM_SMD_PKG3 |
| 1290 | bool |
| 1291 | prompt "Package 3" |
| 1292 | |
| 1293 | config MSM_SMD_PKG4 |
| 1294 | bool |
| 1295 | prompt "Package 4" |
| 1296 | endchoice |
| 1297 | |
Niranjana Vishwanathapura | f1427ac | 2012-05-03 14:28:21 -0600 | [diff] [blame] | 1298 | config MSM_PCIE |
| 1299 | bool "MSM PCIe Controller driver" |
| 1300 | depends on PCI && PCI_MSI |
| 1301 | help |
| 1302 | Enables the PCIe functionality by configures PCIe core on |
| 1303 | MSM chipset and by enabling the ARM PCI framework extension. |
| 1304 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1305 | config MSM_RPC_SDIO_XPRT |
| 1306 | depends on MSM_SDIO_AL |
| 1307 | default y |
| 1308 | bool "MSM SDIO XPRT Layer" |
| 1309 | help |
| 1310 | SDIO Transport Layer for RPC Rouer |
| 1311 | |
| 1312 | config MSM_RPC_SDIO_DEBUG |
| 1313 | depends on MSM_RPC_SDIO_XPRT |
| 1314 | default y |
| 1315 | bool "MSM SDIO XPRT debug support" |
| 1316 | help |
| 1317 | Support for debugging SDIO XPRT |
| 1318 | |
| 1319 | config MSM_SMD_DEBUG |
| 1320 | depends on MSM_SMD |
| 1321 | default y |
| 1322 | bool "MSM SMD debug support" |
| 1323 | help |
| 1324 | Support for debugging the SMD for communication |
| 1325 | between the ARM9 and ARM11 |
| 1326 | |
| 1327 | config MSM_SDIO_AL |
| 1328 | depends on ((ARCH_MSM7X30 || MACH_MSM8X60_FUSN_FFA || MACH_TYPE_MSM8X60_FUSION) && HAS_WAKELOCK) |
| 1329 | default y |
| 1330 | tristate "SDIO-Abstraction-Layer" |
| 1331 | help |
| 1332 | Support MSM<->MDM Communication over SDIO bus. |
| 1333 | MDM SDIO-Client should have pipes support. |
| 1334 | |
| 1335 | config MSM_SDIO_DMUX |
| 1336 | bool "SDIO Data Mux Driver" |
| 1337 | depends on MSM_SDIO_AL |
| 1338 | default n |
| 1339 | help |
| 1340 | Support Muxed Data Channels over SDIO interface. |
| 1341 | |
| 1342 | config MSM_BAM_DMUX |
| 1343 | bool "BAM Data Mux Driver" |
| 1344 | depends on SPS |
| 1345 | default n |
| 1346 | help |
| 1347 | Support Muxed Data Channels over BAM interface. |
| 1348 | BAM has a limited number of pipes. This driver |
| 1349 | provides a means to support more logical channels |
| 1350 | via muxing than BAM could without muxing. |
| 1351 | |
| 1352 | config MSM_N_WAY_SMD |
Jeff Hugo | 0c0f5e9 | 2011-09-28 13:55:45 -0600 | [diff] [blame] | 1353 | depends on (MSM_SMD && !(ARCH_MSM7X01A)) |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1354 | default y |
| 1355 | bool "MSM N-WAY SMD support" |
| 1356 | help |
| 1357 | Supports APPS-QDSP SMD communication along with |
| 1358 | normal APPS-MODEM SMD communication. |
| 1359 | |
| 1360 | config MSM_N_WAY_SMSM |
Jeff Hugo | 0c0f5e9 | 2011-09-28 13:55:45 -0600 | [diff] [blame] | 1361 | depends on (MSM_SMD && !(ARCH_MSM7X01A)) |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1362 | default y |
| 1363 | bool "MSM N-WAY SMSM support" |
| 1364 | help |
| 1365 | Supports APPS-QDSP SMSM communication along with |
| 1366 | normal APPS-MODEM SMSM communication. |
| 1367 | |
| 1368 | config MSM_RESET_MODEM |
| 1369 | tristate "Reset Modem Driver" |
| 1370 | depends on MSM_SMD |
| 1371 | default m |
| 1372 | help |
| 1373 | Allows the user to reset the modem through a device node. |
| 1374 | |
| 1375 | config MSM_SMD_LOGGING |
| 1376 | depends on MSM_SMD |
| 1377 | default y |
| 1378 | bool "MSM Shared Memory Logger" |
| 1379 | help |
| 1380 | This option exposes the shared memory logger at /dev/smem_log |
| 1381 | and a debugfs node named smem_log. |
| 1382 | |
| 1383 | If in doubt, say yes. |
| 1384 | |
Karthikeyan Ramasubramanian | e1f4f73 | 2011-08-08 13:34:47 -0600 | [diff] [blame] | 1385 | config MSM_IPC_LOGGING |
| 1386 | bool "MSM Debug Logging for IPC Drivers" |
| 1387 | help |
| 1388 | This option allows the debug logging for IPC Drivers. |
| 1389 | |
| 1390 | If in doubt, say no. |
| 1391 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1392 | config MSM_SMD_NMEA |
| 1393 | bool "NMEA GPS Driver" |
| 1394 | depends on MSM_SMD |
| 1395 | default y |
| 1396 | help |
| 1397 | Enable this to support the NMEA GPS device. |
| 1398 | |
| 1399 | If in doubt, say yes. |
| 1400 | |
| 1401 | config MSM_SDIO_TTY |
| 1402 | bool "SDIO TTY Driver" |
| 1403 | depends on MSM_SDIO_AL |
| 1404 | default n |
| 1405 | help |
| 1406 | Provides a TTY driver SDIO TTY |
| 1407 | This driver can be used by user space |
| 1408 | applications for passing data through the |
| 1409 | SDIO interface. |
| 1410 | |
| 1411 | config MSM_SMD_TTY |
| 1412 | bool "SMD TTY Driver" |
| 1413 | depends on MSM_SMD |
| 1414 | default y |
| 1415 | help |
| 1416 | Provides TTY interfaces to interact with the modem. |
| 1417 | |
| 1418 | If in doubt, say yes. |
| 1419 | |
| 1420 | config MSM_SMD_QMI |
| 1421 | bool "SMD QMI Driver" |
| 1422 | depends on MSM_SMD |
| 1423 | default y |
| 1424 | help |
| 1425 | Manages network data connections. |
| 1426 | |
| 1427 | If in doubt, say yes. |
| 1428 | |
| 1429 | config MSM_SMD_PKT |
| 1430 | bool "SMD Packet Driver" |
| 1431 | depends on MSM_SMD |
| 1432 | default y |
| 1433 | help |
| 1434 | Provides a binary SMD non-muxed packet port interface. |
| 1435 | |
| 1436 | If in doubt, say yes. |
| 1437 | |
| 1438 | config MSM_SDIO_CMUX |
| 1439 | bool "SDIO CMUX Driver" |
| 1440 | depends on MSM_SDIO_AL |
| 1441 | default n |
| 1442 | help |
| 1443 | Provides a Muxed port interface over SDIO QMI |
| 1444 | |
| 1445 | config MSM_DSPS |
| 1446 | bool "Sensors DSPS driver" |
| 1447 | depends on (MSM_PIL && (ARCH_MSM8X60 || ARCH_MSM8960)) |
| 1448 | default n |
| 1449 | help |
| 1450 | Provides user-space interface to the sensors manager |
| 1451 | to turn on/off the Sensors Processor system clocks. |
| 1452 | It is the DSPS responsibility to turn on/off the sensors |
| 1453 | themself. |
| 1454 | The number of clocks and their name may vary between targets. |
| 1455 | It also triggers the PIL to load the DSPS firmware. |
| 1456 | |
| 1457 | config MSM_SDIO_CTL |
| 1458 | bool "SDIO CTL Driver" |
| 1459 | depends on MSM_SDIO_CMUX |
| 1460 | default n |
| 1461 | help |
| 1462 | Provides a binary SDIO control port interface. |
| 1463 | |
| 1464 | config MSM_ONCRPCROUTER |
| 1465 | depends on MSM_SMD |
| 1466 | default n |
| 1467 | bool "MSM ONCRPC router support" |
| 1468 | help |
| 1469 | Support for the MSM ONCRPC router for communication between |
| 1470 | the ARM9 and ARM11 |
| 1471 | |
| 1472 | config MSM_IPC_ROUTER |
Karthikeyan Ramasubramanian | da45b43 | 2011-09-23 14:39:30 -0600 | [diff] [blame] | 1473 | depends on NET |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1474 | default n |
| 1475 | bool "MSM IPC Router support" |
| 1476 | help |
| 1477 | Support for the MSM IPC Router for communication between |
| 1478 | the APPs and the MODEM |
| 1479 | |
Karthikeyan Ramasubramanian | da45b43 | 2011-09-23 14:39:30 -0600 | [diff] [blame] | 1480 | config MSM_IPC_ROUTER_SMD_XPRT |
| 1481 | depends on MSM_SMD |
| 1482 | depends on MSM_IPC_ROUTER |
| 1483 | default n |
| 1484 | bool "MSM SMD XPRT Layer" |
| 1485 | help |
| 1486 | SMD Transport Layer for IPC Router |
| 1487 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1488 | config MSM_ONCRPCROUTER_DEBUG |
| 1489 | depends on MSM_ONCRPCROUTER |
| 1490 | default y |
| 1491 | bool "MSM debug ONCRPC router support" |
| 1492 | help |
| 1493 | Support for debugging the ONCRPC router for communication |
| 1494 | between the ARM9 and ARM11 |
| 1495 | |
| 1496 | config MSM_RPC_LOOPBACK_XPRT |
| 1497 | depends on MSM_ONCRPCROUTER |
| 1498 | default n |
| 1499 | bool "MSM RPC local routing support" |
| 1500 | help |
| 1501 | Support for routing RPC messages between APPS clients |
| 1502 | and APPS servers. Helps in testing APPS RPC framework. |
| 1503 | |
| 1504 | config MSM_RPCSERVER_TIME_REMOTE |
| 1505 | depends on MSM_ONCRPCROUTER && RTC_HCTOSYS |
| 1506 | default y |
| 1507 | bool "Time remote RPC server" |
| 1508 | help |
| 1509 | The time remote server receives notification of time bases and |
| 1510 | reports these events to registered callback functions. |
| 1511 | |
| 1512 | config MSM_RPCSERVER_WATCHDOG |
| 1513 | depends on MSM_ONCRPCROUTER |
| 1514 | default y |
| 1515 | bool "Watchdog RPC server" |
| 1516 | help |
| 1517 | The dog_keepalive server handles watchdog events. |
| 1518 | |
| 1519 | config MSM_RPC_WATCHDOG |
| 1520 | depends on MSM_ONCRPCROUTER |
| 1521 | default n |
| 1522 | bool "Watchdog RPC client" |
| 1523 | help |
| 1524 | The dog_keepalive client module. |
| 1525 | |
| 1526 | config MSM_RPC_PING |
| 1527 | depends on MSM_ONCRPCROUTER && DEBUG_FS |
| 1528 | default m |
| 1529 | bool "MSM rpc ping" |
| 1530 | help |
| 1531 | Implements MSM rpc ping test module. |
| 1532 | |
| 1533 | config MSM_RPC_PROC_COMM_TEST |
| 1534 | depends on DEBUG_FS && MSM_PROC_COMM |
| 1535 | default m |
| 1536 | bool "MSM rpc proc comm test" |
| 1537 | help |
| 1538 | Implements MSM rpc proc comm test module. |
| 1539 | |
| 1540 | config MSM_RPC_OEM_RAPI |
| 1541 | depends on MSM_ONCRPCROUTER |
| 1542 | default m |
| 1543 | bool "MSM oem rapi" |
| 1544 | help |
| 1545 | Implements MSM oem rapi client module. |
| 1546 | |
| 1547 | config MSM_RPCSERVER_HANDSET |
| 1548 | depends on MSM_ONCRPCROUTER |
| 1549 | default y |
| 1550 | bool "Handset events RPC server" |
| 1551 | help |
| 1552 | Support for receiving handset events like headset detect, |
| 1553 | headset switch and clamshell state. |
| 1554 | |
| 1555 | config MSM_RMT_STORAGE_CLIENT |
| 1556 | depends on (ARCH_MSM && MSM_ONCRPCROUTER) |
| 1557 | default n |
| 1558 | bool "Remote Storage RPC client" |
| 1559 | help |
| 1560 | Provide RPC mechanism for remote processors to access storage |
| 1561 | device on apps processor. |
| 1562 | |
| 1563 | config MSM_RMT_STORAGE_CLIENT_STATS |
| 1564 | depends on (MSM_RMT_STORAGE_CLIENT && DEBUG_FS) |
| 1565 | default n |
| 1566 | bool "Remote storage RPC client performance statistics" |
| 1567 | help |
| 1568 | Collects performance statistics and shows this information |
| 1569 | through a debugfs file rmt_storage_stats. |
| 1570 | |
| 1571 | config MSM_SDIO_SMEM |
| 1572 | depends on MSM_SDIO_AL |
| 1573 | default n |
| 1574 | bool "SDIO SMEM for remote storage" |
| 1575 | help |
| 1576 | Copies data from remote MDM9K memory to local MSM8x60 |
| 1577 | memory. Used by remote storage client to shadow |
| 1578 | MDM9K filesystem. |
| 1579 | |
| 1580 | config MSM_DALRPC |
| 1581 | bool "DAL RPC support" |
Bryan Huntsman | 18b3c0c | 2011-11-23 15:12:58 -0800 | [diff] [blame] | 1582 | default n |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1583 | help |
| 1584 | Supports RPC calls to DAL devices on remote processor cores. |
| 1585 | |
| 1586 | config MSM_DALRPC_TEST |
| 1587 | tristate "DAL RPC test module" |
| 1588 | depends on (MSM_DALRPC && DEBUG_FS) |
| 1589 | default m |
| 1590 | help |
| 1591 | Exercises DAL RPC calls to QDSP6. |
| 1592 | |
| 1593 | if CPU_FREQ_MSM |
| 1594 | |
| 1595 | config MSM_CPU_FREQ_SET_MIN_MAX |
| 1596 | bool "Set Min/Max CPU frequencies." |
| 1597 | default n |
| 1598 | help |
| 1599 | Allow setting min and max CPU frequencies. Sysfs can be used |
| 1600 | to override these values. |
| 1601 | |
| 1602 | config MSM_CPU_FREQ_MAX |
| 1603 | int "Max CPU Frequency" |
| 1604 | depends on MSM_CPU_FREQ_SET_MIN_MAX |
| 1605 | default 384000 |
| 1606 | |
| 1607 | config MSM_CPU_FREQ_MIN |
| 1608 | int "Min CPU Frequency" |
| 1609 | depends on MSM_CPU_FREQ_SET_MIN_MAX |
| 1610 | default 245760 |
| 1611 | |
| 1612 | endif # CPU_FREQ_MSM |
| 1613 | |
| 1614 | config MSM_CPU_AVS |
| 1615 | bool "Enable software controlled Adaptive Voltage Scaling (AVS)" |
| 1616 | depends on (ARCH_MSM_SCORPION && QSD_SVS) |
| 1617 | depends on ARCH_QSD8X50 |
| 1618 | default n |
| 1619 | select MSM_AVS_HW |
| 1620 | help |
| 1621 | This enables the s/w control of Adaptive Voltage Scaling feature |
| 1622 | in Qualcomm ARMv7 CPUs. It adjusts the voltage for each frequency |
| 1623 | based on feedback from three ring oscillators in the CPU. |
| 1624 | |
| 1625 | config MSM_AVS_HW |
| 1626 | bool "Enable Adaptive Voltage Scaling (AVS)" |
| 1627 | default n |
| 1628 | help |
| 1629 | Enable AVS hardware to fine tune voltage at each frequency. The |
| 1630 | AVS hardware blocks associated with each Qualcomm ARMv7 cores can |
| 1631 | fine tune the voltages based on the feedback from the ring |
| 1632 | oscillators. |
| 1633 | |
| 1634 | config MSM_HW3D |
| 1635 | tristate "MSM Hardware 3D Register Driver" |
| 1636 | depends on ANDROID_PMEM |
| 1637 | default y |
| 1638 | help |
| 1639 | Provides access to registers needed by the userspace OpenGL|ES |
| 1640 | library. |
| 1641 | |
| 1642 | config MSM_ADSP |
| 1643 | depends on (ARCH_MSM7X01A || ARCH_MSM7X25 || ARCH_MSM7X27) |
| 1644 | tristate "MSM ADSP driver" |
| 1645 | depends on ANDROID_PMEM |
| 1646 | default y |
| 1647 | help |
| 1648 | Provides access to registers needed by the userspace aDSP library. |
| 1649 | |
| 1650 | config ADSP_RPC_VER |
| 1651 | hex |
| 1652 | default 0x30002 if (ARCH_MSM7X27 || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2009)) |
| 1653 | default 0x30001 if (ARCH_MSM7X01A || (ARCH_MSM7X25 && AMSS_7X25_VERSION_2008)) |
| 1654 | depends on MSM_ADSP |
| 1655 | help |
| 1656 | Select proper ADSP RPC version |
| 1657 | choice |
| 1658 | prompt "ADSP RPC version" |
| 1659 | |
| 1660 | default AMSS_7X25_VERSION_2009 |
| 1661 | |
| 1662 | config AMSS_7X25_VERSION_2009 |
| 1663 | bool "2.0.09" |
| 1664 | |
| 1665 | config AMSS_7X25_VERSION_2008 |
| 1666 | bool "2.0.08" |
| 1667 | endchoice |
| 1668 | |
| 1669 | config MSM7KV2_AUDIO |
| 1670 | bool "MSM7K v2 audio" |
| 1671 | depends on (ARCH_MSM7X30 && ANDROID_PMEM) |
| 1672 | default y |
| 1673 | help |
| 1674 | Enables QDSP5V2-based audio drivers for audio playbacks and |
| 1675 | voice call. |
| 1676 | |
| 1677 | config MSM_ADSP_REPORT_EVENTS |
| 1678 | bool "Report modem events from the DSP" |
| 1679 | default y |
| 1680 | depends on (MSM_ADSP || MSM7KV2_AUDIO) |
| 1681 | help |
| 1682 | Normally, only messages from the aDSP are reported to userspace. |
| 1683 | With this option, we report events from the aDSP as well. |
| 1684 | |
| 1685 | config MSM_QDSP6 |
| 1686 | tristate "QDSP6 support" |
| 1687 | depends on ARCH_QSD8X50 && ANDROID_PMEM |
| 1688 | default y |
| 1689 | help |
| 1690 | Enable support for qdsp6. This provides audio and video functionality. |
| 1691 | |
| 1692 | config MSM8X60_AUDIO |
| 1693 | tristate "MSM8X60 audio support" |
| 1694 | depends on ARCH_MSM8X60 && ANDROID_PMEM |
| 1695 | default y |
| 1696 | help |
| 1697 | Enable support for qdsp6v2. This provides audio functionality. |
| 1698 | |
| 1699 | config MSM8X60_FTM_AUDIO_DEVICES |
| 1700 | bool "MSM8X60 audio factory test mode support" |
| 1701 | depends on MSM8X60_AUDIO |
| 1702 | help |
| 1703 | Enable support audio factory test mode devices. This is used |
| 1704 | in a production line environment. |
| 1705 | |
Ben Romberger | 45b351c | 2011-07-20 22:37:27 -0700 | [diff] [blame] | 1706 | config RTAC |
| 1707 | bool "MSM8K real-time audio calibration support" |
| 1708 | default y |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1709 | help |
Ben Romberger | 45b351c | 2011-07-20 22:37:27 -0700 | [diff] [blame] | 1710 | Enable support for rtac. This enables calibration during |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1711 | audio operation |
| 1712 | |
| 1713 | config MSM7X27A_AUDIO |
| 1714 | bool "MSM7X27A audio support" |
| 1715 | depends on ARCH_MSM7X27A && MSM_ADSP |
| 1716 | default n |
| 1717 | help |
| 1718 | Enable support for 7x27a. This provides audio functionality. |
| 1719 | |
Justin Paupore | a6cd209 | 2011-06-22 16:19:45 -0700 | [diff] [blame] | 1720 | config MSM_PROC_COMM_REGULATOR |
Gregory Bean | 1963a2a | 2010-08-28 10:05:44 -0700 | [diff] [blame] | 1721 | bool |
Justin Paupore | a6cd209 | 2011-06-22 16:19:45 -0700 | [diff] [blame] | 1722 | depends on MSM_PROC_COMM && REGULATOR |
| 1723 | help |
| 1724 | Enable regulator framework support for regulators managed by PMLIB |
| 1725 | on the modem, and controlled through proccomm calls. |
| 1726 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1727 | config MSM_VREG_SWITCH_INVERTED |
| 1728 | bool "Reverse vreg switch polarity" |
| 1729 | default n |
| 1730 | help |
| 1731 | Reverses the enable and disable for vreg switch. |
| 1732 | |
| 1733 | config MSM_DMA_TEST |
| 1734 | tristate "MSM DMA test module" |
| 1735 | default m |
| 1736 | help |
| 1737 | Intended to be compiled as a module. Provides a device node |
| 1738 | and ioctls for testing the MSM dma system. |
| 1739 | |
| 1740 | config WIFI_CONTROL_FUNC |
| 1741 | bool "Enable WiFi control function abstraction" |
| 1742 | help |
| 1743 | Enables Power/Reset/Carddetect function abstraction |
| 1744 | |
| 1745 | config WIFI_MEM_PREALLOC |
| 1746 | depends on WIFI_CONTROL_FUNC |
| 1747 | bool "Preallocate memory for WiFi buffers" |
| 1748 | help |
| 1749 | Preallocates memory buffers for WiFi driver |
| 1750 | |
| 1751 | config QSD_AUDIO |
| 1752 | bool "QSD audio" |
| 1753 | depends on ARCH_MSM_SCORPION && MSM_DALRPC && ANDROID_PMEM && !MSM_SMP |
| 1754 | default y |
| 1755 | help |
| 1756 | Provides PCM, MP3, and AAC audio playback. |
| 1757 | |
| 1758 | config AUDIO_AAC_PLUS |
| 1759 | depends on (MSM_ADSP || QSD_AUDIO || MSM7KV2_AUDIO) |
| 1760 | bool "AAC+ Audio" |
| 1761 | default y |
| 1762 | help |
| 1763 | Provides AAC+ decoding |
| 1764 | |
| 1765 | config AUDIO_ENHANCED_AAC_PLUS |
| 1766 | depends on AUDIO_AAC_PLUS |
| 1767 | bool "Enhanced AAC+ Audio" |
| 1768 | default y |
| 1769 | help |
| 1770 | Provides Enhanced AAC+ decoding |
| 1771 | |
| 1772 | config SURF_FFA_GPIO_KEYPAD |
| 1773 | bool "MSM SURF/FFA GPIO keypad" |
| 1774 | depends on INPUT_GPIO = "y" |
| 1775 | default y |
| 1776 | help |
| 1777 | Select if the GPIO keypad is attached. |
| 1778 | |
| 1779 | config MSM_SLEEP_TIME_OVERRIDE |
| 1780 | bool "Allow overriding suspend/sleep time with PM module parameter" |
| 1781 | default y |
| 1782 | help |
| 1783 | Enable the module parameter sleep_time_override. Specified |
| 1784 | in units of seconds, it overwrites the normal sleep time of |
| 1785 | suspend. The feature is required for automated power management |
| 1786 | testing. |
| 1787 | |
| 1788 | config MSM_MEMORY_LOW_POWER_MODE |
| 1789 | bool "Control the low power modes of memory" |
| 1790 | default n |
| 1791 | help |
| 1792 | The application processor controls whether memory should enter |
| 1793 | which low power mode. |
| 1794 | |
| 1795 | choice |
| 1796 | prompt "Default Memory Low Power Mode during Idle" |
| 1797 | depends on MSM_MEMORY_LOW_POWER_MODE |
| 1798 | default MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE |
| 1799 | help |
| 1800 | Selects the default low power mode of the memory during idle |
| 1801 | sleep. |
| 1802 | |
| 1803 | config MSM_MEMORY_LOW_POWER_MODE_IDLE_ACTIVE |
| 1804 | bool "Memory active" |
| 1805 | |
| 1806 | config MSM_MEMORY_LOW_POWER_MODE_IDLE_RETENTION |
| 1807 | bool "Memory in retention" |
| 1808 | |
| 1809 | config MSM_MEMORY_LOW_POWER_MODE_IDLE_DEEP_POWER_DOWN |
| 1810 | bool "Memory in deep power down" |
| 1811 | endchoice |
| 1812 | |
| 1813 | choice |
| 1814 | prompt "Default Memory Low Power Mode during Suspend" |
| 1815 | depends on MSM_MEMORY_LOW_POWER_MODE |
| 1816 | default MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE |
| 1817 | help |
| 1818 | Selects the default low power mode of the memory during suspend |
| 1819 | sleep. |
| 1820 | |
| 1821 | config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_ACTIVE |
| 1822 | bool "Memory active" |
| 1823 | |
| 1824 | config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_RETENTION |
| 1825 | bool "Memory in retention" |
| 1826 | |
| 1827 | config MSM_MEMORY_LOW_POWER_MODE_SUSPEND_DEEP_POWER_DOWN |
| 1828 | bool "Memory in deep power down" |
| 1829 | endchoice |
| 1830 | |
| 1831 | choice |
| 1832 | prompt "Power management timeout action" |
| 1833 | default MSM_PM_TIMEOUT_HALT |
| 1834 | help |
| 1835 | Selects the Application Processor's action when Power Management |
| 1836 | times out waiting for Modem's handshake. |
| 1837 | |
| 1838 | config MSM_PM_TIMEOUT_HALT |
| 1839 | bool "Halt the Application Processor" |
| 1840 | |
| 1841 | config MSM_PM_TIMEOUT_RESET_MODEM |
| 1842 | bool "Reset the Modem Processor" |
| 1843 | |
| 1844 | config MSM_PM_TIMEOUT_RESET_CHIP |
| 1845 | bool "Reset the entire chip" |
| 1846 | endchoice |
| 1847 | |
| 1848 | config MSM_IDLE_WAIT_ON_MODEM |
| 1849 | int "Wait for Modem to become ready for idle power collapse" |
| 1850 | default 0 |
| 1851 | help |
| 1852 | If Modem is not ready to handle Application Processor's request |
| 1853 | for idle power collapse, wait the number of microseconds in case |
| 1854 | Modem becomes ready soon. |
| 1855 | |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 1856 | config MSM_RPM_REGULATOR |
| 1857 | bool "RPM regulator driver" |
Matt Wagantall | 32dc71e | 2012-01-04 11:13:11 -0800 | [diff] [blame] | 1858 | depends on MSM_RPM && REGULATOR |
Matt Wagantall | 9274df9 | 2011-12-15 11:11:05 -0800 | [diff] [blame] | 1859 | help |
| 1860 | Compile in support for the RPM regulator driver, used for setting |
| 1861 | voltages and other parameters of the various power rails supplied |
| 1862 | by some Qualcomm PMICs. |
| 1863 | |
David Collins | c764232 | 2012-04-04 10:19:12 -0700 | [diff] [blame] | 1864 | config MSM_RPM_REGULATOR_SMD |
| 1865 | bool "SMD RPM regulator driver" |
| 1866 | depends on REGULATOR |
| 1867 | depends on OF |
| 1868 | depends on MSM_RPM_SMD |
| 1869 | help |
| 1870 | Compile in support for the SMD RPM regulator driver which is used for |
| 1871 | setting voltages and other parameters of the various power rails |
| 1872 | supplied by some Qualcomm PMICs. The SMD RPM regulator driver should |
| 1873 | be used on systems which contain an RPM which communicates with the |
| 1874 | application processor over SMD. |
| 1875 | |
Stephen Boyd | 0171058 | 2012-07-09 13:40:05 -0700 | [diff] [blame] | 1876 | config MSM_SUBSYSTEM_RESTART |
| 1877 | bool "MSM Subsystem Restart" |
| 1878 | help |
| 1879 | This option enables the MSM subsystem restart framework. |
| 1880 | |
| 1881 | The MSM subsystem restart framework provides support to boot, |
| 1882 | shutdown, and restart subsystems with a reference counted API. |
| 1883 | It also notifies userspace of transitions between these states via |
| 1884 | sysfs. |
| 1885 | |
| 1886 | config MSM_SYSMON_COMM |
| 1887 | bool "MSM System Monitor communication support" |
| 1888 | depends on MSM_SMD && MSM_SUBSYSTEM_RESTART |
| 1889 | help |
| 1890 | This option adds support for MSM System Monitor library, which |
| 1891 | provides an API that may be used for notifying subsystems within |
| 1892 | the SoC about other subsystems' power-up/down state-changes. |
| 1893 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1894 | config MSM_PIL |
| 1895 | bool "Peripheral image loading" |
| 1896 | select FW_LOADER |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1897 | default n |
| 1898 | help |
| 1899 | Some peripherals need to be loaded into memory before they can be |
| 1900 | brought out of reset. |
| 1901 | |
| 1902 | Say yes to support these devices. |
| 1903 | |
Stephen Boyd | 4eb885b | 2011-09-29 01:16:03 -0700 | [diff] [blame] | 1904 | config MSM_PIL_MODEM |
| 1905 | tristate "Modem (ARM11) Boot Support" |
Stephen Boyd | 3ac2073 | 2012-05-03 18:46:08 -0700 | [diff] [blame] | 1906 | depends on MSM_PIL && MSM_SUBSYSTEM_RESTART |
Stephen Boyd | 4eb885b | 2011-09-29 01:16:03 -0700 | [diff] [blame] | 1907 | help |
| 1908 | Support for booting and shutting down ARM11 Modem processors. |
| 1909 | |
Stephen Boyd | 3acc9e4 | 2011-09-28 16:46:40 -0700 | [diff] [blame] | 1910 | config MSM_PIL_QDSP6V3 |
| 1911 | tristate "QDSP6v3 (Hexagon) Boot Support" |
Stephen Boyd | 2e19d93 | 2012-05-09 17:36:04 -0700 | [diff] [blame] | 1912 | depends on MSM_PIL && MSM_SUBSYSTEM_RESTART |
Stephen Boyd | 3acc9e4 | 2011-09-28 16:46:40 -0700 | [diff] [blame] | 1913 | help |
| 1914 | Support for booting and shutting down QDSP6v3 processors (hexagon). |
| 1915 | The QDSP6 is a low power DSP used in audio software applications. |
| 1916 | |
Stephen Boyd | eb81988 | 2011-08-29 14:46:30 -0700 | [diff] [blame] | 1917 | config MSM_PIL_QDSP6V4 |
| 1918 | tristate "QDSP6v4 (Hexagon) Boot Support" |
| 1919 | depends on MSM_PIL |
| 1920 | help |
| 1921 | Support for booting and shutting down QDSP6v4 processors (hexagon). |
| 1922 | The QDSP6 is a low power DSP used in audio, modem firmware, and modem |
| 1923 | software applications. |
| 1924 | |
Matt Wagantall | c2bbdc3 | 2012-03-21 19:44:50 -0700 | [diff] [blame] | 1925 | config MSM_PIL_LPASS_QDSP6V5 |
| 1926 | tristate "LPASS QDSP6v5 (Hexagon) Boot Support" |
| 1927 | depends on MSM_PIL |
| 1928 | help |
Matt Wagantall | 4e2599e | 2012-03-21 22:31:35 -0700 | [diff] [blame] | 1929 | Support for booting and shutting down QDSP6v5 (Hexagon) processors |
| 1930 | in low power audio subsystems. |
| 1931 | |
| 1932 | config MSM_PIL_MSS_QDSP6V5 |
| 1933 | tristate "MSS QDSP6v5 (Hexagon) Boot Support" |
| 1934 | depends on MSM_PIL |
| 1935 | help |
| 1936 | Support for booting and shutting down QDSP6v5 (Hexagon) processors |
| 1937 | in modem subsystems. |
Matt Wagantall | c2bbdc3 | 2012-03-21 19:44:50 -0700 | [diff] [blame] | 1938 | |
Matt Wagantall | e6e00d5 | 2012-03-08 17:39:07 -0800 | [diff] [blame] | 1939 | config MSM_PIL_MBA |
| 1940 | tristate "Support for modem self-authentication" |
| 1941 | depends on MSM_PIL_MSS_QDSP6V5 |
| 1942 | help |
| 1943 | Support for booting self-authenticating modems using the Modem Boot |
| 1944 | Authenticator. |
Stephen Boyd | 322a992 | 2011-09-20 01:05:54 -0700 | [diff] [blame] | 1945 | |
| 1946 | config MSM_PIL_RIVA |
Stephen Boyd | d89eebe | 2011-09-28 23:28:11 -0700 | [diff] [blame] | 1947 | tristate "RIVA (WCNSS) Boot Support" |
Stephen Boyd | fdec00d | 2012-05-10 17:04:49 -0700 | [diff] [blame] | 1948 | depends on MSM_PIL && MSM_SUBSYSTEM_RESTART |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1949 | help |
| 1950 | Support for booting and shutting down the RIVA processor (WCNSS). |
| 1951 | Riva is the wireless subsystem processor used in bluetooth, wireless |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 1952 | LAN, and FM software applications. |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1953 | |
Stephen Boyd | d89eebe | 2011-09-28 23:28:11 -0700 | [diff] [blame] | 1954 | config MSM_PIL_TZAPPS |
| 1955 | tristate "TZApps Boot Support" |
| 1956 | depends on MSM_PIL |
| 1957 | help |
| 1958 | Support for booting and shutting down TZApps. |
| 1959 | |
| 1960 | TZApps is an image that runs in the secure processor state. It is |
| 1961 | used to decrypt data and perform secure operations on the behalf of |
| 1962 | the kernel. |
| 1963 | |
Stephen Boyd | 25c4a0b | 2011-09-20 00:12:36 -0700 | [diff] [blame] | 1964 | config MSM_PIL_DSPS |
| 1965 | tristate "DSPS Boot Support" |
| 1966 | depends on MSM_PIL |
| 1967 | help |
| 1968 | Support for booting and shutting down ARM7 DSPS processors. |
| 1969 | |
| 1970 | DSPS is a sensors offloading processor used for applications such |
| 1971 | as rotation detection, temperature, etc. |
| 1972 | |
Stephen Boyd | 7b973de | 2012-03-09 12:26:16 -0800 | [diff] [blame] | 1973 | config MSM_PIL_VIDC |
| 1974 | tristate "Video Core Secure Boot Support" |
| 1975 | depends on MSM_PIL |
| 1976 | help |
| 1977 | Support for authenticating the video core image. |
| 1978 | |
Tianyi Gou | 828798d | 2012-05-02 21:12:38 -0700 | [diff] [blame] | 1979 | config MSM_PIL_VENUS |
| 1980 | tristate "VENUS (Video) Boot Support" |
| 1981 | depends on MSM_PIL |
| 1982 | help |
| 1983 | Support for booting and shutting down the VENUS processor (Video). |
| 1984 | Venus is the Video subsystem processor used for video codecs. |
| 1985 | |
Matt Wagantall | 292aace | 2012-01-26 19:12:34 -0800 | [diff] [blame] | 1986 | config MSM_PIL_GSS |
Stephen Boyd | d86214b | 2012-05-10 15:26:35 -0700 | [diff] [blame] | 1987 | tristate "GSS (Cortex A5) Boot Support" |
| 1988 | depends on MSM_PIL && MSM_SUBSYSTEM_RESTART |
Matt Wagantall | 292aace | 2012-01-26 19:12:34 -0800 | [diff] [blame] | 1989 | help |
| 1990 | Support for booting and shutting down Cortex A5 processors which run |
| 1991 | GPS subsystem firmware. |
| 1992 | |
Tianyi Gou | c1e049f8 | 2011-11-23 14:20:16 -0800 | [diff] [blame] | 1993 | config MSM_PIL_PRONTO |
| 1994 | tristate "PRONTO (WCNSS) Boot Support" |
| 1995 | depends on MSM_PIL |
| 1996 | help |
| 1997 | Support for booting and shutting down the PRONTO processor (WCNSS). |
| 1998 | PRONTO is the wireless subsystem processor used in bluetooth, wireless |
| 1999 | LAN, and FM software applications. |
| 2000 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2001 | config MSM_SCM |
| 2002 | bool "Secure Channel Manager (SCM) support" |
| 2003 | default n |
| 2004 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2005 | config MSM_MODEM_8960 |
| 2006 | bool "MSM 8960 Modem driver" |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2007 | depends on (ARCH_MSM8960 || ARCH_MSM9615) |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2008 | help |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2009 | This option enables the modem driver for the MSM8960 and MSM9615, which monitors |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2010 | modem hardware watchdog interrupt lines and plugs into the subsystem |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2011 | restart and PIL drivers. For MSM9615, it only supports a full chip reset. |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2012 | |
Bharath Ramachandramurthy | ff061c7 | 2011-06-27 14:22:33 -0700 | [diff] [blame] | 2013 | config MSM_LPASS_8960 |
| 2014 | tristate "MSM 8960 Lpass driver" |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2015 | depends on (ARCH_MSM8960 || ARCH_MSM9615) |
Bharath Ramachandramurthy | ff061c7 | 2011-06-27 14:22:33 -0700 | [diff] [blame] | 2016 | help |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2017 | This option enables the lpass driver for the MSM8960 and MSM9615. This monitors |
Bharath Ramachandramurthy | ff061c7 | 2011-06-27 14:22:33 -0700 | [diff] [blame] | 2018 | lpass hardware watchdog interrupt lines and plugs into the subsystem |
Rohit Vaswani | 56dd22a | 2011-11-11 16:21:28 -0800 | [diff] [blame] | 2019 | restart and PIL drivers. For MSM9615, it only supports a full chip reset. |
Bharath Ramachandramurthy | ff061c7 | 2011-06-27 14:22:33 -0700 | [diff] [blame] | 2020 | |
Vikram Mulukutla | 74f9526 | 2012-06-25 10:21:41 -0700 | [diff] [blame] | 2021 | config MSM_MODEM_SSR_8974 |
| 2022 | bool "MSM 8974 Modem restart driver" |
| 2023 | depends on (ARCH_MSM8974) |
| 2024 | help |
| 2025 | This option enables the modem subsystem restart driver for the MSM8974. |
| 2026 | It monitors the modem SMSM status bits and the modem watchdog line and |
| 2027 | restarts the modem or the 8974 when the modem encounters a fatal error, |
| 2028 | depending on the restart level selected in the subsystem restart driver. |
| 2029 | |
Ravishankar Sarawadi | 74daac2 | 2012-09-11 11:46:59 -0700 | [diff] [blame] | 2030 | config MSM_ADSP_SSR_8974 |
| 2031 | bool "MSM 8974 adsp restart driver" |
| 2032 | depends on (ARCH_MSM8974) |
| 2033 | help |
| 2034 | This option enables the adsp restart driver for the MSM8974. |
| 2035 | It monitors the adsp SMSM status bits and the adsp watchdog line and |
| 2036 | restarts the adsp or the 8974 when the adsp encounters a fatal error, |
| 2037 | depending on the restart level selected in the subsystem restart driver. |
| 2038 | |
Sameer Thalappil | ebfd3ba | 2012-09-13 23:19:15 -0700 | [diff] [blame] | 2039 | config MSM_WCNSS_SSR_8974 |
| 2040 | tristate "MSM 8974 WCNSS restart module" |
| 2041 | depends on (ARCH_MSM8974) |
| 2042 | help |
| 2043 | This option enables the WCNSS restart module for MSM8974. It monitors |
| 2044 | WCNSS SMSM status bits and WCNSS hardware watchdog interrupt line; and |
| 2045 | depending on the restart level, it will restart WCNSS when a fatal error |
| 2046 | occurs at WCNSS. |
| 2047 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2048 | config SCORPION_Uni_45nm_BUG |
| 2049 | bool "Scorpion Uni 45nm(SC45U): Workaround for ICIMVAU and BPIMVA" |
| 2050 | depends on ARCH_MSM7X30 || (ARCH_QSD8X50 && MSM_SOC_REV_A) |
| 2051 | default y |
| 2052 | help |
| 2053 | Invalidating the Instruction Cache by Modified Virtual Address to PoU and |
| 2054 | invalidating the Branch Predictor Array by Modified Virtual Address can |
| 2055 | create invalid entries in the TLB with the wrong ASID values on Scorpion |
| 2056 | Uniprocessor 45nm (SC45U) cores. This option enables the recommended software |
| 2057 | workaround for Scorpion Uniprocessor 45nm cores. |
| 2058 | |
| 2059 | This bug is not applicable to any ScorpionMP or Scorpion Uni 65nm(SC65U) cores. |
| 2060 | |
Harini Jayaraman | ef7805f | 2011-09-28 12:45:31 -0600 | [diff] [blame] | 2061 | config MSM_BUSPM_DEV |
| 2062 | tristate "MSM Bus Performance Monitor Kernel Module" |
| 2063 | depends on (ARCH_MSM8X60 || ARCH_MSM8960) |
| 2064 | default m |
| 2065 | help |
| 2066 | This kernel module is used to mmap() hardware registers for the |
| 2067 | performance monitors, counters, etc. The module can also be used to |
| 2068 | allocate physical memory which is used by bus performance hardware to |
| 2069 | dump performance data. |
| 2070 | |
Mona Hossain | 11c03ac | 2011-10-26 12:42:10 -0700 | [diff] [blame] | 2071 | config MSM_TZ_LOG |
| 2072 | tristate "MSM Trust Zone (TZ) Log Driver" |
| 2073 | depends on DEBUG_FS |
| 2074 | help |
| 2075 | This option enables a driver with a debugfs interface for messages |
| 2076 | produced by the Secure code (Trust zone). These messages provide |
| 2077 | diagnostic information about TZ operation. |
| 2078 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2079 | config MSM_RPM_LOG |
| 2080 | tristate "MSM Resource Power Manager Log Driver" |
| 2081 | depends on DEBUG_FS |
Praveen Chidambaram | 7a71223 | 2011-10-28 13:39:45 -0600 | [diff] [blame] | 2082 | depends on MSM_RPM |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2083 | default n |
| 2084 | help |
| 2085 | This option enables a driver which can read from a circular buffer |
| 2086 | of messages produced by the RPM. These messages provide diagnostic |
| 2087 | information about RPM operation. The driver outputs the messages |
| 2088 | via a debugfs node. |
| 2089 | |
| 2090 | config MSM_RPM_STATS_LOG |
| 2091 | tristate "MSM Resource Power Manager Stat Driver" |
| 2092 | depends on DEBUG_FS |
Praveen Chidambaram | 7a71223 | 2011-10-28 13:39:45 -0600 | [diff] [blame] | 2093 | depends on MSM_RPM |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2094 | default n |
| 2095 | help |
| 2096 | This option enables a driver which reads RPM messages from a shared |
| 2097 | memory location. These messages provide statistical information about |
| 2098 | the low power modes that RPM enters. The drivers outputs the message |
| 2099 | via a debugfs node. |
| 2100 | |
Girish Mahadevan | 898c56d | 2012-06-05 16:09:19 -0600 | [diff] [blame] | 2101 | config MSM_RPM_RBCPR_STATS_LOG |
| 2102 | tristate "MSM Resource Power Manager RPBCPR Stat Driver" |
| 2103 | depends on DEBUG_FS |
| 2104 | depends on MSM_RPM |
| 2105 | help |
| 2106 | This option enables a driver which reads RPM messages from a shared |
| 2107 | memory location. These messages provide statistical information about |
| 2108 | RBCPR (Rapid Bridge Core Power Reduction) information . The drivers |
| 2109 | outputs the message via a debugfs node. |
| 2110 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2111 | config MSM_DIRECT_SCLK_ACCESS |
| 2112 | bool "Direct access to the SCLK timer" |
| 2113 | default n |
| 2114 | |
| 2115 | config IOMMU_API |
| 2116 | bool |
Gregory Bean | 1963a2a | 2010-08-28 10:05:44 -0700 | [diff] [blame] | 2117 | |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 2118 | config MSM_GPIOMUX |
| 2119 | bool |
| 2120 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2121 | config MSM_SECURE_IO |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 2122 | bool |
Stepan Moskovchenko | 0ab84745 | 2010-11-12 19:29:57 -0800 | [diff] [blame] | 2123 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2124 | config MSM_NATIVE_RESTART |
Stephen Boyd | 2a1eb58 | 2010-08-27 10:01:23 -0700 | [diff] [blame] | 2125 | bool |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2126 | |
Taniya Das | cd1d023 | 2012-07-03 17:50:47 +0530 | [diff] [blame] | 2127 | config MSM_MODEM_RESTART |
| 2128 | bool |
| 2129 | |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 2130 | config MSM_PM2 |
| 2131 | depends on PM |
| 2132 | bool |
| 2133 | |
| 2134 | config MSM_PM8X60 |
| 2135 | depends on PM |
| 2136 | bool |
| 2137 | |
Girish Mahadevan | 388c308 | 2012-09-10 15:30:36 -0600 | [diff] [blame] | 2138 | config MSM_EVENT_TIMER |
| 2139 | bool "Event timer" |
| 2140 | help |
| 2141 | This option enables a modules that manages a list of event timers that |
| 2142 | need to be monitored by the PM. The enables the PM code to monitor |
| 2143 | events that require the core to be awake and ready to handle the |
| 2144 | event. |
| 2145 | |
Matt Wagantall | 88b8631 | 2012-01-31 16:53:03 -0800 | [diff] [blame] | 2146 | config MSM_NOPM |
| 2147 | default y if !PM |
| 2148 | bool |
| 2149 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2150 | config MSM_BUS_SCALING |
| 2151 | bool "Bus scaling driver" |
| 2152 | default n |
| 2153 | |
Gagan Mac | 85c7049 | 2011-06-10 16:07:47 -0600 | [diff] [blame] | 2154 | config MSM_BUS_RPM_MULTI_TIER_ENABLED |
| 2155 | bool "RPM Multi-tiering Configuration" |
| 2156 | depends on MSM_BUS_SCALING |
| 2157 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2158 | config MSM_WATCHDOG |
| 2159 | bool "MSM Watchdog Support" |
Rohit Vaswani | e897f84 | 2012-03-19 14:19:34 -0700 | [diff] [blame] | 2160 | depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615 || ARCH_FSM9XXX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2161 | help |
| 2162 | This enables the watchdog as is present on 8x60. Currently we use |
| 2163 | core 0's watchdog, and reset the entire SoC if it times out. It does |
| 2164 | not run during the bootup process, so it will not catch any early |
| 2165 | lockups. |
| 2166 | |
Hanumant Singh | d1f0102 | 2012-07-05 14:21:53 -0700 | [diff] [blame] | 2167 | config MSM_WATCHDOG_V2 |
| 2168 | bool "MSM Watchdog Support" |
| 2169 | help |
| 2170 | This enables the watchdog module. It causes kernel panic if the |
| 2171 | watchdog times out. It allows for detection of cpu hangs and |
| 2172 | deadlocks. It does not run during the bootup process, so it will |
| 2173 | not catch any early lockups. |
| 2174 | |
Hanumant Singh | 5e2541c | 2012-07-31 14:41:14 -0700 | [diff] [blame] | 2175 | config MSM_MEMORY_DUMP |
| 2176 | bool "MSM Memory Dump Support" |
| 2177 | help |
| 2178 | This enables memory dump feature. It allows various client |
| 2179 | subsystems to register respective dump regions. At the time |
| 2180 | of deadlocks or cpu hangs these dump regions are captured to |
| 2181 | give a snapshot of the system at the time of the crash. |
| 2182 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2183 | config MSM_DLOAD_MODE |
| 2184 | bool "Enable download mode on crashes" |
Subbaraman Narayanamurthy | e31f279 | 2012-08-22 21:07:22 -0700 | [diff] [blame] | 2185 | depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM9615 || ARCH_MSM8974 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2186 | default n |
| 2187 | help |
| 2188 | This makes the SoC enter download mode when it resets |
| 2189 | due to a kernel panic. Note that this doesn't by itself |
| 2190 | make the kernel reboot on a kernel panic - that must be |
| 2191 | enabled via another mechanism. |
| 2192 | |
Pratik Patel | 17f3b82 | 2011-11-21 12:41:47 -0800 | [diff] [blame] | 2193 | config MSM_JTAG |
Pratik Patel | 2963de4 | 2012-05-17 12:43:40 -0700 | [diff] [blame] | 2194 | bool "JTAG and kernel debug and trace support across power collapse" |
Pratik Patel | fd6f56a | 2011-10-10 17:47:55 -0700 | [diff] [blame] | 2195 | help |
Pratik Patel | 2963de4 | 2012-05-17 12:43:40 -0700 | [diff] [blame] | 2196 | Enables support for kernel debugging (specifically breakpoints) and |
| 2197 | processor tracing across power collapse both for JTag and OS hosted |
| 2198 | software running on the target. Enabling this will ensure debug |
| 2199 | and ETM registers are saved and restored across power collapse. |
| 2200 | |
| 2201 | For production builds, you should probably say 'N' here to avoid |
| 2202 | potential power, performance and memory penalty. |
Pratik Patel | 7831c08 | 2011-06-08 21:44:37 -0700 | [diff] [blame] | 2203 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2204 | config MSM_ETM |
| 2205 | tristate "Enable MSM ETM and ETB" |
Pratik Patel | 17f3b82 | 2011-11-21 12:41:47 -0800 | [diff] [blame] | 2206 | depends on ARCH_MSM8X60 |
| 2207 | select MSM_JTAG |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2208 | help |
Pratik Patel | 17f3b82 | 2011-11-21 12:41:47 -0800 | [diff] [blame] | 2209 | Enables embedded trace collection on MSM8660 |
Pratik Patel | 7831c08 | 2011-06-08 21:44:37 -0700 | [diff] [blame] | 2210 | |
Lynus Vaz | dde09ee | 2012-01-05 13:28:22 +0530 | [diff] [blame] | 2211 | config MSM_SLEEP_STATS_DEVICE |
| 2212 | bool "Enable exporting of MSM sleep device stats to userspace" |
| 2213 | |
Krishna Vanka | 7f563ff | 2012-03-20 22:04:19 +0530 | [diff] [blame] | 2214 | config MSM_RUN_QUEUE_STATS |
| 2215 | bool "Enable collection and exporting of MSM Run Queue stats to userspace" |
Krishna Vanka | e292205 | 2012-03-02 09:59:12 +0530 | [diff] [blame] | 2216 | depends on (MSM_SOC_REV_A || ARCH_MSM8X60 || ARCH_MSM8960) |
| 2217 | help |
| 2218 | This option enalbes statistics collection on Run Queue. A daemon |
| 2219 | in user mode, called MPDecision will be using this data to decide |
| 2220 | on when to switch off/on the other cores. |
Krishna Vanka | 7f563ff | 2012-03-20 22:04:19 +0530 | [diff] [blame] | 2221 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2222 | config MSM_STANDALONE_POWER_COLLAPSE |
| 2223 | bool "Enable standalone power collapse" |
| 2224 | default n |
| 2225 | |
| 2226 | config MSM_GSBI9_UART |
| 2227 | bool "Enable GSBI9 UART device" |
| 2228 | default n |
| 2229 | help |
| 2230 | This enables GSBI9 configured into UART. |
| 2231 | |
| 2232 | config MSM_SHARED_GPIO_FOR_UART2DM |
| 2233 | bool "Use shared GPIOs into UART mode" |
| 2234 | depends on (ARCH_MSM7X27A && !MMC_MSM_SDC3_8_BIT_SUPPORT && !MMC_MSM_SDC4_SUPPORT) |
| 2235 | help |
| 2236 | This option configures GPIO muxed with SDC4/MMC3 |
| 2237 | 8-bit mode into UART mode. It is used for serial |
| 2238 | console on UART2DM. Say Y if you want to have |
| 2239 | serial console on UART2DM. |
| 2240 | |
| 2241 | config MSM_SHOW_RESUME_IRQ |
| 2242 | bool "Enable logging of interrupts that could have caused resume" |
Bryan Huntsman | cc14703 | 2011-11-23 13:03:56 -0800 | [diff] [blame] | 2243 | depends on (ARM_GIC || PMIC8058) |
| 2244 | default y if PMIC8058 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2245 | default n |
| 2246 | help |
| 2247 | This option logs wake up interrupts that have triggered just before |
| 2248 | the resume loop unrolls. Say Y if you want to debug why the system |
| 2249 | resumed. |
| 2250 | |
| 2251 | config BT_MSM_PINTEST |
| 2252 | tristate "MSM Bluetooth Pin Connectivity Test" |
| 2253 | depends on ((ARCH_MSM8X60 || ARCH_MSM7X27A) && DEBUG_FS) |
| 2254 | default n |
| 2255 | help |
| 2256 | Bluetooth MSM Pin Connectivity test module. |
| 2257 | This driver provides support for verifying the MSM to BT pin |
| 2258 | connectivity. |
| 2259 | |
| 2260 | config MSM_FAKE_BATTERY |
| 2261 | depends on POWER_SUPPLY |
| 2262 | default n |
| 2263 | bool "MSM Fake Battery" |
| 2264 | help |
| 2265 | Enables MSM fake battery driver. |
| 2266 | |
| 2267 | config MSM_QDSP6_APR |
| 2268 | bool "Audio QDSP6 APR support" |
| 2269 | depends on MSM_SMD |
| 2270 | default n |
| 2271 | help |
| 2272 | Enable APR IPC protocol support between |
| 2273 | application processor and QDSP6. APR is |
| 2274 | used by audio driver to configure QDSP6's |
| 2275 | ASM, ADM and AFE. |
| 2276 | |
Joonwoo Park | 91d9546 | 2012-08-02 10:55:54 -0700 | [diff] [blame] | 2277 | config MSM_QDSP6_APRV2 |
| 2278 | bool "Audio QDSP6 APRv2 support" |
| 2279 | depends on MSM_SMD |
| 2280 | default n |
| 2281 | help |
| 2282 | Enable APRv2 IPC protocol support between |
| 2283 | application processor and QDSP6. APR is |
| 2284 | used by audio driver to configure QDSP6's |
| 2285 | ASM, ADM and AFE. |
| 2286 | |
Harmandeep Singh | c35fa07d | 2012-05-31 07:08:59 -0700 | [diff] [blame] | 2287 | config MSM_QDSP6_CODECS |
| 2288 | bool "Audio Codecs on QDSP6 APR " |
| 2289 | depends on MSM_SMD |
| 2290 | default n |
| 2291 | help |
| 2292 | Enable Audio codecs with APR IPC protocol support between |
| 2293 | application processor and QDSP6. APR is |
| 2294 | used by audio driver to configure QDSP6's |
| 2295 | ASM, ADM and AFE. |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2296 | |
Harmandeep Singh | e5ddfe3 | 2012-05-26 09:39:25 -0700 | [diff] [blame] | 2297 | config MSM_QDSP6V2_CODECS |
| 2298 | bool "Audio QDSP6V2 APR support" |
| 2299 | depends on MSM_SMD |
| 2300 | help |
| 2301 | Enable Audio codecs with APR IPC protocol support between |
| 2302 | application processor and QDSP6 for B-family. APR is |
| 2303 | used by audio driver to configure QDSP6's |
| 2304 | ASM, ADM and AFE. |
| 2305 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2306 | config MSM_AUDIO_QDSP6 |
| 2307 | bool "QDSP6 HW Audio support" |
| 2308 | select SND_SOC_MSM_QDSP6_INTF |
| 2309 | default n |
| 2310 | help |
| 2311 | Enable HW audio support in QDSP6. |
| 2312 | QDSP6 can support HW encoder & decoder and audio processing |
| 2313 | |
Harmandeep Singh | e5ddfe3 | 2012-05-26 09:39:25 -0700 | [diff] [blame] | 2314 | config MSM_AUDIO_QDSP6V2 |
| 2315 | bool "QDSP6V2 HW Audio support" |
| 2316 | select SND_SOC_MSM_QDSP6V2_INTF |
| 2317 | help |
| 2318 | Enable HW audio support in QDSP6V2. |
| 2319 | QDSP6V2 can support HW encoder & decoder and |
| 2320 | audio processing. It will enable support for |
| 2321 | AAC, AMRNB, AMRWB, EVRC, MP3, QCELP among |
| 2322 | others. |
| 2323 | |
Joonwoo Park | 4a14a55 | 2012-08-02 11:03:21 -0700 | [diff] [blame] | 2324 | config MSM_ADSP_LOADER |
| 2325 | tristate "ADSP loader support" |
| 2326 | select SND_SOC_MSM_APRV2_INTF |
| 2327 | depends on MSM_AUDIO_QDSP6V2 && m |
| 2328 | help |
| 2329 | Enable ADSP image loader. |
| 2330 | The ADSP loader brings ADSP out of reset |
| 2331 | for the platforms that use APRv2. |
| 2332 | Say M if you want to enable this module. |
| 2333 | |
Baruch Eruchimovitch | e9cbfc1 | 2011-10-09 19:47:08 +0200 | [diff] [blame] | 2334 | config MSM_ULTRASOUND |
| 2335 | bool "MSM ultrasound support" |
| 2336 | depends on MSM_AUDIO_QDSP6 |
| 2337 | help |
| 2338 | Enable support for qdsp6/ultrasound. |
| 2339 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2340 | config MSM_RPC_VIBRATOR |
| 2341 | bool "RPC based MSM Vibrator Support" |
| 2342 | depends on MSM_ONCRPCROUTER |
| 2343 | help |
| 2344 | Enable the vibrator support on MSM over RPC. The vibrator |
| 2345 | is connected on the PMIC. Say Y if you want to enable this |
| 2346 | feature. |
| 2347 | |
| 2348 | config PM8XXX_RPC_VIBRATOR |
| 2349 | bool "RPC based Vibrator on PM8xxx PMICs" |
| 2350 | depends on MSM_RPC_VIBRATOR |
| 2351 | help |
| 2352 | Enable the vibrator support on MSM over RPC. The vibrator |
| 2353 | is connected on the PM8XXX PMIC. Say Y if you want to enable |
| 2354 | this feature. |
| 2355 | |
| 2356 | config MSM_SPM_V1 |
| 2357 | bool "Driver support for SPM Version 1" |
| 2358 | help |
| 2359 | Enables the support for Version 1 of the SPM driver. SPM hardware is |
| 2360 | used to manage the processor power during sleep. The driver allows |
| 2361 | configuring SPM to allow different power modes. |
| 2362 | |
| 2363 | config MSM_SPM_V2 |
| 2364 | bool "Driver support for SPM Version 2" |
| 2365 | help |
| 2366 | Enables the support for Version 2 of the SPM driver. SPM hardware is |
| 2367 | used to manage the processor power during sleep. The driver allows |
| 2368 | configuring SPM to allow different power modes. |
| 2369 | |
| 2370 | config MSM_L2_SPM |
| 2371 | bool "SPM support for L2 cache" |
| 2372 | depends on MSM_SPM_V2 |
| 2373 | help |
| 2374 | Enable SPM driver support for L2 cache. Some MSM chipsets allow |
| 2375 | control of L2 cache low power mode with a Subsystem Power manager. |
| 2376 | Enabling this driver allows configuring L2 SPM for low power modes |
| 2377 | on supported chipsets. |
| 2378 | |
Laura Abbott | 2d1760b | 2011-09-29 21:31:24 -0700 | [diff] [blame] | 2379 | config MSM_MULTIMEDIA_USE_ION |
| 2380 | bool "Multimedia suport using Ion" |
| 2381 | depends on ION_MSM |
| 2382 | help |
| 2383 | Enable support for multimedia drivers using Ion for buffer management |
| 2384 | instead of pmem. Selecting this may also involve userspace |
| 2385 | dependencies as well. |
| 2386 | |
Naveen Ramaraj | 51f5e8b | 2012-04-09 15:58:40 -0700 | [diff] [blame] | 2387 | config MSM_OCMEM |
| 2388 | bool "MSM On-Chip memory driver (OCMEM)" |
| 2389 | help |
| 2390 | Enable support for On-Chip Memory available on certain MSM chipsets. |
| 2391 | OCMEM is a low latency, high performance pool shared by subsystems. |
| 2392 | |
Naveen Ramaraj | 99b0756 | 2012-05-28 20:57:09 -0700 | [diff] [blame] | 2393 | config MSM_OCMEM_LOCAL_POWER_CTRL |
| 2394 | bool "OCMEM Local Power Control" |
| 2395 | depends on MSM_OCMEM |
| 2396 | help |
| 2397 | Enable direct power management of the OCMEM core by the |
| 2398 | OCMEM driver. By default power management is delegated to |
| 2399 | the RPM. Selecting this option causes the OCMEM driver to |
| 2400 | directly handle the various macro power transitions. |
| 2401 | |
| 2402 | config MSM_OCMEM_DEBUG |
| 2403 | bool "OCMEM Debug Support" |
| 2404 | depends on MSM_OCMEM |
| 2405 | help |
| 2406 | Enable debug options for On-chip Memory (OCMEM) driver. |
| 2407 | Various debug options include memory, power and latency. |
| 2408 | Choosing one of these options allows debugging of each |
| 2409 | individual subsystem separately. |
| 2410 | |
Naveen Ramaraj | c71b2de | 2012-08-20 12:35:52 -0700 | [diff] [blame] | 2411 | config MSM_OCMEM_NONSECURE |
| 2412 | bool "OCMEM Non Secure Mode" |
| 2413 | depends on MSM_OCMEM_DEBUG |
| 2414 | help |
| 2415 | Disable OCMEM interaction with secure processor. |
| 2416 | By default OCMEM is secured and accesses for each master |
| 2417 | is requested by the OCMEM driver. Selecting this option |
| 2418 | causes the OCMEM memory to be in non-secure state unless |
| 2419 | its locked down by the secure processor. |
| 2420 | |
Naveen Ramaraj | 99b0756 | 2012-05-28 20:57:09 -0700 | [diff] [blame] | 2421 | config MSM_OCMEM_POWER_DEBUG |
| 2422 | bool "OCMEM Power Debug Support" |
| 2423 | depends on MSM_OCMEM_DEBUG |
| 2424 | help |
| 2425 | Enable debug support for OCMEM power management. |
| 2426 | This adds support for verifying all power management |
| 2427 | related operations of OCMEM. Both local power management |
| 2428 | and RPM assisted power management operations are supported. |
| 2429 | |
Naveen Ramaraj | 4b1d939 | 2012-08-06 21:05:14 -0700 | [diff] [blame] | 2430 | config MSM_OCMEM_POWER_DISABLE |
| 2431 | bool "OCMEM Disable Power Control" |
| 2432 | depends on MSM_OCMEM_DEBUG |
| 2433 | help |
| 2434 | Disable all OCMEM power management. |
| 2435 | This keeps all OCMEM macros turned ON at all times thus |
| 2436 | never allowing them to be turned OFF. Both local power |
| 2437 | management and RPM assisted power modes are supported. |
| 2438 | |
Laura Abbott | ad340ff | 2012-01-04 14:23:48 -0800 | [diff] [blame] | 2439 | config MSM_RTB |
| 2440 | bool "Register tracing" |
| 2441 | help |
| 2442 | Add support for logging different events to a small uncached |
| 2443 | region. This is designed to aid in debugging reset cases where the |
| 2444 | caches may not be flushed before the target resets. |
| 2445 | |
| 2446 | config MSM_RTB_SEPARATE_CPUS |
| 2447 | bool "Separate entries for each cpu" |
| 2448 | depends on MSM_RTB |
Laura Abbott | 9959f98 | 2012-02-28 11:30:50 -0800 | [diff] [blame] | 2449 | depends on SMP |
Laura Abbott | ad340ff | 2012-01-04 14:23:48 -0800 | [diff] [blame] | 2450 | help |
| 2451 | Under some circumstances, it may be beneficial to give dedicated space |
| 2452 | for each cpu to log accesses. Selecting this option will log each cpu |
| 2453 | separately. This will guarantee that the last acesses for each cpu |
| 2454 | will be logged but there will be fewer entries per cpu |
| 2455 | |
Stepan Moskovchenko | 5788484 | 2012-06-07 17:35:49 -0700 | [diff] [blame] | 2456 | config MSM_EBI_ERP |
| 2457 | bool "External Bus Interface (EBI) error reporting" |
| 2458 | help |
| 2459 | Say 'Y' here to enable reporting of external bus interface errors to |
| 2460 | the kernel log. Information such as the offending address and |
| 2461 | transaction type will be logged. This may be useful for debugging |
| 2462 | seemingly broken memory accesses. |
| 2463 | |
| 2464 | For production builds, you should probably say 'N' here. |
| 2465 | |
Stepan Moskovchenko | 07552e1 | 2012-02-29 20:09:32 -0800 | [diff] [blame] | 2466 | config MSM_CACHE_ERP |
| 2467 | bool "Cache / CPU error reporting" |
| 2468 | depends on ARCH_MSM_KRAIT |
| 2469 | help |
| 2470 | Say 'Y' here to enable reporting of cache and TLB errors to the kernel |
| 2471 | log. Enabling this feature can be used as a system debugging technique |
| 2472 | if cache corruption is suspected. Cache error statistics will also be |
| 2473 | reported in /proc/cpu/msm_cache_erp. |
| 2474 | |
| 2475 | For production builds, you should probably say 'N' here. |
| 2476 | |
| 2477 | config MSM_L1_ERR_PANIC |
Stepan Moskovchenko | 1b0c174 | 2012-04-30 14:53:16 -0700 | [diff] [blame] | 2478 | bool "Panic on L1 cache errors" |
Stepan Moskovchenko | 07552e1 | 2012-02-29 20:09:32 -0800 | [diff] [blame] | 2479 | depends on MSM_CACHE_ERP |
| 2480 | help |
Stepan Moskovchenko | 1b0c174 | 2012-04-30 14:53:16 -0700 | [diff] [blame] | 2481 | To cause the kernel to panic whenever an L1 cache error is detected, say |
| 2482 | 'Y' here. This may be useful as a debugging technique if general system |
| 2483 | instability is suspected. |
Stepan Moskovchenko | 07552e1 | 2012-02-29 20:09:32 -0800 | [diff] [blame] | 2484 | |
| 2485 | For production builds, you should probably say 'N' here. |
| 2486 | |
Stepan Moskovchenko | 7035f65 | 2012-05-31 17:48:01 -0700 | [diff] [blame] | 2487 | config MSM_L1_ERR_LOG |
| 2488 | bool "Log CPU ERP events to system memory" |
| 2489 | depends on MSM_CACHE_ERP |
| 2490 | help |
| 2491 | Enable logging CPU ERP events to an area of memory that will be |
| 2492 | preserved across a system reset. This may be useful for detecting and |
| 2493 | troubleshooting ERP-related system crashes in the field. |
| 2494 | |
| 2495 | For production builds, you may want to say 'Y' here. |
| 2496 | |
Stepan Moskovchenko | e9a5dc1 | 2012-04-03 20:25:49 -0700 | [diff] [blame] | 2497 | config MSM_L2_ERP_PRINT_ACCESS_ERRORS |
| 2498 | bool "Report L2 master port slave/decode errors in kernel log" |
| 2499 | depends on MSM_CACHE_ERP |
| 2500 | help |
| 2501 | Master port errors can occur when a memory request is not properly |
| 2502 | handled by the destination slave. This can occur if the destination |
| 2503 | register does not exist or is inaccessible due to security |
| 2504 | restrictions or (in some cases) clock configuration. Enabling this |
| 2505 | option will cause a backtrace to be printed to the kernel log whenever |
| 2506 | such an error is encountered. Note that the error is reported as an |
| 2507 | interrupt rather than as an exception, meaning that the backtrace may |
| 2508 | have some skid. This option may help with debugging, though production |
| 2509 | builds should probably say 'N' here. |
Stepan Moskovchenko | 07552e1 | 2012-02-29 20:09:32 -0800 | [diff] [blame] | 2510 | |
| 2511 | config MSM_L2_ERP_PORT_PANIC |
| 2512 | bool "Panic on L2 master port errors" |
Stepan Moskovchenko | e9a5dc1 | 2012-04-03 20:25:49 -0700 | [diff] [blame] | 2513 | depends on MSM_CACHE_ERP && MSM_L2_ERP_PRINT_ACCESS_ERRORS |
Stepan Moskovchenko | 07552e1 | 2012-02-29 20:09:32 -0800 | [diff] [blame] | 2514 | help |
| 2515 | Master port errors can occur when a memory request is not properly |
| 2516 | handled by the destination slave. Enable this option to catch drivers |
| 2517 | which attempt to access bad areas of the address space, or access |
| 2518 | hardware registers in an improper state (such as certain clocks not |
| 2519 | being on). This option may help with debugging, though production |
| 2520 | builds should probably say 'N' here. |
| 2521 | |
| 2522 | config MSM_L2_ERP_1BIT_PANIC |
| 2523 | bool "Panic on recoverable L2 soft errors" |
| 2524 | depends on MSM_CACHE_ERP |
| 2525 | help |
| 2526 | Enable this option to cause a kernel panic whenever the L2 cache |
| 2527 | encounters a single-bit (correctable) soft error. This option should |
| 2528 | only be enabled when doing low-level debugging where cache corruption |
| 2529 | is suspected. |
| 2530 | |
| 2531 | For production builds, you should definitely say 'N' here. |
| 2532 | |
| 2533 | config MSM_L2_ERP_2BIT_PANIC |
| 2534 | bool "Panic on unrecoverable L2 soft errors" |
| 2535 | depends on MSM_CACHE_ERP |
| 2536 | help |
| 2537 | Enable this option to cause a kernel panic whenever the L2 cache |
| 2538 | encounters a double-bit (non-correctable) soft error. Debug builds |
| 2539 | will likely benefit from having this option enabled to catch cache |
| 2540 | problems as soon as possible. |
| 2541 | |
| 2542 | For production builds, it may be acceptable to say 'N' here, since |
| 2543 | an uncorrectable error might not necessarily cause further problems. |
Laura Abbott | ad340ff | 2012-01-04 14:23:48 -0800 | [diff] [blame] | 2544 | |
Praveen Chidambaram | f53ef1b | 2011-12-06 08:27:49 -0700 | [diff] [blame] | 2545 | config MSM_DCVS |
| 2546 | bool "Use MSM DCVS for CPU/GPU Frequency control" |
| 2547 | depends on MSM_SCM |
| 2548 | help |
| 2549 | Enable support for MSM DCVS to control all CPU and GPU core frequencies. |
| 2550 | The DCVS manager allows idle driver to feed the idle information to the |
| 2551 | algorithm and the algorithm returns a frequency for the core which is |
| 2552 | passed to the frequency change driver. |
| 2553 | |
Pankaj Kumar | 32ce1ea | 2012-04-04 20:29:29 +0530 | [diff] [blame] | 2554 | config MSM_CPR |
| 2555 | tristate "Use MSM CPR in S/W mode" |
| 2556 | help |
| 2557 | Enable CPR (core power reduction) in S/W mode, where the processor |
| 2558 | get's the notification from CPR block and programs the PMIC. |
| 2559 | |
| 2560 | config MSM_VP_REGULATOR |
| 2561 | tristate "Use MSM PMIC8029 C2 regulator" |
| 2562 | depends on ARCH_MSM8625 |
| 2563 | help |
| 2564 | Enable MSM PMIC8029 C2 regulator support using APC_PLEVEL access |
| 2565 | for MSMs like 8625. |
| 2566 | |
Taniya Das | c43e687 | 2012-03-21 16:41:14 +0530 | [diff] [blame] | 2567 | config HAVE_ARCH_HAS_CURRENT_TIMER |
| 2568 | bool |
Laura Abbott | 306bcc2 | 2012-03-08 11:24:53 -0800 | [diff] [blame] | 2569 | |
| 2570 | config MSM_CACHE_DUMP |
| 2571 | bool "Cache dumping support" |
| 2572 | help |
| 2573 | Add infrastructure to dump the L1 and L2 caches to an allocated buffer. |
| 2574 | This allows for analysis of the caches in case cache corruption is |
| 2575 | suspected. |
| 2576 | |
Laura Abbott | 7b63736 | 2012-03-29 16:43:49 -0700 | [diff] [blame] | 2577 | config MSM_CACHE_DUMP_ON_PANIC |
| 2578 | bool "Dump caches on panic" |
| 2579 | depends on MSM_CACHE_DUMP |
| 2580 | help |
| 2581 | By default, the caches are flushed on panic. This means that trying to |
| 2582 | look at them in a RAM dump will give useless data. Select this if you |
| 2583 | want to dump the L1 and L2 caches on panic before any flush occurs. |
| 2584 | If unsure, say N |
| 2585 | |
Jack Pham | ccbbfab | 2012-04-09 19:50:20 -0700 | [diff] [blame] | 2586 | config MSM_HSIC_SYSMON |
| 2587 | tristate "MSM HSIC system monitor driver" |
| 2588 | depends on USB |
| 2589 | help |
| 2590 | Add support for bridging with the system monitor interface of MDM |
| 2591 | over HSIC. This driver allows the local system monitor to |
| 2592 | communicate with the remote system monitor interface. |
| 2593 | |
| 2594 | config MSM_HSIC_SYSMON_TEST |
| 2595 | tristate "MSM HSIC system monitor bridge test" |
| 2596 | depends on USB && MSM_HSIC_SYSMON && DEBUG_FS |
| 2597 | help |
| 2598 | Enable the test hook for the Qualcomm system monitor HSIC driver. |
| 2599 | This will create a debugfs file entry named "hsic_sysmon_test" which |
| 2600 | can be read and written to send character data to the sysmon port of |
| 2601 | the modem over USB. |
| 2602 | |
Anirudh Ghayal | 0d2291a | 2012-09-20 21:31:41 +0530 | [diff] [blame] | 2603 | config MSM_RPC_PMIC |
| 2604 | tristate "MSM RPC PMIC driver" |
| 2605 | depends on MSM_ONCRPCROUTER |
| 2606 | help |
| 2607 | This driver supports the PMIC functionality over RPC for those MSM's |
| 2608 | which do not have a direct access to PMIC. It supports ability to |
| 2609 | configure MPP, GPIO and all the other supported peripherals of the |
| 2610 | PMIC. |
| 2611 | |
Anirudh Ghayal | d3a6373 | 2012-09-20 22:13:13 +0530 | [diff] [blame] | 2612 | config MSM_RPC_USB |
| 2613 | tristate "MSM RPC USB driver" |
| 2614 | depends on MSM_ONCRPCROUTER |
| 2615 | help |
| 2616 | This driver supports the USB configuration support over the RPC |
| 2617 | interface. It support the HS USB module connected to the MSM |
| 2618 | and FS USB which is connected over the PMIC. This support is |
| 2619 | required for MSMs on which the APPS does not have a direct access |
| 2620 | to the PMIC. |
| 2621 | |
| 2622 | config MSM_RPC_PMAPP |
| 2623 | tristate "MSM RPC PMIC APP driver" |
| 2624 | depends on MSM_ONCRPCROUTER |
| 2625 | help |
| 2626 | This driver supports the configuration of various PMIC APP modules |
| 2627 | such as display backlight, vreg pin-ctrl, smps clock over the RPC |
| 2628 | interface. This support is required for MSMs on which the APPS |
| 2629 | does not have a direct access to the PMIC. |
Pushkar Joshi | 0fc7346 | 2012-09-26 17:59:31 -0700 | [diff] [blame] | 2630 | |
| 2631 | config MSM_ENABLE_WDOG_DEBUG_CONTROL |
| 2632 | bool "MSM Watchdog driver to disable debug Image" |
| 2633 | help |
| 2634 | This driver supports the configuration of the GCC_WDOG_DEBUG register |
| 2635 | used to control debug image. |
| 2636 | This support is currently required for MSM8974 to disable debug image |
| 2637 | on PS HOLD reset |
Brian Swetland | 9e73c84 | 2007-11-26 04:12:13 -0800 | [diff] [blame] | 2638 | endif |