Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config FPU |
| 2 | bool |
| 3 | default n |
| 4 | |
sfking@fdwdc.com | af39bb8 | 2009-06-19 18:11:00 -0700 | [diff] [blame] | 5 | config GENERIC_GPIO |
| 6 | bool |
| 7 | default n |
| 8 | |
Sebastian Siewior | 95469bd | 2008-04-28 11:43:01 +0200 | [diff] [blame] | 9 | config GENERIC_CMOS_UPDATE |
| 10 | bool |
| 11 | default y |
| 12 | |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 13 | config GENERIC_CLOCKEVENTS |
| 14 | bool |
| 15 | default n |
| 16 | |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 17 | config M68000 |
| 18 | bool |
| 19 | help |
| 20 | The Freescale (was Motorola) 68000 CPU is the first generation of |
| 21 | the well known M68K family of processors. The CPU core as well as |
| 22 | being available as a stand alone CPU was also used in many |
| 23 | System-On-Chip devices (eg 68328, 68302, etc). It does not contain |
| 24 | a paging MMU. |
| 25 | |
| 26 | config MCPU32 |
| 27 | bool |
| 28 | help |
| 29 | The Freescale (was then Motorola) CPU32 is a CPU core that is |
| 30 | based on the 68020 processor. For the most part it is used in |
| 31 | System-On-Chip parts, and does not contain a paging MMU. |
| 32 | |
| 33 | config COLDFIRE |
| 34 | bool |
| 35 | select GENERIC_GPIO |
| 36 | select ARCH_REQUIRE_GPIOLIB |
| 37 | help |
| 38 | The Freescale ColdFire family of processors is a modern derivitive |
| 39 | of the 68000 processor family. They are mainly targeted at embedded |
| 40 | applications, and are all System-On-Chip (SOC) devices, as opposed |
| 41 | to stand alone CPUs. They implement a subset of the original 68000 |
| 42 | processor instruction set. |
| 43 | |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 44 | config COLDFIRE_SW_A7 |
| 45 | bool |
| 46 | default n |
| 47 | |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 48 | config HAVE_CACHE_SPLIT |
| 49 | bool |
| 50 | |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 51 | config HAVE_CACHE_CB |
| 52 | bool |
| 53 | |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 54 | config HAVE_MBAR |
| 55 | bool |
| 56 | |
| 57 | config HAVE_IPSBAR |
| 58 | bool |
| 59 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | choice |
| 61 | prompt "CPU" |
| 62 | default M68EZ328 |
| 63 | |
| 64 | config M68328 |
| 65 | bool "MC68328" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 66 | select M68000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | help |
| 68 | Motorola 68328 processor support. |
| 69 | |
| 70 | config M68EZ328 |
| 71 | bool "MC68EZ328" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 72 | select M68000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | help |
| 74 | Motorola 68EX328 processor support. |
| 75 | |
| 76 | config M68VZ328 |
| 77 | bool "MC68VZ328" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 78 | select M68000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | help |
| 80 | Motorola 68VZ328 processor support. |
| 81 | |
| 82 | config M68360 |
| 83 | bool "MC68360" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 84 | select MCPU32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | help |
| 86 | Motorola 68360 processor support. |
| 87 | |
| 88 | config M5206 |
| 89 | bool "MCF5206" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 90 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 91 | select COLDFIRE_SW_A7 |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 92 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | help |
| 94 | Motorola ColdFire 5206 processor support. |
| 95 | |
| 96 | config M5206e |
| 97 | bool "MCF5206e" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 98 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 99 | select COLDFIRE_SW_A7 |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 100 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | help |
| 102 | Motorola ColdFire 5206e processor support. |
| 103 | |
Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 104 | config M520x |
| 105 | bool "MCF520x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 106 | select COLDFIRE |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 107 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 108 | select HAVE_CACHE_SPLIT |
Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 109 | help |
| 110 | Freescale Coldfire 5207/5208 processor support. |
| 111 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 112 | config M523x |
| 113 | bool "MCF523x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 114 | select COLDFIRE |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 115 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 116 | select HAVE_CACHE_SPLIT |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 117 | select HAVE_IPSBAR |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 118 | help |
| 119 | Freescale Coldfire 5230/1/2/4/5 processor support |
| 120 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | config M5249 |
| 122 | bool "MCF5249" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 123 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 124 | select COLDFIRE_SW_A7 |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 125 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | help |
| 127 | Motorola ColdFire 5249 processor support. |
| 128 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 129 | config M5271 |
| 130 | bool "MCF5271" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 131 | select COLDFIRE |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 132 | select HAVE_CACHE_SPLIT |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 133 | select HAVE_IPSBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | help |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 135 | Freescale (Motorola) ColdFire 5270/5271 processor support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | |
| 137 | config M5272 |
| 138 | bool "MCF5272" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 139 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 140 | select COLDFIRE_SW_A7 |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 141 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | help |
| 143 | Motorola ColdFire 5272 processor support. |
| 144 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 145 | config M5275 |
| 146 | bool "MCF5275" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 147 | select COLDFIRE |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 148 | select HAVE_CACHE_SPLIT |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 149 | select HAVE_IPSBAR |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 150 | help |
| 151 | Freescale (Motorola) ColdFire 5274/5275 processor support. |
| 152 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | config M528x |
| 154 | bool "MCF528x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 155 | select COLDFIRE |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 156 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 157 | select HAVE_CACHE_SPLIT |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 158 | select HAVE_IPSBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | help |
| 160 | Motorola ColdFire 5280/5282 processor support. |
| 161 | |
| 162 | config M5307 |
| 163 | bool "MCF5307" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 164 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 165 | select COLDFIRE_SW_A7 |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 166 | select HAVE_CACHE_CB |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 167 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | help |
| 169 | Motorola ColdFire 5307 processor support. |
| 170 | |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 171 | config M532x |
| 172 | bool "MCF532x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 173 | select COLDFIRE |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 174 | select HAVE_CACHE_CB |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 175 | help |
| 176 | Freescale (Motorola) ColdFire 532x processor support. |
| 177 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | config M5407 |
| 179 | bool "MCF5407" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 180 | select COLDFIRE |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 181 | select COLDFIRE_SW_A7 |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 182 | select HAVE_CACHE_CB |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 183 | select HAVE_MBAR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | help |
| 185 | Motorola ColdFire 5407 processor support. |
| 186 | |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 187 | config M547x |
| 188 | bool "MCF547x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 189 | select COLDFIRE |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 190 | select HAVE_CACHE_CB |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 191 | select HAVE_MBAR |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 192 | help |
| 193 | Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support. |
| 194 | |
Philippe De Muyter | ea49f8ff | 2010-09-20 13:11:11 +0200 | [diff] [blame] | 195 | config M548x |
| 196 | bool "MCF548x" |
Greg Ungerer | 6235672 | 2011-06-02 15:50:48 +1000 | [diff] [blame] | 197 | select COLDFIRE |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 198 | select HAVE_CACHE_CB |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 199 | select HAVE_MBAR |
Philippe De Muyter | ea49f8ff | 2010-09-20 13:11:11 +0200 | [diff] [blame] | 200 | help |
| 201 | Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support. |
| 202 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | endchoice |
| 204 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 205 | config M527x |
| 206 | bool |
| 207 | depends on (M5271 || M5275) |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 208 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 209 | default y |
| 210 | |
Greg Ungerer | 5b2e655 | 2010-11-02 12:05:29 +1000 | [diff] [blame] | 211 | config M54xx |
| 212 | bool |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 213 | depends on (M548x || M547x) |
Greg Ungerer | 5b2e655 | 2010-11-02 12:05:29 +1000 | [diff] [blame] | 214 | default y |
| 215 | |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 216 | config CLOCK_SET |
| 217 | bool "Enable setting the CPU clock frequency" |
| 218 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | help |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 220 | On some CPU's you do not need to know what the core CPU clock |
| 221 | frequency is. On these you can disable clock setting. On some |
| 222 | traditional 68K parts, and on all ColdFire parts you need to set |
| 223 | the appropriate CPU clock frequency. On these devices many of the |
| 224 | onboard peripherals derive their timing from the master CPU clock |
| 225 | frequency. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 227 | config CLOCK_FREQ |
| 228 | int "Set the core clock frequency" |
| 229 | default "66666666" |
| 230 | depends on CLOCK_SET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | help |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 232 | Define the CPU clock frequency in use. This is the core clock |
| 233 | frequency, it may or may not be the same as the external clock |
| 234 | crystal fitted to your board. Some processors have an internal |
| 235 | PLL and can have their frequency programmed at run time, others |
Matt LaPlante | 44c0920 | 2006-10-03 22:34:14 +0200 | [diff] [blame] | 236 | use internal dividers. In general the kernel won't setup a PLL |
| 237 | if it is fitted (there are some exceptions). This value will be |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 238 | specific to the exact CPU that you are using. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | config OLDMASK |
| 241 | bool "Old mask 5307 (1H55J) silicon" |
| 242 | depends on M5307 |
| 243 | help |
| 244 | Build support for the older revision ColdFire 5307 silicon. |
| 245 | Specifically this is the 1H55J mask revision. |
| 246 | |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 247 | if HAVE_CACHE_SPLIT |
| 248 | choice |
| 249 | prompt "Split Cache Configuration" |
| 250 | default CACHE_I |
| 251 | |
| 252 | config CACHE_I |
| 253 | bool "Instruction" |
| 254 | help |
| 255 | Use all of the ColdFire CPU cache memory as an instruction cache. |
| 256 | |
| 257 | config CACHE_D |
| 258 | bool "Data" |
| 259 | help |
| 260 | Use all of the ColdFire CPU cache memory as a data cache. |
| 261 | |
| 262 | config CACHE_BOTH |
| 263 | bool "Both" |
| 264 | help |
| 265 | Split the ColdFire CPU cache, and use half as an instruction cache |
| 266 | and half as a data cache. |
| 267 | endchoice |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 268 | endif |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 269 | |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 270 | if HAVE_CACHE_CB |
| 271 | choice |
| 272 | prompt "Data cache mode" |
| 273 | default CACHE_WRITETHRU |
| 274 | |
| 275 | config CACHE_WRITETHRU |
| 276 | bool "Write-through" |
| 277 | help |
| 278 | The ColdFire CPU cache is set into Write-through mode. |
| 279 | |
| 280 | config CACHE_COPYBACK |
| 281 | bool "Copy-back" |
| 282 | help |
| 283 | The ColdFire CPU cache is set into Copy-back mode. |
| 284 | endchoice |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 285 | endif |
| 286 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | comment "Platform" |
| 288 | |
| 289 | config PILOT3 |
| 290 | bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support" |
| 291 | depends on M68328 |
| 292 | help |
| 293 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. |
| 294 | |
| 295 | config XCOPILOT_BUGS |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 296 | bool "(X)Copilot support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | depends on PILOT3 |
| 298 | help |
| 299 | Support the bugs of Xcopilot. |
| 300 | |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 301 | config UC5272 |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 302 | bool 'Arcturus Networks uC5272 dimm board support' |
| 303 | depends on M5272 |
| 304 | help |
| 305 | Support for the Arcturus Networks uC5272 dimm board. |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 306 | |
| 307 | config UC5282 |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 308 | bool "Arcturus Networks uC5282 board support" |
| 309 | depends on M528x |
| 310 | help |
| 311 | Support for the Arcturus Networks uC5282 dimm board. |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 312 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | config UCSIMM |
| 314 | bool "uCsimm module support" |
| 315 | depends on M68EZ328 |
| 316 | help |
| 317 | Support for the Arcturus Networks uCsimm module. |
| 318 | |
| 319 | config UCDIMM |
| 320 | bool "uDsimm module support" |
| 321 | depends on M68VZ328 |
| 322 | help |
| 323 | Support for the Arcturus Networks uDsimm module. |
| 324 | |
| 325 | config DRAGEN2 |
| 326 | bool "DragenEngine II board support" |
| 327 | depends on M68VZ328 |
| 328 | help |
| 329 | Support for the DragenEngine II board. |
| 330 | |
| 331 | config DIRECT_IO_ACCESS |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 332 | bool "Allow user to access IO directly" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
| 334 | help |
| 335 | Disable the CPU internal registers protection in user mode, |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 336 | to allow a user application to read/write them. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | |
| 338 | config INIT_LCD |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 339 | bool "Initialize LCD" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
| 341 | help |
| 342 | Initialize the LCD controller of the 68x328 processor. |
| 343 | |
| 344 | config MEMORY_RESERVE |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 345 | int "Memory reservation (MiB)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | depends on (UCSIMM || UCDIMM) |
| 347 | help |
| 348 | Reserve certain memory regions on 68x328 based boards. |
| 349 | |
| 350 | config UCQUICC |
| 351 | bool "Lineo uCquicc board support" |
| 352 | depends on M68360 |
| 353 | help |
| 354 | Support for the Lineo uCquicc board. |
| 355 | |
| 356 | config ARN5206 |
| 357 | bool "Arnewsh 5206 board support" |
| 358 | depends on M5206 |
| 359 | help |
| 360 | Support for the Arnewsh 5206 board. |
| 361 | |
| 362 | config M5206eC3 |
| 363 | bool "Motorola M5206eC3 board support" |
| 364 | depends on M5206e |
| 365 | help |
| 366 | Support for the Motorola M5206eC3 board. |
| 367 | |
| 368 | config ELITE |
| 369 | bool "Motorola M5206eLITE board support" |
| 370 | depends on M5206e |
| 371 | help |
| 372 | Support for the Motorola M5206eLITE board. |
| 373 | |
Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 374 | config M5208EVB |
| 375 | bool "Freescale M5208EVB board support" |
| 376 | depends on M520x |
| 377 | help |
| 378 | Support for the Freescale Coldfire M5208EVB. |
| 379 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 380 | config M5235EVB |
| 381 | bool "Freescale M5235EVB support" |
| 382 | depends on M523x |
| 383 | help |
| 384 | Support for the Freescale M5235EVB board. |
| 385 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | config M5249C3 |
| 387 | bool "Motorola M5249C3 board support" |
| 388 | depends on M5249 |
| 389 | help |
| 390 | Support for the Motorola M5249C3 board. |
| 391 | |
| 392 | config M5271EVB |
| 393 | bool "Freescale (Motorola) M5271EVB board support" |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 394 | depends on M5271 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | help |
| 396 | Support for the Freescale (Motorola) M5271EVB board. |
| 397 | |
| 398 | config M5275EVB |
| 399 | bool "Freescale (Motorola) M5275EVB board support" |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 400 | depends on M5275 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | help |
| 402 | Support for the Freescale (Motorola) M5275EVB board. |
| 403 | |
| 404 | config M5272C3 |
| 405 | bool "Motorola M5272C3 board support" |
| 406 | depends on M5272 |
| 407 | help |
| 408 | Support for the Motorola M5272C3 board. |
| 409 | |
| 410 | config COBRA5272 |
| 411 | bool "senTec COBRA5272 board support" |
| 412 | depends on M5272 |
| 413 | help |
| 414 | Support for the senTec COBRA5272 board. |
| 415 | |
Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame] | 416 | config AVNET5282 |
| 417 | bool "Avnet 5282 board support" |
| 418 | depends on M528x |
| 419 | help |
| 420 | Support for the Avnet 5282 board. |
| 421 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 422 | config M5282EVB |
| 423 | bool "Motorola M5282EVB board support" |
| 424 | depends on M528x |
| 425 | help |
| 426 | Support for the Motorola M5282EVB board. |
| 427 | |
| 428 | config COBRA5282 |
| 429 | bool "senTec COBRA5282 board support" |
| 430 | depends on M528x |
| 431 | help |
| 432 | Support for the senTec COBRA5282 board. |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 433 | |
| 434 | config SOM5282EM |
| 435 | bool "EMAC.Inc SOM5282EM board support" |
| 436 | depends on M528x |
| 437 | help |
| 438 | Support for the EMAC.Inc SOM5282EM module. |
Greg Ungerer | 906a262 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 439 | |
| 440 | config WILDFIRE |
| 441 | bool "Intec Automation Inc. WildFire board support" |
| 442 | depends on M528x |
| 443 | help |
| 444 | Support for the Intec Automation Inc. WildFire. |
| 445 | |
| 446 | config WILDFIREMOD |
| 447 | bool "Intec Automation Inc. WildFire module support" |
| 448 | depends on M528x |
| 449 | help |
| 450 | Support for the Intec Automation Inc. WildFire module. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | |
| 452 | config ARN5307 |
| 453 | bool "Arnewsh 5307 board support" |
| 454 | depends on M5307 |
| 455 | help |
| 456 | Support for the Arnewsh 5307 board. |
| 457 | |
| 458 | config M5307C3 |
| 459 | bool "Motorola M5307C3 board support" |
| 460 | depends on M5307 |
| 461 | help |
| 462 | Support for the Motorola M5307C3 board. |
| 463 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 464 | config SECUREEDGEMP3 |
| 465 | bool "SnapGear SecureEdge/MP3 platform support" |
| 466 | depends on M5307 |
| 467 | help |
| 468 | Support for the SnapGear SecureEdge/MP3 platform. |
| 469 | |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 470 | config M5329EVB |
| 471 | bool "Freescale (Motorola) M5329EVB board support" |
| 472 | depends on M532x |
| 473 | help |
| 474 | Support for the Freescale (Motorola) M5329EVB board. |
| 475 | |
| 476 | config COBRA5329 |
| 477 | bool "senTec COBRA5329 board support" |
| 478 | depends on M532x |
| 479 | help |
| 480 | Support for the senTec COBRA5329 board. |
| 481 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | config M5407C3 |
| 483 | bool "Motorola M5407C3 board support" |
| 484 | depends on M5407 |
| 485 | help |
| 486 | Support for the Motorola M5407C3 board. |
| 487 | |
Greg Ungerer | 7badfab | 2011-03-06 23:20:19 +1000 | [diff] [blame] | 488 | config FIREBEE |
| 489 | bool "FireBee board support" |
| 490 | depends on M547x |
| 491 | help |
| 492 | Support for the FireBee ColdFire 5475 based board. |
| 493 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | config CLEOPATRA |
| 495 | bool "Feith CLEOPATRA board support" |
| 496 | depends on (M5307 || M5407) |
| 497 | help |
| 498 | Support for the Feith Cleopatra boards. |
| 499 | |
| 500 | config CANCam |
| 501 | bool "Feith CANCam board support" |
| 502 | depends on M5272 |
| 503 | help |
| 504 | Support for the Feith CANCam board. |
| 505 | |
| 506 | config SCALES |
| 507 | bool "Feith SCALES board support" |
| 508 | depends on M5272 |
| 509 | help |
| 510 | Support for the Feith SCALES board. |
| 511 | |
| 512 | config NETtel |
| 513 | bool "SecureEdge/NETtel board support" |
| 514 | depends on (M5206e || M5272 || M5307) |
| 515 | help |
| 516 | Support for the SnapGear NETtel/SecureEdge/SnapGear boards. |
| 517 | |
| 518 | config SNAPGEAR |
| 519 | bool "SnapGear router board support" |
| 520 | depends on NETtel |
| 521 | help |
| 522 | Special additional support for SnapGear router boards. |
| 523 | |
| 524 | config CPU16B |
| 525 | bool "Sneha Technologies S.L. Sarasvati board support" |
| 526 | depends on M5272 |
| 527 | help |
| 528 | Support for the SNEHA CPU16B board. |
| 529 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 530 | config MOD5272 |
| 531 | bool "Netburner MOD-5272 board support" |
| 532 | depends on M5272 |
| 533 | help |
| 534 | Support for the Netburner MOD-5272 board. |
| 535 | |
Wilson Callan | c1057c6 | 2007-10-23 14:37:54 +1000 | [diff] [blame] | 536 | config SAVANTrosie1 |
| 537 | bool "Savant Rosie1 board support" |
| 538 | depends on M523x |
| 539 | help |
| 540 | Support for the Savant Rosie1 board. |
| 541 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | config ROMFS_FROM_ROM |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 543 | bool "ROMFS image not RAM resident" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 544 | depends on (NETtel || SNAPGEAR) |
| 545 | help |
| 546 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be |
| 547 | moved into RAM. |
| 548 | |
| 549 | config PILOT |
| 550 | bool |
| 551 | default y |
| 552 | depends on (PILOT3 || PILOT5) |
| 553 | |
| 554 | config ARNEWSH |
| 555 | bool |
| 556 | default y |
| 557 | depends on (ARN5206 || ARN5307) |
| 558 | |
Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 559 | config FREESCALE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | bool |
| 561 | default y |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 562 | depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 563 | |
| 564 | config HW_FEITH |
| 565 | bool |
| 566 | default y |
| 567 | depends on (CLEOPATRA || CANCam || SCALES) |
| 568 | |
| 569 | config senTec |
| 570 | bool |
| 571 | default y |
| 572 | depends on (COBRA5272 || COBRA5282) |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 573 | |
| 574 | config EMAC_INC |
| 575 | bool |
| 576 | default y |
| 577 | depends on (SOM5282EM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | |
| 579 | config SNEHA |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 580 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 581 | default y |
| 582 | depends on CPU16B |
Wilson Callan | c1057c6 | 2007-10-23 14:37:54 +1000 | [diff] [blame] | 583 | |
| 584 | config SAVANT |
| 585 | bool |
| 586 | default y |
| 587 | depends on SAVANTrosie1 |
| 588 | |
Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame] | 589 | config AVNET |
| 590 | bool |
| 591 | default y |
| 592 | depends on (AVNET5282) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 593 | |
Lennart Sorensen | 588baea | 2009-09-18 13:49:36 -0400 | [diff] [blame] | 594 | config UBOOT |
| 595 | bool "Support for U-Boot command line parameters" |
| 596 | help |
| 597 | If you say Y here kernel will try to collect command |
| 598 | line parameters from the initial u-boot stack. |
| 599 | default n |
| 600 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 601 | config 4KSTACKS |
| 602 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
| 603 | default y |
| 604 | help |
| 605 | If you say Y here the kernel will use a 4Kb stacksize for the |
| 606 | kernel stack attached to each process/thread. This facilitates |
| 607 | running more threads on a system and also reduces the pressure |
| 608 | on the VM subsystem for higher order allocations. |
| 609 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 610 | comment "RAM configuration" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 611 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 612 | config RAMBASE |
| 613 | hex "Address of the base of RAM" |
| 614 | default "0" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 615 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 616 | Define the address that RAM starts at. On many platforms this is |
| 617 | 0, the base of the address space. And this is the default. Some |
| 618 | platforms choose to setup their RAM at other addresses within the |
| 619 | processor address space. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 621 | config RAMSIZE |
Philippe De Muyter | 73a9983 | 2010-05-19 13:30:49 +0200 | [diff] [blame] | 622 | hex "Size of RAM (in bytes), or 0 for automatic" |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 623 | default "0x400000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 625 | Define the size of the system RAM. If you select 0 then the |
| 626 | kernel will try to probe the RAM size at runtime. This is not |
| 627 | supported on all CPU types. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 628 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 629 | config VECTORBASE |
| 630 | hex "Address of the base of system vectors" |
| 631 | default "0" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 632 | help |
Matt LaPlante | 4b3f686 | 2006-10-03 22:21:02 +0200 | [diff] [blame] | 633 | Define the address of the system vectors. Commonly this is |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 634 | put at the start of RAM, but it doesn't have to be. On ColdFire |
| 635 | platforms this address is programmed into the VBR register, thus |
| 636 | actually setting the address to use. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 637 | |
Greg Ungerer | d4852a3 | 2011-03-06 21:53:28 +1000 | [diff] [blame] | 638 | config MBAR |
| 639 | hex "Address of the MBAR (internal peripherals)" |
| 640 | default "0x10000000" |
| 641 | depends on HAVE_MBAR |
| 642 | help |
| 643 | Define the address of the internal system peripherals. This value |
| 644 | is set in the processors MBAR register. This is generally setup by |
| 645 | the boot loader, and will not be written by the kernel. By far most |
| 646 | ColdFire boards use the default 0x10000000 value, so if unsure then |
| 647 | use this. |
| 648 | |
| 649 | config IPSBAR |
| 650 | hex "Address of the IPSBAR (internal peripherals)" |
| 651 | default "0x40000000" |
| 652 | depends on HAVE_IPSBAR |
| 653 | help |
| 654 | Define the address of the internal system peripherals. This value |
| 655 | is set in the processors IPSBAR register. This is generally setup by |
| 656 | the boot loader, and will not be written by the kernel. By far most |
| 657 | ColdFire boards use the default 0x40000000 value, so if unsure then |
| 658 | use this. |
| 659 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 660 | config KERNELBASE |
| 661 | hex "Address of the base of kernel code" |
| 662 | default "0x400" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 663 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 664 | Typically on m68k systems the kernel will not start at the base |
| 665 | of RAM, but usually some small offset from it. Define the start |
| 666 | address of the kernel here. The most common setup will have the |
| 667 | processor vectors at the base of RAM and then the start of the |
| 668 | kernel. On some platforms some RAM is reserved for boot loaders |
| 669 | and the kernel starts after that. The 0x400 default was based on |
| 670 | a system with the RAM based at address 0, and leaving enough room |
| 671 | for the theoretical maximum number of 256 vectors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | |
| 673 | choice |
| 674 | prompt "RAM bus width" |
| 675 | default RAMAUTOBIT |
| 676 | |
| 677 | config RAMAUTOBIT |
| 678 | bool "AUTO" |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 679 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 680 | Select the physical RAM data bus size. Not needed on most platforms, |
| 681 | so you can generally choose AUTO. |
| 682 | |
| 683 | config RAM8BIT |
| 684 | bool "8bit" |
| 685 | help |
| 686 | Configure RAM bus to be 8 bits wide. |
| 687 | |
| 688 | config RAM16BIT |
| 689 | bool "16bit" |
| 690 | help |
| 691 | Configure RAM bus to be 16 bits wide. |
| 692 | |
| 693 | config RAM32BIT |
| 694 | bool "32bit" |
| 695 | help |
| 696 | Configure RAM bus to be 32 bits wide. |
| 697 | |
| 698 | endchoice |
| 699 | |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 700 | comment "ROM configuration" |
| 701 | |
| 702 | config ROM |
| 703 | bool "Specify ROM linker regions" |
| 704 | default n |
| 705 | help |
| 706 | Define a ROM region for the linker script. This creates a kernel |
| 707 | that can be stored in flash, with possibly the text, and data |
| 708 | regions being copied out to RAM at startup. |
| 709 | |
| 710 | config ROMBASE |
| 711 | hex "Address of the base of ROM device" |
| 712 | default "0" |
| 713 | depends on ROM |
| 714 | help |
| 715 | Define the address that the ROM region starts at. Some platforms |
| 716 | use this to set their chip select region accordingly for the boot |
| 717 | device. |
| 718 | |
| 719 | config ROMVEC |
| 720 | hex "Address of the base of the ROM vectors" |
| 721 | default "0" |
| 722 | depends on ROM |
| 723 | help |
| 724 | This is almost always the same as the base of the ROM. Since on all |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 725 | 68000 type variants the vectors are at the base of the boot device |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 726 | on system startup. |
| 727 | |
| 728 | config ROMVECSIZE |
| 729 | hex "Size of ROM vector region (in bytes)" |
| 730 | default "0x400" |
| 731 | depends on ROM |
| 732 | help |
| 733 | Define the size of the vector region in ROM. For most 68000 |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 734 | variants this would be 0x400 bytes in size. Set to 0 if you do |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 735 | not want a vector region at the start of the ROM. |
| 736 | |
| 737 | config ROMSTART |
| 738 | hex "Address of the base of system image in ROM" |
| 739 | default "0x400" |
| 740 | depends on ROM |
| 741 | help |
| 742 | Define the start address of the system image in ROM. Commonly this |
| 743 | is strait after the ROM vectors. |
| 744 | |
| 745 | config ROMSIZE |
| 746 | hex "Size of the ROM device" |
| 747 | default "0x100000" |
| 748 | depends on ROM |
| 749 | help |
| 750 | Size of the ROM device. On some platforms this is used to setup |
| 751 | the chip select that controls the boot ROM device. |
| 752 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | choice |
| 754 | prompt "Kernel executes from" |
| 755 | ---help--- |
| 756 | Choose the memory type that the kernel will be running in. |
| 757 | |
| 758 | config RAMKERNEL |
| 759 | bool "RAM" |
| 760 | help |
| 761 | The kernel will be resident in RAM when running. |
| 762 | |
| 763 | config ROMKERNEL |
| 764 | bool "ROM" |
| 765 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 766 | The kernel will be resident in FLASH/ROM when running. This is |
| 767 | often referred to as Execute-in-Place (XIP), since the kernel |
| 768 | code executes from the position it is stored in the FLASH/ROM. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | |
| 770 | endchoice |
| 771 | |
Sebastian Siewior | 78f508a | 2008-05-12 14:02:05 -0700 | [diff] [blame] | 772 | if COLDFIRE |
| 773 | source "kernel/Kconfig.preempt" |
| 774 | endif |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 775 | |
| 776 | source "kernel/time/Kconfig" |
| 777 | |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 778 | config ISA_DMA_API |
| 779 | bool |
| 780 | depends on !M5272 |
| 781 | default y |
| 782 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 783 | source "drivers/pcmcia/Kconfig" |
| 784 | |