Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see Documentation/kbuild/kconfig-language.txt. |
| 4 | # |
| 5 | |
Mike Frysinger | 53f8a25 | 2007-11-15 15:48:01 +0800 | [diff] [blame] | 6 | mainmenu "Blackfin Kernel Configuration" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 7 | |
Alan Jenkins | 9e1b9b8 | 2009-11-07 21:03:54 +0000 | [diff] [blame] | 8 | config SYMBOL_PREFIX |
| 9 | string |
| 10 | default "_" |
| 11 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 12 | config MMU |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 13 | def_bool n |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 14 | |
| 15 | config FPU |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 16 | def_bool n |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 17 | |
| 18 | config RWSEM_GENERIC_SPINLOCK |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 19 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 20 | |
| 21 | config RWSEM_XCHGADD_ALGORITHM |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 22 | def_bool n |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 23 | |
| 24 | config BLACKFIN |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 25 | def_bool y |
Mike Frysinger | 652afdc | 2010-01-25 22:12:32 +0000 | [diff] [blame] | 26 | select HAVE_ARCH_KGDB |
Mike Frysinger | e8f263d | 2010-01-26 07:33:53 +0000 | [diff] [blame] | 27 | select HAVE_ARCH_TRACEHOOK |
Mike Frysinger | 1ee76d7 | 2009-06-10 04:45:29 -0400 | [diff] [blame] | 28 | select HAVE_FUNCTION_GRAPH_TRACER |
Mike Frysinger | 1c873be | 2009-06-09 07:25:09 -0400 | [diff] [blame] | 29 | select HAVE_FUNCTION_TRACER |
Mike Frysinger | aebfef0 | 2010-01-22 07:35:20 -0500 | [diff] [blame] | 30 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST |
Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 31 | select HAVE_IDE |
Barry Song | d86bfb1 | 2010-01-07 04:11:17 +0000 | [diff] [blame] | 32 | select HAVE_KERNEL_GZIP if RAMKERNEL |
| 33 | select HAVE_KERNEL_BZIP2 if RAMKERNEL |
| 34 | select HAVE_KERNEL_LZMA if RAMKERNEL |
Mike Frysinger | 67df6cc | 2010-07-19 05:37:54 +0000 | [diff] [blame^] | 35 | select HAVE_KERNEL_LZO if RAMKERNEL |
Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 36 | select HAVE_OPROFILE |
Michael Hennerich | a4f0b32c | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 37 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 38 | |
Mike Frysinger | ddf9dda | 2009-06-13 07:42:58 -0400 | [diff] [blame] | 39 | config GENERIC_CSUM |
| 40 | def_bool y |
| 41 | |
Mike Frysinger | 70f1256 | 2009-06-07 17:18:25 -0400 | [diff] [blame] | 42 | config GENERIC_BUG |
| 43 | def_bool y |
| 44 | depends on BUG |
| 45 | |
Aubrey Li | e3defff | 2007-05-21 18:09:11 +0800 | [diff] [blame] | 46 | config ZONE_DMA |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 47 | def_bool y |
Aubrey Li | e3defff | 2007-05-21 18:09:11 +0800 | [diff] [blame] | 48 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 49 | config GENERIC_FIND_NEXT_BIT |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 50 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 51 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 52 | config GENERIC_HARDIRQS |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 53 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 54 | |
| 55 | config GENERIC_IRQ_PROBE |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 56 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 57 | |
Michael Hennerich | 796dada | 2009-09-30 07:54:40 +0000 | [diff] [blame] | 58 | config GENERIC_HARDIRQS_NO__DO_IRQ |
| 59 | def_bool y |
| 60 | |
Michael Hennerich | b2d1583 | 2007-07-24 15:46:36 +0800 | [diff] [blame] | 61 | config GENERIC_GPIO |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 62 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 63 | |
| 64 | config FORCE_MAX_ZONEORDER |
| 65 | int |
| 66 | default "14" |
| 67 | |
| 68 | config GENERIC_CALIBRATE_DELAY |
Mike Frysinger | bac7d89 | 2009-06-07 03:46:06 -0400 | [diff] [blame] | 69 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 70 | |
Mike Frysinger | 6fa68e7 | 2009-06-08 18:45:01 -0400 | [diff] [blame] | 71 | config LOCKDEP_SUPPORT |
| 72 | def_bool y |
| 73 | |
Mike Frysinger | c7b412f | 2009-06-08 18:44:45 -0400 | [diff] [blame] | 74 | config STACKTRACE_SUPPORT |
| 75 | def_bool y |
| 76 | |
Mike Frysinger | 8f86001 | 2009-06-08 12:49:48 -0400 | [diff] [blame] | 77 | config TRACE_IRQFLAGS_SUPPORT |
| 78 | def_bool y |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 79 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 80 | source "init/Kconfig" |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 81 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 82 | source "kernel/Kconfig.preempt" |
| 83 | |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 84 | source "kernel/Kconfig.freezer" |
| 85 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 86 | menu "Blackfin Processor Options" |
| 87 | |
| 88 | comment "Processor and Board Settings" |
| 89 | |
| 90 | choice |
| 91 | prompt "CPU" |
| 92 | default BF533 |
| 93 | |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 94 | config BF512 |
| 95 | bool "BF512" |
| 96 | help |
| 97 | BF512 Processor Support. |
| 98 | |
| 99 | config BF514 |
| 100 | bool "BF514" |
| 101 | help |
| 102 | BF514 Processor Support. |
| 103 | |
| 104 | config BF516 |
| 105 | bool "BF516" |
| 106 | help |
| 107 | BF516 Processor Support. |
| 108 | |
| 109 | config BF518 |
| 110 | bool "BF518" |
| 111 | help |
| 112 | BF518 Processor Support. |
| 113 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 114 | config BF522 |
| 115 | bool "BF522" |
| 116 | help |
| 117 | BF522 Processor Support. |
| 118 | |
Mike Frysinger | 1545a11 | 2007-12-24 16:54:48 +0800 | [diff] [blame] | 119 | config BF523 |
| 120 | bool "BF523" |
| 121 | help |
| 122 | BF523 Processor Support. |
| 123 | |
| 124 | config BF524 |
| 125 | bool "BF524" |
| 126 | help |
| 127 | BF524 Processor Support. |
| 128 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 129 | config BF525 |
| 130 | bool "BF525" |
| 131 | help |
| 132 | BF525 Processor Support. |
| 133 | |
Mike Frysinger | 1545a11 | 2007-12-24 16:54:48 +0800 | [diff] [blame] | 134 | config BF526 |
| 135 | bool "BF526" |
| 136 | help |
| 137 | BF526 Processor Support. |
| 138 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 139 | config BF527 |
| 140 | bool "BF527" |
| 141 | help |
| 142 | BF527 Processor Support. |
| 143 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 144 | config BF531 |
| 145 | bool "BF531" |
| 146 | help |
| 147 | BF531 Processor Support. |
| 148 | |
| 149 | config BF532 |
| 150 | bool "BF532" |
| 151 | help |
| 152 | BF532 Processor Support. |
| 153 | |
| 154 | config BF533 |
| 155 | bool "BF533" |
| 156 | help |
| 157 | BF533 Processor Support. |
| 158 | |
| 159 | config BF534 |
| 160 | bool "BF534" |
| 161 | help |
| 162 | BF534 Processor Support. |
| 163 | |
| 164 | config BF536 |
| 165 | bool "BF536" |
| 166 | help |
| 167 | BF536 Processor Support. |
| 168 | |
| 169 | config BF537 |
| 170 | bool "BF537" |
| 171 | help |
| 172 | BF537 Processor Support. |
| 173 | |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 174 | config BF538 |
| 175 | bool "BF538" |
| 176 | help |
| 177 | BF538 Processor Support. |
| 178 | |
| 179 | config BF539 |
| 180 | bool "BF539" |
| 181 | help |
| 182 | BF539 Processor Support. |
| 183 | |
Mike Frysinger | 5df326a | 2009-11-16 23:49:41 +0000 | [diff] [blame] | 184 | config BF542_std |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 185 | bool "BF542" |
| 186 | help |
| 187 | BF542 Processor Support. |
| 188 | |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 189 | config BF542M |
| 190 | bool "BF542m" |
| 191 | help |
| 192 | BF542 Processor Support. |
| 193 | |
Mike Frysinger | 5df326a | 2009-11-16 23:49:41 +0000 | [diff] [blame] | 194 | config BF544_std |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 195 | bool "BF544" |
| 196 | help |
| 197 | BF544 Processor Support. |
| 198 | |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 199 | config BF544M |
| 200 | bool "BF544m" |
| 201 | help |
| 202 | BF544 Processor Support. |
| 203 | |
Mike Frysinger | 5df326a | 2009-11-16 23:49:41 +0000 | [diff] [blame] | 204 | config BF547_std |
Mike Frysinger | 7c7fd17 | 2007-11-15 21:10:21 +0800 | [diff] [blame] | 205 | bool "BF547" |
| 206 | help |
| 207 | BF547 Processor Support. |
| 208 | |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 209 | config BF547M |
| 210 | bool "BF547m" |
| 211 | help |
| 212 | BF547 Processor Support. |
| 213 | |
Mike Frysinger | 5df326a | 2009-11-16 23:49:41 +0000 | [diff] [blame] | 214 | config BF548_std |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 215 | bool "BF548" |
| 216 | help |
| 217 | BF548 Processor Support. |
| 218 | |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 219 | config BF548M |
| 220 | bool "BF548m" |
| 221 | help |
| 222 | BF548 Processor Support. |
| 223 | |
Mike Frysinger | 5df326a | 2009-11-16 23:49:41 +0000 | [diff] [blame] | 224 | config BF549_std |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 225 | bool "BF549" |
| 226 | help |
| 227 | BF549 Processor Support. |
| 228 | |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 229 | config BF549M |
| 230 | bool "BF549m" |
| 231 | help |
| 232 | BF549 Processor Support. |
| 233 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 234 | config BF561 |
| 235 | bool "BF561" |
| 236 | help |
Mike Frysinger | cd88b4d | 2008-10-09 12:03:22 +0800 | [diff] [blame] | 237 | BF561 Processor Support. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 238 | |
| 239 | endchoice |
| 240 | |
Graf Yang | 46fa5ee | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 241 | config SMP |
| 242 | depends on BF561 |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 243 | select TICKSOURCE_CORETMR |
Graf Yang | 46fa5ee | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 244 | bool "Symmetric multi-processing support" |
| 245 | ---help--- |
| 246 | This enables support for systems with more than one CPU, |
| 247 | like the dual core BF561. If you have a system with only one |
| 248 | CPU, say N. If you have a system with more than one CPU, say Y. |
| 249 | |
| 250 | If you don't know what to do here, say N. |
| 251 | |
| 252 | config NR_CPUS |
| 253 | int |
| 254 | depends on SMP |
| 255 | default 2 if BF561 |
| 256 | |
Graf Yang | 0b39db2 | 2009-12-28 11:13:51 +0000 | [diff] [blame] | 257 | config HOTPLUG_CPU |
| 258 | bool "Support for hot-pluggable CPUs" |
| 259 | depends on SMP && HOTPLUG |
| 260 | default y |
| 261 | |
Graf Yang | 46fa5ee | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 262 | config IRQ_PER_CPU |
| 263 | bool |
| 264 | depends on SMP |
| 265 | default y |
| 266 | |
Graf Yang | ead9b11 | 2009-12-14 08:01:08 +0000 | [diff] [blame] | 267 | config HAVE_LEGACY_PER_CPU_AREA |
| 268 | def_bool y |
| 269 | depends on SMP |
| 270 | |
Mike Frysinger | 0c0497c | 2008-10-09 17:32:28 +0800 | [diff] [blame] | 271 | config BF_REV_MIN |
| 272 | int |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 273 | default 0 if (BF51x || BF52x || (BF54x && !BF54xM)) |
Mike Frysinger | 0c0497c | 2008-10-09 17:32:28 +0800 | [diff] [blame] | 274 | default 2 if (BF537 || BF536 || BF534) |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 275 | default 3 if (BF561 || BF533 || BF532 || BF531 || BF54xM) |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 276 | default 4 if (BF538 || BF539) |
Mike Frysinger | 0c0497c | 2008-10-09 17:32:28 +0800 | [diff] [blame] | 277 | |
| 278 | config BF_REV_MAX |
| 279 | int |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 280 | default 2 if (BF51x || BF52x || (BF54x && !BF54xM)) |
| 281 | default 3 if (BF537 || BF536 || BF534 || BF54xM) |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 282 | default 5 if (BF561 || BF538 || BF539) |
Mike Frysinger | 0c0497c | 2008-10-09 17:32:28 +0800 | [diff] [blame] | 283 | default 6 if (BF533 || BF532 || BF531) |
| 284 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 285 | choice |
| 286 | prompt "Silicon Rev" |
Mike Frysinger | f8b5565 | 2009-04-13 21:58:34 +0000 | [diff] [blame] | 287 | default BF_REV_0_0 if (BF51x || BF52x) |
| 288 | default BF_REV_0_2 if (BF534 || BF536 || BF537 || (BF54x && !BF54xM)) |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 289 | default BF_REV_0_3 if (BF531 || BF532 || BF533 || BF54xM || BF561) |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 290 | |
| 291 | config BF_REV_0_0 |
| 292 | bool "0.0" |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 293 | depends on (BF51x || BF52x || (BF54x && !BF54xM)) |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 294 | |
| 295 | config BF_REV_0_1 |
Mike Frysinger | d07f438 | 2007-11-15 15:49:17 +0800 | [diff] [blame] | 296 | bool "0.1" |
Mike Frysinger | 3d15f30 | 2009-06-15 16:21:44 +0000 | [diff] [blame] | 297 | depends on (BF51x || BF52x || (BF54x && !BF54xM)) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 298 | |
| 299 | config BF_REV_0_2 |
| 300 | bool "0.2" |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 301 | depends on (BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM)) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 302 | |
| 303 | config BF_REV_0_3 |
| 304 | bool "0.3" |
Mike Frysinger | 2f89c06 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 305 | depends on (BF54xM || BF561 || BF537 || BF536 || BF534 || BF533 || BF532 || BF531) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 306 | |
| 307 | config BF_REV_0_4 |
| 308 | bool "0.4" |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 309 | depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 310 | |
| 311 | config BF_REV_0_5 |
| 312 | bool "0.5" |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 313 | depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 314 | |
Mike Frysinger | 49f7253 | 2008-10-09 12:06:27 +0800 | [diff] [blame] | 315 | config BF_REV_0_6 |
| 316 | bool "0.6" |
| 317 | depends on (BF533 || BF532 || BF531) |
| 318 | |
Jie Zhang | de3025f | 2007-06-25 18:04:12 +0800 | [diff] [blame] | 319 | config BF_REV_ANY |
| 320 | bool "any" |
| 321 | |
| 322 | config BF_REV_NONE |
| 323 | bool "none" |
| 324 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 325 | endchoice |
| 326 | |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 327 | config BF53x |
| 328 | bool |
| 329 | depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) |
| 330 | default y |
| 331 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 332 | config MEM_GENERIC_BOARD |
| 333 | bool |
| 334 | depends on GENERIC_BOARD |
| 335 | default y |
| 336 | |
| 337 | config MEM_MT48LC64M4A2FB_7E |
| 338 | bool |
| 339 | depends on (BFIN533_STAMP) |
| 340 | default y |
| 341 | |
| 342 | config MEM_MT48LC16M16A2TG_75 |
| 343 | bool |
| 344 | depends on (BFIN533_EZKIT || BFIN561_EZKIT \ |
Harald Krapfenbauer | 6058434 | 2009-09-10 15:12:08 +0000 | [diff] [blame] | 345 | || BFIN533_BLUETECHNIX_CM || BFIN537_BLUETECHNIX_CM_E \ |
| 346 | || BFIN537_BLUETECHNIX_CM_U || H8606_HVSISTEMAS \ |
| 347 | || BFIN527_BLUETECHNIX_CM) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 348 | default y |
| 349 | |
| 350 | config MEM_MT48LC32M8A2_75 |
| 351 | bool |
Mike Frysinger | 084f9eb | 2010-05-20 04:26:54 +0000 | [diff] [blame] | 352 | depends on (BFIN518F_EZBRD || BFIN537_STAMP || PNAV10 || BFIN538_EZKIT) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 353 | default y |
| 354 | |
| 355 | config MEM_MT48LC8M32B2B5_7 |
| 356 | bool |
| 357 | depends on (BFIN561_BLUETECHNIX_CM) |
| 358 | default y |
| 359 | |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 360 | config MEM_MT48LC32M16A2TG_75 |
| 361 | bool |
Michael Hennerich | 6924dfb | 2009-12-07 13:41:28 +0000 | [diff] [blame] | 362 | depends on (BFIN527_EZKIT || BFIN527_EZKIT_V2 || BFIN532_IP0X || BLACKSTAMP) |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 363 | default y |
| 364 | |
Graf Yang | ee48efb | 2009-06-18 04:32:04 +0000 | [diff] [blame] | 365 | config MEM_MT48H32M16LFCJ_75 |
| 366 | bool |
| 367 | depends on (BFIN526_EZBRD) |
| 368 | default y |
| 369 | |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 370 | source "arch/blackfin/mach-bf518/Kconfig" |
Michael Hennerich | 5900314 | 2007-10-21 16:54:27 +0800 | [diff] [blame] | 371 | source "arch/blackfin/mach-bf527/Kconfig" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 372 | source "arch/blackfin/mach-bf533/Kconfig" |
| 373 | source "arch/blackfin/mach-bf561/Kconfig" |
| 374 | source "arch/blackfin/mach-bf537/Kconfig" |
Michael Hennerich | dc26aec | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 375 | source "arch/blackfin/mach-bf538/Kconfig" |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 376 | source "arch/blackfin/mach-bf548/Kconfig" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 377 | |
| 378 | menu "Board customizations" |
| 379 | |
| 380 | config CMDLINE_BOOL |
| 381 | bool "Default bootloader kernel arguments" |
| 382 | |
| 383 | config CMDLINE |
| 384 | string "Initial kernel command string" |
| 385 | depends on CMDLINE_BOOL |
| 386 | default "console=ttyBF0,57600" |
| 387 | help |
| 388 | If you don't have a boot loader capable of passing a command line string |
| 389 | to the kernel, you may specify one here. As a minimum, you should specify |
| 390 | the memory size and the root device (e.g., mem=8M, root=/dev/nfs). |
| 391 | |
Mike Frysinger | 5f004c2 | 2008-04-25 02:11:24 +0800 | [diff] [blame] | 392 | config BOOT_LOAD |
| 393 | hex "Kernel load address for booting" |
| 394 | default "0x1000" |
| 395 | range 0x1000 0x20000000 |
| 396 | help |
| 397 | This option allows you to set the load address of the kernel. |
| 398 | This can be useful if you are on a board which has a small amount |
| 399 | of memory or you wish to reserve some memory at the beginning of |
| 400 | the address space. |
| 401 | |
| 402 | Note that you need to keep this value above 4k (0x1000) as this |
| 403 | memory region is used to capture NULL pointer references as well |
| 404 | as some core kernel functions. |
| 405 | |
Michael Hennerich | 8cc7117 | 2008-10-13 14:45:06 +0800 | [diff] [blame] | 406 | config ROM_BASE |
| 407 | hex "Kernel ROM Base" |
Mike Frysinger | 8624991 | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 408 | depends on ROMKERNEL |
Barry Song | d86bfb1 | 2010-01-07 04:11:17 +0000 | [diff] [blame] | 409 | default "0x20040040" |
Michael Hennerich | 8cc7117 | 2008-10-13 14:45:06 +0800 | [diff] [blame] | 410 | range 0x20000000 0x20400000 if !(BF54x || BF561) |
| 411 | range 0x20000000 0x30000000 if (BF54x || BF561) |
| 412 | help |
Barry Song | d86bfb1 | 2010-01-07 04:11:17 +0000 | [diff] [blame] | 413 | Make sure your ROM base does not include any file-header |
| 414 | information that is prepended to the kernel. |
| 415 | |
| 416 | For example, the bootable U-Boot format (created with |
| 417 | mkimage) has a 64 byte header (0x40). So while the image |
| 418 | you write to flash might start at say 0x20080000, you have |
| 419 | to add 0x40 to get the kernel's ROM base as it will come |
| 420 | after the header. |
Michael Hennerich | 8cc7117 | 2008-10-13 14:45:06 +0800 | [diff] [blame] | 421 | |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 422 | comment "Clock/PLL Setup" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 423 | |
| 424 | config CLKIN_HZ |
Sonic Zhang | 2fb6cb4 | 2008-04-25 04:39:28 +0800 | [diff] [blame] | 425 | int "Frequency of the crystal on the board in Hz" |
Mike Frysinger | 5d1617b | 2008-04-24 05:03:26 +0800 | [diff] [blame] | 426 | default "10000000" if BFIN532_IP0X |
Mike Frysinger | d0cb9b4 | 2009-06-11 21:52:35 +0000 | [diff] [blame] | 427 | default "11059200" if BFIN533_STAMP |
| 428 | default "24576000" if PNAV10 |
| 429 | default "25000000" # most people use this |
| 430 | default "27000000" if BFIN533_EZKIT |
| 431 | default "30000000" if BFIN561_EZKIT |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 432 | help |
| 433 | The frequency of CLKIN crystal oscillator on the board in Hz. |
Sonic Zhang | 2fb6cb4 | 2008-04-25 04:39:28 +0800 | [diff] [blame] | 434 | Warning: This value should match the crystal on the board. Otherwise, |
| 435 | peripherals won't work properly. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 436 | |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 437 | config BFIN_KERNEL_CLOCK |
| 438 | bool "Re-program Clocks while Kernel boots?" |
| 439 | default n |
| 440 | help |
| 441 | This option decides if kernel clocks are re-programed from the |
| 442 | bootloader settings. If the clocks are not set, the SDRAM settings |
| 443 | are also not changed, and the Bootloader does 100% of the hardware |
| 444 | configuration. |
| 445 | |
| 446 | config PLL_BYPASS |
Mike Frysinger | e4e9a7a | 2007-11-15 20:39:34 +0800 | [diff] [blame] | 447 | bool "Bypass PLL" |
| 448 | depends on BFIN_KERNEL_CLOCK |
| 449 | default n |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 450 | |
| 451 | config CLKIN_HALF |
| 452 | bool "Half Clock In" |
| 453 | depends on BFIN_KERNEL_CLOCK && (! PLL_BYPASS) |
| 454 | default n |
| 455 | help |
| 456 | If this is set the clock will be divided by 2, before it goes to the PLL. |
| 457 | |
| 458 | config VCO_MULT |
| 459 | int "VCO Multiplier" |
| 460 | depends on BFIN_KERNEL_CLOCK && (! PLL_BYPASS) |
| 461 | range 1 64 |
| 462 | default "22" if BFIN533_EZKIT |
| 463 | default "45" if BFIN533_STAMP |
Michael Hennerich | 6924dfb | 2009-12-07 13:41:28 +0000 | [diff] [blame] | 464 | default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN527_EZKIT_V2 || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT) |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 465 | default "22" if BFIN533_BLUETECHNIX_CM |
Harald Krapfenbauer | 6058434 | 2009-09-10 15:12:08 +0000 | [diff] [blame] | 466 | default "20" if (BFIN537_BLUETECHNIX_CM_E || BFIN537_BLUETECHNIX_CM_U || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM) |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 467 | default "20" if BFIN561_EZKIT |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 468 | default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN518F_EZBRD) |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 469 | help |
| 470 | This controls the frequency of the on-chip PLL. This can be between 1 and 64. |
| 471 | PLL Frequency = (Crystal Frequency) * (this setting) |
| 472 | |
| 473 | choice |
| 474 | prompt "Core Clock Divider" |
| 475 | depends on BFIN_KERNEL_CLOCK |
| 476 | default CCLK_DIV_1 |
| 477 | help |
| 478 | This sets the frequency of the core. It can be 1, 2, 4 or 8 |
| 479 | Core Frequency = (PLL frequency) / (this setting) |
| 480 | |
| 481 | config CCLK_DIV_1 |
| 482 | bool "1" |
| 483 | |
| 484 | config CCLK_DIV_2 |
| 485 | bool "2" |
| 486 | |
| 487 | config CCLK_DIV_4 |
| 488 | bool "4" |
| 489 | |
| 490 | config CCLK_DIV_8 |
| 491 | bool "8" |
| 492 | endchoice |
| 493 | |
| 494 | config SCLK_DIV |
| 495 | int "System Clock Divider" |
| 496 | depends on BFIN_KERNEL_CLOCK |
| 497 | range 1 15 |
Mike Frysinger | 5f004c2 | 2008-04-25 02:11:24 +0800 | [diff] [blame] | 498 | default 5 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 499 | help |
| 500 | This sets the frequency of the system clock (including SDRAM or DDR). |
| 501 | This can be between 1 and 15 |
| 502 | System Clock = (PLL frequency) / (this setting) |
| 503 | |
Mike Frysinger | 5f004c2 | 2008-04-25 02:11:24 +0800 | [diff] [blame] | 504 | choice |
| 505 | prompt "DDR SDRAM Chip Type" |
| 506 | depends on BFIN_KERNEL_CLOCK |
| 507 | depends on BF54x |
| 508 | default MEM_MT46V32M16_5B |
| 509 | |
| 510 | config MEM_MT46V32M16_6T |
| 511 | bool "MT46V32M16_6T" |
| 512 | |
| 513 | config MEM_MT46V32M16_5B |
| 514 | bool "MT46V32M16_5B" |
| 515 | endchoice |
| 516 | |
Michael Hennerich | 73feb5c | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 517 | choice |
| 518 | prompt "DDR/SDRAM Timing" |
| 519 | depends on BFIN_KERNEL_CLOCK |
| 520 | default BFIN_KERNEL_CLOCK_MEMINIT_CALC |
| 521 | help |
| 522 | This option allows you to specify Blackfin SDRAM/DDR Timing parameters |
| 523 | The calculated SDRAM timing parameters may not be 100% |
| 524 | accurate - This option is therefore marked experimental. |
| 525 | |
| 526 | config BFIN_KERNEL_CLOCK_MEMINIT_CALC |
| 527 | bool "Calculate Timings (EXPERIMENTAL)" |
| 528 | depends on EXPERIMENTAL |
| 529 | |
| 530 | config BFIN_KERNEL_CLOCK_MEMINIT_SPEC |
| 531 | bool "Provide accurate Timings based on target SCLK" |
| 532 | help |
| 533 | Please consult the Blackfin Hardware Reference Manuals as well |
| 534 | as the memory device datasheet. |
| 535 | http://docs.blackfin.uclinux.org/doku.php?id=bfin:sdram |
| 536 | endchoice |
| 537 | |
| 538 | menu "Memory Init Control" |
| 539 | depends on BFIN_KERNEL_CLOCK_MEMINIT_SPEC |
| 540 | |
| 541 | config MEM_DDRCTL0 |
| 542 | depends on BF54x |
| 543 | hex "DDRCTL0" |
| 544 | default 0x0 |
| 545 | |
| 546 | config MEM_DDRCTL1 |
| 547 | depends on BF54x |
| 548 | hex "DDRCTL1" |
| 549 | default 0x0 |
| 550 | |
| 551 | config MEM_DDRCTL2 |
| 552 | depends on BF54x |
| 553 | hex "DDRCTL2" |
| 554 | default 0x0 |
| 555 | |
| 556 | config MEM_EBIU_DDRQUE |
| 557 | depends on BF54x |
| 558 | hex "DDRQUE" |
| 559 | default 0x0 |
| 560 | |
| 561 | config MEM_SDRRC |
| 562 | depends on !BF54x |
| 563 | hex "SDRRC" |
| 564 | default 0x0 |
| 565 | |
| 566 | config MEM_SDGCTL |
| 567 | depends on !BF54x |
| 568 | hex "SDGCTL" |
| 569 | default 0x0 |
| 570 | endmenu |
| 571 | |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 572 | # |
| 573 | # Max & Min Speeds for various Chips |
| 574 | # |
| 575 | config MAX_VCO_HZ |
| 576 | int |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 577 | default 400000000 if BF512 |
| 578 | default 400000000 if BF514 |
| 579 | default 400000000 if BF516 |
| 580 | default 400000000 if BF518 |
Mike Frysinger | 7b06263 | 2009-08-11 21:27:09 +0000 | [diff] [blame] | 581 | default 400000000 if BF522 |
| 582 | default 600000000 if BF523 |
Mike Frysinger | 1545a11 | 2007-12-24 16:54:48 +0800 | [diff] [blame] | 583 | default 400000000 if BF524 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 584 | default 600000000 if BF525 |
Mike Frysinger | 1545a11 | 2007-12-24 16:54:48 +0800 | [diff] [blame] | 585 | default 400000000 if BF526 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 586 | default 600000000 if BF527 |
| 587 | default 400000000 if BF531 |
| 588 | default 400000000 if BF532 |
| 589 | default 750000000 if BF533 |
| 590 | default 500000000 if BF534 |
| 591 | default 400000000 if BF536 |
| 592 | default 600000000 if BF537 |
Robin Getz | f72eecb | 2007-11-21 16:29:20 +0800 | [diff] [blame] | 593 | default 533333333 if BF538 |
| 594 | default 533333333 if BF539 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 595 | default 600000000 if BF542 |
Robin Getz | f72eecb | 2007-11-21 16:29:20 +0800 | [diff] [blame] | 596 | default 533333333 if BF544 |
Mike Frysinger | 1545a11 | 2007-12-24 16:54:48 +0800 | [diff] [blame] | 597 | default 600000000 if BF547 |
| 598 | default 600000000 if BF548 |
Robin Getz | f72eecb | 2007-11-21 16:29:20 +0800 | [diff] [blame] | 599 | default 533333333 if BF549 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 600 | default 600000000 if BF561 |
| 601 | |
| 602 | config MIN_VCO_HZ |
| 603 | int |
| 604 | default 50000000 |
| 605 | |
| 606 | config MAX_SCLK_HZ |
| 607 | int |
Robin Getz | f72eecb | 2007-11-21 16:29:20 +0800 | [diff] [blame] | 608 | default 133333333 |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 609 | |
| 610 | config MIN_SCLK_HZ |
| 611 | int |
| 612 | default 27000000 |
| 613 | |
| 614 | comment "Kernel Timer/Scheduler" |
| 615 | |
| 616 | source kernel/Kconfig.hz |
| 617 | |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 618 | config GENERIC_TIME |
john stultz | 10f03f1 | 2009-09-15 21:17:19 -0700 | [diff] [blame] | 619 | def_bool y |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 620 | |
| 621 | config GENERIC_CLOCKEVENTS |
| 622 | bool "Generic clock events" |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 623 | default y |
| 624 | |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 625 | menu "Clock event device" |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 626 | depends on GENERIC_CLOCKEVENTS |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 627 | config TICKSOURCE_GPTMR0 |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 628 | bool "GPTimer0" |
| 629 | depends on !SMP |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 630 | select BFIN_GPTIMERS |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 631 | |
| 632 | config TICKSOURCE_CORETMR |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 633 | bool "Core timer" |
| 634 | default y |
| 635 | endmenu |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 636 | |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 637 | menu "Clock souce" |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 638 | depends on GENERIC_CLOCKEVENTS |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 639 | config CYCLES_CLOCKSOURCE |
| 640 | bool "CYCLES" |
| 641 | default y |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 642 | depends on !BFIN_SCRATCH_REG_CYCLES |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 643 | depends on !SMP |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 644 | help |
| 645 | If you say Y here, you will enable support for using the 'cycles' |
| 646 | registers as a clock source. Doing so means you will be unable to |
| 647 | safely write to the 'cycles' register during runtime. You will |
| 648 | still be able to read it (such as for performance monitoring), but |
| 649 | writing the registers will most likely crash the kernel. |
| 650 | |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 651 | config GPTMR0_CLOCKSOURCE |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 652 | bool "GPTimer0" |
Mike Frysinger | 3aca47c | 2009-06-18 19:40:47 +0000 | [diff] [blame] | 653 | select BFIN_GPTIMERS |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 654 | depends on !TICKSOURCE_GPTMR0 |
Yi Li | 0d152c2 | 2009-12-28 10:21:49 +0000 | [diff] [blame] | 655 | endmenu |
Graf Yang | 1fa9be7 | 2009-05-15 11:01:59 +0000 | [diff] [blame] | 656 | |
john stultz | 10f03f1 | 2009-09-15 21:17:19 -0700 | [diff] [blame] | 657 | config ARCH_USES_GETTIMEOFFSET |
| 658 | depends on !GENERIC_CLOCKEVENTS |
| 659 | def_bool y |
| 660 | |
Vitja Makarov | 8b5f79f | 2008-02-29 12:24:23 +0800 | [diff] [blame] | 661 | source kernel/time/Kconfig |
| 662 | |
Mike Frysinger | 5f004c2 | 2008-04-25 02:11:24 +0800 | [diff] [blame] | 663 | comment "Misc" |
Sonic Zhang | 971d5bc | 2008-01-27 16:32:31 +0800 | [diff] [blame] | 664 | |
Mike Frysinger | f0b5d12 | 2007-08-05 17:03:59 +0800 | [diff] [blame] | 665 | choice |
| 666 | prompt "Blackfin Exception Scratch Register" |
| 667 | default BFIN_SCRATCH_REG_RETN |
| 668 | help |
| 669 | Select the resource to reserve for the Exception handler: |
| 670 | - RETN: Non-Maskable Interrupt (NMI) |
| 671 | - RETE: Exception Return (JTAG/ICE) |
| 672 | - CYCLES: Performance counter |
| 673 | |
| 674 | If you are unsure, please select "RETN". |
| 675 | |
| 676 | config BFIN_SCRATCH_REG_RETN |
| 677 | bool "RETN" |
| 678 | help |
| 679 | Use the RETN register in the Blackfin exception handler |
| 680 | as a stack scratch register. This means you cannot |
| 681 | safely use NMI on the Blackfin while running Linux, but |
| 682 | you can debug the system with a JTAG ICE and use the |
| 683 | CYCLES performance registers. |
| 684 | |
| 685 | If you are unsure, please select "RETN". |
| 686 | |
| 687 | config BFIN_SCRATCH_REG_RETE |
| 688 | bool "RETE" |
| 689 | help |
| 690 | Use the RETE register in the Blackfin exception handler |
| 691 | as a stack scratch register. This means you cannot |
| 692 | safely use a JTAG ICE while debugging a Blackfin board, |
| 693 | but you can safely use the CYCLES performance registers |
| 694 | and the NMI. |
| 695 | |
| 696 | If you are unsure, please select "RETN". |
| 697 | |
| 698 | config BFIN_SCRATCH_REG_CYCLES |
| 699 | bool "CYCLES" |
| 700 | help |
| 701 | Use the CYCLES register in the Blackfin exception handler |
| 702 | as a stack scratch register. This means you cannot |
| 703 | safely use the CYCLES performance registers on a Blackfin |
| 704 | board at anytime, but you can debug the system with a JTAG |
| 705 | ICE and use the NMI. |
| 706 | |
| 707 | If you are unsure, please select "RETN". |
| 708 | |
| 709 | endchoice |
| 710 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 711 | endmenu |
| 712 | |
| 713 | |
| 714 | menu "Blackfin Kernel Optimizations" |
Graf Yang | 46fa5ee | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 715 | depends on !SMP |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 716 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 717 | comment "Memory Optimizations" |
| 718 | |
| 719 | config I_ENTRY_L1 |
| 720 | bool "Locate interrupt entry code in L1 Memory" |
| 721 | default y |
| 722 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 723 | If enabled, interrupt entry code (STORE/RESTORE CONTEXT) is linked |
| 724 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 725 | |
| 726 | config EXCPT_IRQ_SYSC_L1 |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 727 | bool "Locate entire ASM lowlevel exception / interrupt - Syscall and CPLB handler code in L1 Memory" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 728 | default y |
| 729 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 730 | If enabled, the entire ASM lowlevel exception and interrupt entry code |
Michael Hennerich | cfefe3c | 2008-02-09 04:12:37 +0800 | [diff] [blame] | 731 | (STORE/RESTORE CONTEXT) is linked into L1 instruction memory. |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 732 | (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 733 | |
| 734 | config DO_IRQ_L1 |
| 735 | bool "Locate frequently called do_irq dispatcher function in L1 Memory" |
| 736 | default y |
| 737 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 738 | If enabled, the frequently called do_irq dispatcher function is linked |
| 739 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 740 | |
| 741 | config CORE_TIMER_IRQ_L1 |
| 742 | bool "Locate frequently called timer_interrupt() function in L1 Memory" |
| 743 | default y |
| 744 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 745 | If enabled, the frequently called timer_interrupt() function is linked |
| 746 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 747 | |
| 748 | config IDLE_L1 |
| 749 | bool "Locate frequently idle function in L1 Memory" |
| 750 | default y |
| 751 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 752 | If enabled, the frequently called idle function is linked |
| 753 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 754 | |
| 755 | config SCHEDULE_L1 |
| 756 | bool "Locate kernel schedule function in L1 Memory" |
| 757 | default y |
| 758 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 759 | If enabled, the frequently called kernel schedule is linked |
| 760 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 761 | |
| 762 | config ARITHMETIC_OPS_L1 |
| 763 | bool "Locate kernel owned arithmetic functions in L1 Memory" |
| 764 | default y |
| 765 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 766 | If enabled, arithmetic functions are linked |
| 767 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 768 | |
| 769 | config ACCESS_OK_L1 |
| 770 | bool "Locate access_ok function in L1 Memory" |
| 771 | default y |
| 772 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 773 | If enabled, the access_ok function is linked |
| 774 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 775 | |
| 776 | config MEMSET_L1 |
| 777 | bool "Locate memset function in L1 Memory" |
| 778 | default y |
| 779 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 780 | If enabled, the memset function is linked |
| 781 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 782 | |
| 783 | config MEMCPY_L1 |
| 784 | bool "Locate memcpy function in L1 Memory" |
| 785 | default y |
| 786 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 787 | If enabled, the memcpy function is linked |
| 788 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 789 | |
Robin Getz | 479ba60 | 2010-05-03 17:23:20 +0000 | [diff] [blame] | 790 | config STRCMP_L1 |
| 791 | bool "locate strcmp function in L1 Memory" |
| 792 | default y |
| 793 | help |
| 794 | If enabled, the strcmp function is linked |
| 795 | into L1 instruction memory (less latency). |
| 796 | |
| 797 | config STRNCMP_L1 |
| 798 | bool "locate strncmp function in L1 Memory" |
| 799 | default y |
| 800 | help |
| 801 | If enabled, the strncmp function is linked |
| 802 | into L1 instruction memory (less latency). |
| 803 | |
| 804 | config STRCPY_L1 |
| 805 | bool "locate strcpy function in L1 Memory" |
| 806 | default y |
| 807 | help |
| 808 | If enabled, the strcpy function is linked |
| 809 | into L1 instruction memory (less latency). |
| 810 | |
| 811 | config STRNCPY_L1 |
| 812 | bool "locate strncpy function in L1 Memory" |
| 813 | default y |
| 814 | help |
| 815 | If enabled, the strncpy function is linked |
| 816 | into L1 instruction memory (less latency). |
| 817 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 818 | config SYS_BFIN_SPINLOCK_L1 |
| 819 | bool "Locate sys_bfin_spinlock function in L1 Memory" |
| 820 | default y |
| 821 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 822 | If enabled, sys_bfin_spinlock function is linked |
| 823 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 824 | |
| 825 | config IP_CHECKSUM_L1 |
| 826 | bool "Locate IP Checksum function in L1 Memory" |
| 827 | default n |
| 828 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 829 | If enabled, the IP Checksum function is linked |
| 830 | into L1 instruction memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 831 | |
| 832 | config CACHELINE_ALIGNED_L1 |
| 833 | bool "Locate cacheline_aligned data to L1 Data Memory" |
Michael Hennerich | 157cc5a | 2007-07-12 16:20:21 +0800 | [diff] [blame] | 834 | default y if !BF54x |
| 835 | default n if BF54x |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 836 | depends on !BF531 |
| 837 | help |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 838 | If enabled, cacheline_aligned data is linked |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 839 | into L1 data memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 840 | |
| 841 | config SYSCALL_TAB_L1 |
| 842 | bool "Locate Syscall Table L1 Data Memory" |
| 843 | default n |
| 844 | depends on !BF531 |
| 845 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 846 | If enabled, the Syscall LUT is linked |
| 847 | into L1 data memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 848 | |
| 849 | config CPLB_SWITCH_TAB_L1 |
| 850 | bool "Locate CPLB Switch Tables L1 Data Memory" |
| 851 | default n |
| 852 | depends on !BF531 |
| 853 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 854 | If enabled, the CPLB Switch Tables are linked |
| 855 | into L1 data memory. (less latency) |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 856 | |
Mike Frysinger | 7418129 | 2010-05-27 22:46:46 +0000 | [diff] [blame] | 857 | config CACHE_FLUSH_L1 |
| 858 | bool "Locate cache flush funcs in L1 Inst Memory" |
| 859 | default y |
| 860 | help |
| 861 | If enabled, the Blackfin cache flushing functions are linked |
| 862 | into L1 instruction memory. |
| 863 | |
| 864 | Note that this might be required to address anomalies, but |
| 865 | these functions are pretty small, so it shouldn't be too bad. |
| 866 | If you are using a processor affected by an anomaly, the build |
| 867 | system will double check for you and prevent it. |
| 868 | |
Graf Yang | ca87b7a | 2008-10-08 17:30:01 +0800 | [diff] [blame] | 869 | config APP_STACK_L1 |
| 870 | bool "Support locating application stack in L1 Scratch Memory" |
| 871 | default y |
| 872 | help |
| 873 | If enabled the application stack can be located in L1 |
| 874 | scratch memory (less latency). |
| 875 | |
| 876 | Currently only works with FLAT binaries. |
| 877 | |
Mike Frysinger | 6ad2b84 | 2008-10-28 11:03:09 +0800 | [diff] [blame] | 878 | config EXCEPTION_L1_SCRATCH |
| 879 | bool "Locate exception stack in L1 Scratch Memory" |
| 880 | default n |
Graf Yang | f82e0a0 | 2009-04-08 08:30:22 +0000 | [diff] [blame] | 881 | depends on !APP_STACK_L1 |
Mike Frysinger | 6ad2b84 | 2008-10-28 11:03:09 +0800 | [diff] [blame] | 882 | help |
| 883 | Whenever an exception occurs, use the L1 Scratch memory for |
| 884 | stack storage. You cannot place the stacks of FLAT binaries |
| 885 | in L1 when using this option. |
| 886 | |
| 887 | If you don't use L1 Scratch, then you should say Y here. |
| 888 | |
Robin Getz | 251383c | 2008-08-14 15:12:55 +0800 | [diff] [blame] | 889 | comment "Speed Optimizations" |
| 890 | config BFIN_INS_LOWOVERHEAD |
| 891 | bool "ins[bwl] low overhead, higher interrupt latency" |
| 892 | default y |
| 893 | help |
| 894 | Reads on the Blackfin are speculative. In Blackfin terms, this means |
| 895 | they can be interrupted at any time (even after they have been issued |
| 896 | on to the external bus), and re-issued after the interrupt occurs. |
| 897 | For memory - this is not a big deal, since memory does not change if |
| 898 | it sees a read. |
| 899 | |
| 900 | If a FIFO is sitting on the end of the read, it will see two reads, |
| 901 | when the core only sees one since the FIFO receives both the read |
| 902 | which is cancelled (and not delivered to the core) and the one which |
| 903 | is re-issued (which is delivered to the core). |
| 904 | |
| 905 | To solve this, interrupts are turned off before reads occur to |
| 906 | I/O space. This option controls which the overhead/latency of |
| 907 | controlling interrupts during this time |
| 908 | "n" turns interrupts off every read |
| 909 | (higher overhead, but lower interrupt latency) |
| 910 | "y" turns interrupts off every loop |
| 911 | (low overhead, but longer interrupt latency) |
| 912 | |
| 913 | default behavior is to leave this set to on (type "Y"). If you are experiencing |
| 914 | interrupt latency issues, it is safe and OK to turn this off. |
| 915 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 916 | endmenu |
| 917 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 918 | choice |
| 919 | prompt "Kernel executes from" |
| 920 | help |
| 921 | Choose the memory type that the kernel will be running in. |
| 922 | |
| 923 | config RAMKERNEL |
| 924 | bool "RAM" |
| 925 | help |
| 926 | The kernel will be resident in RAM when running. |
| 927 | |
| 928 | config ROMKERNEL |
| 929 | bool "ROM" |
| 930 | help |
| 931 | The kernel will be resident in FLASH/ROM when running. |
| 932 | |
| 933 | endchoice |
| 934 | |
| 935 | source "mm/Kconfig" |
| 936 | |
Mike Frysinger | 780431e | 2007-10-21 23:37:54 +0800 | [diff] [blame] | 937 | config BFIN_GPTIMERS |
| 938 | tristate "Enable Blackfin General Purpose Timers API" |
| 939 | default n |
| 940 | help |
| 941 | Enable support for the General Purpose Timers API. If you |
| 942 | are unsure, say N. |
| 943 | |
| 944 | To compile this driver as a module, choose M here: the module |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 945 | will be called gptimers. |
Mike Frysinger | 780431e | 2007-10-21 23:37:54 +0800 | [diff] [blame] | 946 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 947 | choice |
Mike Frysinger | d292b00 | 2008-10-28 11:15:36 +0800 | [diff] [blame] | 948 | prompt "Uncached DMA region" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 949 | default DMA_UNCACHED_1M |
Cliff Cai | 86ad793 | 2008-05-17 16:36:52 +0800 | [diff] [blame] | 950 | config DMA_UNCACHED_4M |
| 951 | bool "Enable 4M DMA region" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 952 | config DMA_UNCACHED_2M |
| 953 | bool "Enable 2M DMA region" |
| 954 | config DMA_UNCACHED_1M |
| 955 | bool "Enable 1M DMA region" |
Barry Song | c45c065 | 2009-12-02 09:13:36 +0000 | [diff] [blame] | 956 | config DMA_UNCACHED_512K |
| 957 | bool "Enable 512K DMA region" |
| 958 | config DMA_UNCACHED_256K |
| 959 | bool "Enable 256K DMA region" |
| 960 | config DMA_UNCACHED_128K |
| 961 | bool "Enable 128K DMA region" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 962 | config DMA_UNCACHED_NONE |
| 963 | bool "Disable DMA region" |
| 964 | endchoice |
| 965 | |
| 966 | |
| 967 | comment "Cache Support" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 968 | |
Robin Getz | 3bebca2 | 2007-10-10 23:55:26 +0800 | [diff] [blame] | 969 | config BFIN_ICACHE |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 970 | bool "Enable ICACHE" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 971 | default y |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 972 | config BFIN_EXTMEM_ICACHEABLE |
| 973 | bool "Enable ICACHE for external memory" |
| 974 | depends on BFIN_ICACHE |
| 975 | default y |
| 976 | config BFIN_L2_ICACHEABLE |
| 977 | bool "Enable ICACHE for L2 SRAM" |
| 978 | depends on BFIN_ICACHE |
| 979 | depends on BF54x || BF561 |
| 980 | default n |
| 981 | |
Robin Getz | 3bebca2 | 2007-10-10 23:55:26 +0800 | [diff] [blame] | 982 | config BFIN_DCACHE |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 983 | bool "Enable DCACHE" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 984 | default y |
Robin Getz | 3bebca2 | 2007-10-10 23:55:26 +0800 | [diff] [blame] | 985 | config BFIN_DCACHE_BANKA |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 986 | bool "Enable only 16k BankA DCACHE - BankB is SRAM" |
Robin Getz | 3bebca2 | 2007-10-10 23:55:26 +0800 | [diff] [blame] | 987 | depends on BFIN_DCACHE && !BF531 |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 988 | default n |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 989 | config BFIN_EXTMEM_DCACHEABLE |
| 990 | bool "Enable DCACHE for external memory" |
Robin Getz | 3bebca2 | 2007-10-10 23:55:26 +0800 | [diff] [blame] | 991 | depends on BFIN_DCACHE |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 992 | default y |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 993 | choice |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 994 | prompt "External memory DCACHE policy" |
| 995 | depends on BFIN_EXTMEM_DCACHEABLE |
| 996 | default BFIN_EXTMEM_WRITEBACK if !SMP |
| 997 | default BFIN_EXTMEM_WRITETHROUGH if SMP |
| 998 | config BFIN_EXTMEM_WRITEBACK |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 999 | bool "Write back" |
| 1000 | depends on !SMP |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1001 | help |
| 1002 | Write Back Policy: |
| 1003 | Cached data will be written back to SDRAM only when needed. |
| 1004 | This can give a nice increase in performance, but beware of |
| 1005 | broken drivers that do not properly invalidate/flush their |
| 1006 | cache. |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 1007 | |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1008 | Write Through Policy: |
| 1009 | Cached data will always be written back to SDRAM when the |
| 1010 | cache is updated. This is a completely safe setting, but |
| 1011 | performance is worse than Write Back. |
| 1012 | |
| 1013 | If you are unsure of the options and you want to be safe, |
| 1014 | then go with Write Through. |
| 1015 | |
| 1016 | config BFIN_EXTMEM_WRITETHROUGH |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 1017 | bool "Write through" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1018 | help |
| 1019 | Write Back Policy: |
| 1020 | Cached data will be written back to SDRAM only when needed. |
| 1021 | This can give a nice increase in performance, but beware of |
| 1022 | broken drivers that do not properly invalidate/flush their |
| 1023 | cache. |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 1024 | |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1025 | Write Through Policy: |
| 1026 | Cached data will always be written back to SDRAM when the |
| 1027 | cache is updated. This is a completely safe setting, but |
| 1028 | performance is worse than Write Back. |
| 1029 | |
| 1030 | If you are unsure of the options and you want to be safe, |
| 1031 | then go with Write Through. |
Graf Yang | 5ba7667 | 2009-05-07 04:09:15 +0000 | [diff] [blame] | 1032 | |
| 1033 | endchoice |
Sonic Zhang | f099f39 | 2008-10-09 14:11:57 +0800 | [diff] [blame] | 1034 | |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1035 | config BFIN_L2_DCACHEABLE |
| 1036 | bool "Enable DCACHE for L2 SRAM" |
| 1037 | depends on BFIN_DCACHE |
Sonic Zhang | 9c954f8 | 2009-06-30 09:48:03 +0000 | [diff] [blame] | 1038 | depends on (BF54x || BF561) && !SMP |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1039 | default n |
| 1040 | choice |
| 1041 | prompt "L2 SRAM DCACHE policy" |
| 1042 | depends on BFIN_L2_DCACHEABLE |
| 1043 | default BFIN_L2_WRITEBACK |
| 1044 | config BFIN_L2_WRITEBACK |
| 1045 | bool "Write back" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1046 | |
| 1047 | config BFIN_L2_WRITETHROUGH |
| 1048 | bool "Write through" |
Jie Zhang | 41ba653 | 2009-06-16 09:48:33 +0000 | [diff] [blame] | 1049 | endchoice |
| 1050 | |
| 1051 | |
| 1052 | comment "Memory Protection Unit" |
Bernd Schmidt | b97b8a9 | 2008-01-27 18:39:16 +0800 | [diff] [blame] | 1053 | config MPU |
| 1054 | bool "Enable the memory protection unit (EXPERIMENTAL)" |
| 1055 | default n |
| 1056 | help |
| 1057 | Use the processor's MPU to protect applications from accessing |
| 1058 | memory they do not own. This comes at a performance penalty |
| 1059 | and is recommended only for debugging. |
| 1060 | |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 1061 | comment "Asynchronous Memory Configuration" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1062 | |
Mike Frysinger | ddf416b | 2007-10-10 18:06:47 +0800 | [diff] [blame] | 1063 | menu "EBIU_AMGCTL Global Control" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1064 | config C_AMCKEN |
| 1065 | bool "Enable CLKOUT" |
| 1066 | default y |
| 1067 | |
| 1068 | config C_CDPRIO |
| 1069 | bool "DMA has priority over core for ext. accesses" |
| 1070 | default n |
| 1071 | |
| 1072 | config C_B0PEN |
| 1073 | depends on BF561 |
| 1074 | bool "Bank 0 16 bit packing enable" |
| 1075 | default y |
| 1076 | |
| 1077 | config C_B1PEN |
| 1078 | depends on BF561 |
| 1079 | bool "Bank 1 16 bit packing enable" |
| 1080 | default y |
| 1081 | |
| 1082 | config C_B2PEN |
| 1083 | depends on BF561 |
| 1084 | bool "Bank 2 16 bit packing enable" |
| 1085 | default y |
| 1086 | |
| 1087 | config C_B3PEN |
| 1088 | depends on BF561 |
| 1089 | bool "Bank 3 16 bit packing enable" |
| 1090 | default n |
| 1091 | |
| 1092 | choice |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 1093 | prompt "Enable Asynchronous Memory Banks" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1094 | default C_AMBEN_ALL |
| 1095 | |
| 1096 | config C_AMBEN |
| 1097 | bool "Disable All Banks" |
| 1098 | |
| 1099 | config C_AMBEN_B0 |
| 1100 | bool "Enable Bank 0" |
| 1101 | |
| 1102 | config C_AMBEN_B0_B1 |
| 1103 | bool "Enable Bank 0 & 1" |
| 1104 | |
| 1105 | config C_AMBEN_B0_B1_B2 |
| 1106 | bool "Enable Bank 0 & 1 & 2" |
| 1107 | |
| 1108 | config C_AMBEN_ALL |
| 1109 | bool "Enable All Banks" |
| 1110 | endchoice |
| 1111 | endmenu |
| 1112 | |
| 1113 | menu "EBIU_AMBCTL Control" |
| 1114 | config BANK_0 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1115 | hex "Bank 0 (AMBCTL0.L)" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1116 | default 0x7BB0 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1117 | help |
| 1118 | These are the low 16 bits of the EBIU_AMBCTL0 MMR which are |
| 1119 | used to control the Asynchronous Memory Bank 0 settings. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1120 | |
| 1121 | config BANK_1 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1122 | hex "Bank 1 (AMBCTL0.H)" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1123 | default 0x7BB0 |
Michael Hennerich | 197fba5 | 2008-05-07 17:03:27 +0800 | [diff] [blame] | 1124 | default 0x5558 if BF54x |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1125 | help |
| 1126 | These are the high 16 bits of the EBIU_AMBCTL0 MMR which are |
| 1127 | used to control the Asynchronous Memory Bank 1 settings. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1128 | |
| 1129 | config BANK_2 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1130 | hex "Bank 2 (AMBCTL1.L)" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1131 | default 0x7BB0 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1132 | help |
| 1133 | These are the low 16 bits of the EBIU_AMBCTL1 MMR which are |
| 1134 | used to control the Asynchronous Memory Bank 2 settings. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1135 | |
| 1136 | config BANK_3 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1137 | hex "Bank 3 (AMBCTL1.H)" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1138 | default 0x99B3 |
Mike Frysinger | c8342f8 | 2009-03-31 00:18:35 +0000 | [diff] [blame] | 1139 | help |
| 1140 | These are the high 16 bits of the EBIU_AMBCTL1 MMR which are |
| 1141 | used to control the Asynchronous Memory Bank 3 settings. |
| 1142 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1143 | endmenu |
| 1144 | |
Sonic Zhang | e40540b | 2007-11-21 23:49:52 +0800 | [diff] [blame] | 1145 | config EBIU_MBSCTLVAL |
| 1146 | hex "EBIU Bank Select Control Register" |
| 1147 | depends on BF54x |
| 1148 | default 0 |
| 1149 | |
| 1150 | config EBIU_MODEVAL |
| 1151 | hex "Flash Memory Mode Control Register" |
| 1152 | depends on BF54x |
| 1153 | default 1 |
| 1154 | |
| 1155 | config EBIU_FCTLVAL |
| 1156 | hex "Flash Memory Bank Control Register" |
| 1157 | depends on BF54x |
| 1158 | default 6 |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1159 | endmenu |
| 1160 | |
| 1161 | ############################################################################# |
| 1162 | menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" |
| 1163 | |
| 1164 | config PCI |
| 1165 | bool "PCI support" |
Adrian Bunk | a95ca3b | 2008-08-27 10:55:05 +0800 | [diff] [blame] | 1166 | depends on BROKEN |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1167 | help |
| 1168 | Support for PCI bus. |
| 1169 | |
| 1170 | source "drivers/pci/Kconfig" |
| 1171 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1172 | source "drivers/pcmcia/Kconfig" |
| 1173 | |
| 1174 | source "drivers/pci/hotplug/Kconfig" |
| 1175 | |
| 1176 | endmenu |
| 1177 | |
| 1178 | menu "Executable file formats" |
| 1179 | |
| 1180 | source "fs/Kconfig.binfmt" |
| 1181 | |
| 1182 | endmenu |
| 1183 | |
| 1184 | menu "Power management options" |
Graf Yang | ad46163 | 2009-08-07 03:52:54 +0000 | [diff] [blame] | 1185 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1186 | source "kernel/power/Kconfig" |
| 1187 | |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 1188 | config ARCH_SUSPEND_POSSIBLE |
| 1189 | def_bool y |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 1190 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1191 | choice |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1192 | prompt "Standby Power Saving Mode" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1193 | depends on PM |
Michael Hennerich | cfefe3c | 2008-02-09 04:12:37 +0800 | [diff] [blame] | 1194 | default PM_BFIN_SLEEP_DEEPER |
| 1195 | config PM_BFIN_SLEEP_DEEPER |
| 1196 | bool "Sleep Deeper" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1197 | help |
Michael Hennerich | cfefe3c | 2008-02-09 04:12:37 +0800 | [diff] [blame] | 1198 | Sleep "Deeper" Mode (High Power Savings) - This mode reduces dynamic |
| 1199 | power dissipation by disabling the clock to the processor core (CCLK). |
| 1200 | Furthermore, Standby sets the internal power supply voltage (VDDINT) |
| 1201 | to 0.85 V to provide the greatest power savings, while preserving the |
| 1202 | processor state. |
| 1203 | The PLL and system clock (SCLK) continue to operate at a very low |
| 1204 | frequency of about 3.3 MHz. To preserve data integrity in the SDRAM, |
| 1205 | the SDRAM is put into Self Refresh Mode. Typically an external event |
| 1206 | such as GPIO interrupt or RTC activity wakes up the processor. |
| 1207 | Various Peripherals such as UART, SPORT, PPI may not function as |
| 1208 | normal during Sleep Deeper, due to the reduced SCLK frequency. |
| 1209 | When in the sleep mode, system DMA access to L1 memory is not supported. |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1210 | |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1211 | If unsure, select "Sleep Deeper". |
| 1212 | |
Michael Hennerich | cfefe3c | 2008-02-09 04:12:37 +0800 | [diff] [blame] | 1213 | config PM_BFIN_SLEEP |
| 1214 | bool "Sleep" |
| 1215 | help |
| 1216 | Sleep Mode (High Power Savings) - The sleep mode reduces power |
| 1217 | dissipation by disabling the clock to the processor core (CCLK). |
| 1218 | The PLL and system clock (SCLK), however, continue to operate in |
| 1219 | this mode. Typically an external event or RTC activity will wake |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1220 | up the processor. When in the sleep mode, system DMA access to L1 |
| 1221 | memory is not supported. |
| 1222 | |
| 1223 | If unsure, select "Sleep Deeper". |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1224 | endchoice |
| 1225 | |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1226 | comment "Possible Suspend Mem / Hibernate Wake-Up Sources" |
| 1227 | depends on PM |
| 1228 | |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1229 | config PM_BFIN_WAKE_PH6 |
| 1230 | bool "Allow Wake-Up from on-chip PHY or PH6 GP" |
Bryan Wu | 2f6f4bc | 2008-11-18 17:48:21 +0800 | [diff] [blame] | 1231 | depends on PM && (BF51x || BF52x || BF534 || BF536 || BF537) |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1232 | default n |
| 1233 | help |
| 1234 | Enable PHY and PH6 GP Wake-Up (Voltage Regulator Power-Up) |
| 1235 | |
Michael Hennerich | 1efc80b | 2008-07-19 16:57:32 +0800 | [diff] [blame] | 1236 | config PM_BFIN_WAKE_GP |
| 1237 | bool "Allow Wake-Up from GPIOs" |
| 1238 | depends on PM && BF54x |
| 1239 | default n |
| 1240 | help |
| 1241 | Enable General-Purpose Wake-Up (Voltage Regulator Power-Up) |
Michael Hennerich | 1998628 | 2009-03-05 16:45:55 +0800 | [diff] [blame] | 1242 | (all processors, except ADSP-BF549). This option sets |
| 1243 | the general-purpose wake-up enable (GPWE) control bit to enable |
| 1244 | wake-up upon detection of an active low signal on the /GPW (PH7) pin. |
| 1245 | On ADSP-BF549 this option enables the the same functionality on the |
| 1246 | /MRXON pin also PH7. |
| 1247 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1248 | endmenu |
| 1249 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1250 | menu "CPU Frequency scaling" |
| 1251 | |
| 1252 | source "drivers/cpufreq/Kconfig" |
| 1253 | |
Michael Hennerich | 5ad2ca5 | 2008-11-18 17:48:22 +0800 | [diff] [blame] | 1254 | config BFIN_CPU_FREQ |
| 1255 | bool |
| 1256 | depends on CPU_FREQ |
| 1257 | select CPU_FREQ_TABLE |
| 1258 | default y |
| 1259 | |
Michael Hennerich | 14b0320 | 2008-05-07 11:41:26 +0800 | [diff] [blame] | 1260 | config CPU_VOLTAGE |
| 1261 | bool "CPU Voltage scaling" |
Michael Hennerich | 73feb5c | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 1262 | depends on EXPERIMENTAL |
Michael Hennerich | 14b0320 | 2008-05-07 11:41:26 +0800 | [diff] [blame] | 1263 | depends on CPU_FREQ |
| 1264 | default n |
| 1265 | help |
| 1266 | Say Y here if you want CPU voltage scaling according to the CPU frequency. |
| 1267 | This option violates the PLL BYPASS recommendation in the Blackfin Processor |
Michael Hennerich | 73feb5c | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 1268 | manuals. There is a theoretical risk that during VDDINT transitions |
Michael Hennerich | 14b0320 | 2008-05-07 11:41:26 +0800 | [diff] [blame] | 1269 | the PLL may unlock. |
| 1270 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1271 | endmenu |
| 1272 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1273 | source "net/Kconfig" |
| 1274 | |
| 1275 | source "drivers/Kconfig" |
| 1276 | |
Mike Frysinger | 872d024 | 2009-10-06 04:49:07 +0000 | [diff] [blame] | 1277 | source "drivers/firmware/Kconfig" |
| 1278 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1279 | source "fs/Kconfig" |
| 1280 | |
Mike Frysinger | 74ce832 | 2007-11-21 23:50:49 +0800 | [diff] [blame] | 1281 | source "arch/blackfin/Kconfig.debug" |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1282 | |
| 1283 | source "security/Kconfig" |
| 1284 | |
| 1285 | source "crypto/Kconfig" |
| 1286 | |
| 1287 | source "lib/Kconfig" |