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