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