| 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 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config RWSEM_GENERIC_SPINLOCK | 
|  | 21 | bool | 
|  | 22 | default y | 
|  | 23 |  | 
|  | 24 | config RWSEM_XCHGADD_ALGORITHM | 
|  | 25 | bool | 
|  | 26 | default n | 
|  | 27 |  | 
| Akinobu Mita | d2d7cdc | 2006-03-26 01:39:29 -0800 | [diff] [blame] | 28 | config GENERIC_FIND_NEXT_BIT | 
|  | 29 | bool | 
|  | 30 | default y | 
|  | 31 |  | 
|  | 32 | config GENERIC_HWEIGHT | 
|  | 33 | bool | 
|  | 34 | default y | 
|  | 35 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | config GENERIC_CALIBRATE_DELAY | 
|  | 37 | bool | 
|  | 38 | default y | 
|  | 39 |  | 
| Ingo Molnar | 06027bd | 2006-02-14 13:53:15 -0800 | [diff] [blame] | 40 | config TIME_LOW_RES | 
|  | 41 | bool | 
|  | 42 | default y | 
|  | 43 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | source "init/Kconfig" | 
|  | 45 |  | 
|  | 46 | menu "Processor type and features" | 
|  | 47 |  | 
|  | 48 | choice | 
|  | 49 | prompt "CPU" | 
|  | 50 | default M68EZ328 | 
|  | 51 |  | 
|  | 52 | config M68328 | 
|  | 53 | bool "MC68328" | 
|  | 54 | help | 
|  | 55 | Motorola 68328 processor support. | 
|  | 56 |  | 
|  | 57 | config M68EZ328 | 
|  | 58 | bool "MC68EZ328" | 
|  | 59 | help | 
|  | 60 | Motorola 68EX328 processor support. | 
|  | 61 |  | 
|  | 62 | config M68VZ328 | 
|  | 63 | bool "MC68VZ328" | 
|  | 64 | help | 
|  | 65 | Motorola 68VZ328 processor support. | 
|  | 66 |  | 
|  | 67 | config M68360 | 
|  | 68 | bool "MC68360" | 
|  | 69 | help | 
|  | 70 | Motorola 68360 processor support. | 
|  | 71 |  | 
|  | 72 | config M5206 | 
|  | 73 | bool "MCF5206" | 
|  | 74 | help | 
|  | 75 | Motorola ColdFire 5206 processor support. | 
|  | 76 |  | 
|  | 77 | config M5206e | 
|  | 78 | bool "MCF5206e" | 
|  | 79 | help | 
|  | 80 | Motorola ColdFire 5206e processor support. | 
|  | 81 |  | 
| Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 82 | config M520x | 
|  | 83 | bool "MCF520x" | 
|  | 84 | help | 
|  | 85 | Freescale Coldfire 5207/5208 processor support. | 
|  | 86 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 87 | config M523x | 
|  | 88 | bool "MCF523x" | 
|  | 89 | help | 
|  | 90 | Freescale Coldfire 5230/1/2/4/5 processor support | 
|  | 91 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | config M5249 | 
|  | 93 | bool "MCF5249" | 
|  | 94 | help | 
|  | 95 | Motorola ColdFire 5249 processor support. | 
|  | 96 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 97 | config M5271 | 
|  | 98 | bool "MCF5271" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | help | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 100 | Freescale (Motorola) ColdFire 5270/5271 processor support. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 |  | 
|  | 102 | config M5272 | 
|  | 103 | bool "MCF5272" | 
|  | 104 | help | 
|  | 105 | Motorola ColdFire 5272 processor support. | 
|  | 106 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 107 | config M5275 | 
|  | 108 | bool "MCF5275" | 
|  | 109 | help | 
|  | 110 | Freescale (Motorola) ColdFire 5274/5275 processor support. | 
|  | 111 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | config M528x | 
|  | 113 | bool "MCF528x" | 
|  | 114 | help | 
|  | 115 | Motorola ColdFire 5280/5282 processor support. | 
|  | 116 |  | 
|  | 117 | config M5307 | 
|  | 118 | bool "MCF5307" | 
|  | 119 | help | 
|  | 120 | Motorola ColdFire 5307 processor support. | 
|  | 121 |  | 
| Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 122 | config M532x | 
|  | 123 | bool "MCF532x" | 
|  | 124 | help | 
|  | 125 | Freescale (Motorola) ColdFire 532x processor support. | 
|  | 126 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | config M5407 | 
|  | 128 | bool "MCF5407" | 
|  | 129 | help | 
|  | 130 | Motorola ColdFire 5407 processor support. | 
|  | 131 |  | 
|  | 132 | endchoice | 
|  | 133 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 134 | config M527x | 
|  | 135 | bool | 
|  | 136 | depends on (M5271 || M5275) | 
|  | 137 | default y | 
|  | 138 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | config COLDFIRE | 
|  | 140 | bool | 
| Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 141 | 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] | 142 | default y | 
|  | 143 |  | 
|  | 144 | choice | 
|  | 145 | prompt "CPU CLOCK Frequency" | 
|  | 146 | default AUTO | 
|  | 147 |  | 
|  | 148 | config CLOCK_AUTO | 
|  | 149 | bool "AUTO" | 
|  | 150 | ---help--- | 
|  | 151 | Define the CPU clock frequency in use. On many boards you don't | 
|  | 152 | really need to know, so you can select the AUTO option. On some | 
|  | 153 | boards you need to know the real clock frequency to determine other | 
|  | 154 | system timing (for example baud rate dividors, etc). Some processors | 
|  | 155 | have an internal PLL and you can select a frequency to run at. | 
|  | 156 | You need to know a little about the internals of your processor to | 
|  | 157 | set this. If in doubt choose the AUTO option. | 
|  | 158 |  | 
|  | 159 | config CLOCK_11MHz | 
|  | 160 | bool "11MHz" | 
|  | 161 | help | 
|  | 162 | Select a 11MHz CPU clock frequency. | 
|  | 163 |  | 
|  | 164 | config CLOCK_16MHz | 
|  | 165 | bool "16MHz" | 
|  | 166 | help | 
|  | 167 | Select a 16MHz CPU clock frequency. | 
|  | 168 |  | 
|  | 169 | config CLOCK_20MHz | 
|  | 170 | bool "20MHz" | 
|  | 171 | help | 
|  | 172 | Select a 20MHz CPU clock frequency. | 
|  | 173 |  | 
|  | 174 | config CLOCK_24MHz | 
|  | 175 | bool "24MHz" | 
|  | 176 | help | 
|  | 177 | Select a 24MHz CPU clock frequency. | 
|  | 178 |  | 
|  | 179 | config CLOCK_25MHz | 
|  | 180 | bool "25MHz" | 
|  | 181 | help | 
|  | 182 | Select a 25MHz CPU clock frequency. | 
|  | 183 |  | 
|  | 184 | config CLOCK_33MHz | 
|  | 185 | bool "33MHz" | 
|  | 186 | help | 
|  | 187 | Select a 33MHz CPU clock frequency. | 
|  | 188 |  | 
|  | 189 | config CLOCK_40MHz | 
|  | 190 | bool "40MHz" | 
|  | 191 | help | 
|  | 192 | Select a 40MHz CPU clock frequency. | 
|  | 193 |  | 
|  | 194 | config CLOCK_45MHz | 
|  | 195 | bool "45MHz" | 
|  | 196 | help | 
|  | 197 | Select a 45MHz CPU clock frequency. | 
|  | 198 |  | 
|  | 199 | config CLOCK_48MHz | 
|  | 200 | bool "48MHz" | 
|  | 201 | help | 
|  | 202 | Select a 48MHz CPU clock frequency. | 
|  | 203 |  | 
|  | 204 | config CLOCK_50MHz | 
|  | 205 | bool "50MHz" | 
|  | 206 | help | 
|  | 207 | Select a 50MHz CPU clock frequency. | 
|  | 208 |  | 
|  | 209 | config CLOCK_54MHz | 
|  | 210 | bool "54MHz" | 
|  | 211 | help | 
|  | 212 | Select a 54MHz CPU clock frequency. | 
|  | 213 |  | 
|  | 214 | config CLOCK_60MHz | 
|  | 215 | bool "60MHz" | 
|  | 216 | help | 
|  | 217 | Select a 60MHz CPU clock frequency. | 
|  | 218 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 219 | config CLOCK_62_5MHz | 
|  | 220 | bool "62.5MHz" | 
|  | 221 | help | 
|  | 222 | Select a 62.5MHz CPU clock frequency. | 
|  | 223 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | config CLOCK_64MHz | 
|  | 225 | bool "64MHz" | 
|  | 226 | help | 
|  | 227 | Select a 64MHz CPU clock frequency. | 
|  | 228 |  | 
|  | 229 | config CLOCK_66MHz | 
|  | 230 | bool "66MHz" | 
|  | 231 | help | 
|  | 232 | Select a 66MHz CPU clock frequency. | 
|  | 233 |  | 
|  | 234 | config CLOCK_70MHz | 
|  | 235 | bool "70MHz" | 
|  | 236 | help | 
|  | 237 | Select a 70MHz CPU clock frequency. | 
|  | 238 |  | 
|  | 239 | config CLOCK_100MHz | 
|  | 240 | bool "100MHz" | 
|  | 241 | help | 
|  | 242 | Select a 100MHz CPU clock frequency. | 
|  | 243 |  | 
|  | 244 | config CLOCK_140MHz | 
|  | 245 | bool "140MHz" | 
|  | 246 | help | 
|  | 247 | Select a 140MHz CPU clock frequency. | 
|  | 248 |  | 
|  | 249 | config CLOCK_150MHz | 
|  | 250 | bool "150MHz" | 
|  | 251 | help | 
|  | 252 | Select a 150MHz CPU clock frequency. | 
|  | 253 |  | 
|  | 254 | config CLOCK_166MHz | 
|  | 255 | bool "166MHz" | 
|  | 256 | help | 
|  | 257 | Select a 166MHz CPU clock frequency. | 
|  | 258 |  | 
|  | 259 | endchoice | 
|  | 260 |  | 
|  | 261 | config OLDMASK | 
|  | 262 | bool "Old mask 5307 (1H55J) silicon" | 
|  | 263 | depends on M5307 | 
|  | 264 | help | 
|  | 265 | Build support for the older revision ColdFire 5307 silicon. | 
|  | 266 | Specifically this is the 1H55J mask revision. | 
|  | 267 |  | 
|  | 268 | comment "Platform" | 
|  | 269 |  | 
|  | 270 | config PILOT3 | 
|  | 271 | bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support" | 
|  | 272 | depends on M68328 | 
|  | 273 | help | 
|  | 274 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. | 
|  | 275 |  | 
|  | 276 | config XCOPILOT_BUGS | 
|  | 277 | bool "  (X)Copilot support" | 
|  | 278 | depends on PILOT3 | 
|  | 279 | help | 
|  | 280 | Support the bugs of Xcopilot. | 
|  | 281 |  | 
|  | 282 | config UCSIMM | 
|  | 283 | bool "uCsimm module support" | 
|  | 284 | depends on M68EZ328 | 
|  | 285 | help | 
|  | 286 | Support for the Arcturus Networks uCsimm module. | 
|  | 287 |  | 
|  | 288 | config UCDIMM | 
|  | 289 | bool "uDsimm module support" | 
|  | 290 | depends on M68VZ328 | 
|  | 291 | help | 
|  | 292 | Support for the Arcturus Networks uDsimm module. | 
|  | 293 |  | 
|  | 294 | config DRAGEN2 | 
|  | 295 | bool "DragenEngine II board support" | 
|  | 296 | depends on M68VZ328 | 
|  | 297 | help | 
|  | 298 | Support for the DragenEngine II board. | 
|  | 299 |  | 
|  | 300 | config DIRECT_IO_ACCESS | 
|  | 301 | bool "  Allow user to access IO directly" | 
|  | 302 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 
|  | 303 | help | 
|  | 304 | Disable the CPU internal registers protection in user mode, | 
|  | 305 | to allow a user application to read/write them. | 
|  | 306 |  | 
|  | 307 | config INIT_LCD | 
|  | 308 | bool "  Initialize LCD" | 
|  | 309 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 
|  | 310 | help | 
|  | 311 | Initialize the LCD controller of the 68x328 processor. | 
|  | 312 |  | 
|  | 313 | config MEMORY_RESERVE | 
|  | 314 | int "  Memory reservation (MiB)" | 
|  | 315 | depends on (UCSIMM || UCDIMM) | 
|  | 316 | help | 
|  | 317 | Reserve certain memory regions on 68x328 based boards. | 
|  | 318 |  | 
|  | 319 | config UCQUICC | 
|  | 320 | bool "Lineo uCquicc board support" | 
|  | 321 | depends on M68360 | 
|  | 322 | help | 
|  | 323 | Support for the Lineo uCquicc board. | 
|  | 324 |  | 
|  | 325 | config ARN5206 | 
|  | 326 | bool "Arnewsh 5206 board support" | 
|  | 327 | depends on M5206 | 
|  | 328 | help | 
|  | 329 | Support for the Arnewsh 5206 board. | 
|  | 330 |  | 
|  | 331 | config M5206eC3 | 
|  | 332 | bool "Motorola M5206eC3 board support" | 
|  | 333 | depends on M5206e | 
|  | 334 | help | 
|  | 335 | Support for the Motorola M5206eC3 board. | 
|  | 336 |  | 
|  | 337 | config ELITE | 
|  | 338 | bool "Motorola M5206eLITE board support" | 
|  | 339 | depends on M5206e | 
|  | 340 | help | 
|  | 341 | Support for the Motorola M5206eLITE board. | 
|  | 342 |  | 
| Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 343 | config M5208EVB | 
|  | 344 | bool "Freescale M5208EVB board support" | 
|  | 345 | depends on M520x | 
|  | 346 | help | 
|  | 347 | Support for the Freescale Coldfire M5208EVB. | 
|  | 348 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 349 | config M5235EVB | 
|  | 350 | bool "Freescale M5235EVB support" | 
|  | 351 | depends on M523x | 
|  | 352 | help | 
|  | 353 | Support for the Freescale M5235EVB board. | 
|  | 354 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | config M5249C3 | 
|  | 356 | bool "Motorola M5249C3 board support" | 
|  | 357 | depends on M5249 | 
|  | 358 | help | 
|  | 359 | Support for the Motorola M5249C3 board. | 
|  | 360 |  | 
|  | 361 | config M5271EVB | 
|  | 362 | bool "Freescale (Motorola) M5271EVB board support" | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 363 | depends on M5271 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | help | 
|  | 365 | Support for the Freescale (Motorola) M5271EVB board. | 
|  | 366 |  | 
|  | 367 | config M5275EVB | 
|  | 368 | bool "Freescale (Motorola) M5275EVB board support" | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 369 | depends on M5275 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | help | 
|  | 371 | Support for the Freescale (Motorola) M5275EVB board. | 
|  | 372 |  | 
|  | 373 | config M5272C3 | 
|  | 374 | bool "Motorola M5272C3 board support" | 
|  | 375 | depends on M5272 | 
|  | 376 | help | 
|  | 377 | Support for the Motorola M5272C3 board. | 
|  | 378 |  | 
|  | 379 | config COBRA5272 | 
|  | 380 | bool "senTec COBRA5272 board support" | 
|  | 381 | depends on M5272 | 
|  | 382 | help | 
|  | 383 | Support for the senTec COBRA5272 board. | 
|  | 384 |  | 
| Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame^] | 385 | config AVNET5282 | 
|  | 386 | bool "Avnet 5282 board support" | 
|  | 387 | depends on M528x | 
|  | 388 | help | 
|  | 389 | Support for the Avnet 5282 board. | 
|  | 390 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | config M5282EVB | 
|  | 392 | bool "Motorola M5282EVB board support" | 
|  | 393 | depends on M528x | 
|  | 394 | help | 
|  | 395 | Support for the Motorola M5282EVB board. | 
|  | 396 |  | 
|  | 397 | config COBRA5282 | 
|  | 398 | bool "senTec COBRA5282 board support" | 
|  | 399 | depends on M528x | 
|  | 400 | help | 
|  | 401 | Support for the senTec COBRA5282 board. | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 402 |  | 
|  | 403 | config SOM5282EM | 
|  | 404 | bool "EMAC.Inc SOM5282EM board support" | 
|  | 405 | depends on M528x | 
|  | 406 | help | 
|  | 407 | Support for the EMAC.Inc SOM5282EM module. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 |  | 
|  | 409 | config ARN5307 | 
|  | 410 | bool "Arnewsh 5307 board support" | 
|  | 411 | depends on M5307 | 
|  | 412 | help | 
|  | 413 | Support for the Arnewsh 5307 board. | 
|  | 414 |  | 
|  | 415 | config M5307C3 | 
|  | 416 | bool "Motorola M5307C3 board support" | 
|  | 417 | depends on M5307 | 
|  | 418 | help | 
|  | 419 | Support for the Motorola M5307C3 board. | 
|  | 420 |  | 
|  | 421 | config eLIA | 
|  | 422 | bool "Moreton Bay eLIA board support" | 
|  | 423 | depends on M5307 | 
|  | 424 | help | 
|  | 425 | Support for the Moreton Bay eLIA board. | 
|  | 426 |  | 
|  | 427 | config SECUREEDGEMP3 | 
|  | 428 | bool "SnapGear SecureEdge/MP3 platform support" | 
|  | 429 | depends on M5307 | 
|  | 430 | help | 
|  | 431 | Support for the SnapGear SecureEdge/MP3 platform. | 
|  | 432 |  | 
| Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 433 | config M5329EVB | 
|  | 434 | bool "Freescale (Motorola) M5329EVB board support" | 
|  | 435 | depends on M532x | 
|  | 436 | help | 
|  | 437 | Support for the Freescale (Motorola) M5329EVB board. | 
|  | 438 |  | 
|  | 439 | config COBRA5329 | 
|  | 440 | bool "senTec COBRA5329 board support" | 
|  | 441 | depends on M532x | 
|  | 442 | help | 
|  | 443 | Support for the senTec COBRA5329 board. | 
|  | 444 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | config M5407C3 | 
|  | 446 | bool "Motorola M5407C3 board support" | 
|  | 447 | depends on M5407 | 
|  | 448 | help | 
|  | 449 | Support for the Motorola M5407C3 board. | 
|  | 450 |  | 
|  | 451 | config CLEOPATRA | 
|  | 452 | bool "Feith CLEOPATRA board support" | 
|  | 453 | depends on (M5307 || M5407) | 
|  | 454 | help | 
|  | 455 | Support for the Feith Cleopatra boards. | 
|  | 456 |  | 
|  | 457 | config CANCam | 
|  | 458 | bool "Feith CANCam board support" | 
|  | 459 | depends on M5272 | 
|  | 460 | help | 
|  | 461 | Support for the Feith CANCam board. | 
|  | 462 |  | 
|  | 463 | config SCALES | 
|  | 464 | bool "Feith SCALES board support" | 
|  | 465 | depends on M5272 | 
|  | 466 | help | 
|  | 467 | Support for the Feith SCALES board. | 
|  | 468 |  | 
|  | 469 | config NETtel | 
|  | 470 | bool "SecureEdge/NETtel board support" | 
|  | 471 | depends on (M5206e || M5272 || M5307) | 
|  | 472 | help | 
|  | 473 | Support for the SnapGear NETtel/SecureEdge/SnapGear boards. | 
|  | 474 |  | 
|  | 475 | config SNAPGEAR | 
|  | 476 | bool "SnapGear router board support" | 
|  | 477 | depends on NETtel | 
|  | 478 | help | 
|  | 479 | Special additional support for SnapGear router boards. | 
|  | 480 |  | 
|  | 481 | config CPU16B | 
|  | 482 | bool "Sneha Technologies S.L. Sarasvati board support" | 
|  | 483 | depends on M5272 | 
|  | 484 | help | 
|  | 485 | Support for the SNEHA CPU16B board. | 
|  | 486 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 487 | config MOD5272 | 
|  | 488 | bool "Netburner MOD-5272 board support" | 
|  | 489 | depends on M5272 | 
|  | 490 | help | 
|  | 491 | Support for the Netburner MOD-5272 board. | 
|  | 492 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | config ROMFS_FROM_ROM | 
|  | 494 | bool "  ROMFS image not RAM resident" | 
|  | 495 | depends on (NETtel || SNAPGEAR) | 
|  | 496 | help | 
|  | 497 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be | 
|  | 498 | moved into RAM. | 
|  | 499 |  | 
|  | 500 | config PILOT | 
|  | 501 | bool | 
|  | 502 | default y | 
|  | 503 | depends on (PILOT3 || PILOT5) | 
|  | 504 |  | 
|  | 505 | config ARNEWSH | 
|  | 506 | bool | 
|  | 507 | default y | 
|  | 508 | depends on (ARN5206 || ARN5307) | 
|  | 509 |  | 
| Greg Ungerer | 4e51f67 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 510 | config FREESCALE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | bool | 
|  | 512 | default y | 
| Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 513 | 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] | 514 |  | 
|  | 515 | config HW_FEITH | 
|  | 516 | bool | 
|  | 517 | default y | 
|  | 518 | depends on (CLEOPATRA || CANCam || SCALES) | 
|  | 519 |  | 
|  | 520 | config senTec | 
|  | 521 | bool | 
|  | 522 | default y | 
|  | 523 | depends on (COBRA5272 || COBRA5282) | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 524 |  | 
|  | 525 | config EMAC_INC | 
|  | 526 | bool | 
|  | 527 | default y | 
|  | 528 | depends on (SOM5282EM) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 |  | 
|  | 530 | config SNEHA | 
|  | 531 | bool | 
|  | 532 | default y | 
|  | 533 | depends on CPU16B | 
| Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame^] | 534 |  | 
|  | 535 | config AVNET | 
|  | 536 | bool | 
|  | 537 | default y | 
|  | 538 | depends on (AVNET5282) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 |  | 
|  | 540 | config LARGE_ALLOCS | 
|  | 541 | bool "Allow allocating large blocks (> 1MB) of memory" | 
|  | 542 | help | 
|  | 543 | Allow the slab memory allocator to keep chains for very large | 
|  | 544 | memory sizes - upto 32MB. You may need this if your system has | 
|  | 545 | a lot of RAM, and you need to able to allocate very large | 
|  | 546 | contiguous chunks. If unsure, say N. | 
|  | 547 |  | 
| Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 548 | config 4KSTACKS | 
|  | 549 | bool "Use 4Kb for kernel stacks instead of 8Kb" | 
|  | 550 | default y | 
|  | 551 | help | 
|  | 552 | If you say Y here the kernel will use a 4Kb stacksize for the | 
|  | 553 | kernel stack attached to each process/thread. This facilitates | 
|  | 554 | running more threads on a system and also reduces the pressure | 
|  | 555 | on the VM subsystem for higher order allocations. | 
|  | 556 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | choice | 
|  | 558 | prompt "RAM size" | 
|  | 559 | default AUTO | 
|  | 560 |  | 
|  | 561 | config RAMAUTO | 
|  | 562 | bool "AUTO" | 
|  | 563 | ---help--- | 
|  | 564 | Configure the RAM size on your platform. Many platforms can auto | 
|  | 565 | detect this, on those choose the AUTO option. Otherwise set the | 
|  | 566 | RAM size you intend using. | 
|  | 567 |  | 
|  | 568 | config RAM4MB | 
|  | 569 | bool "4MiB" | 
|  | 570 | help | 
|  | 571 | Set RAM size to be 4MiB. | 
|  | 572 |  | 
|  | 573 | config RAM8MB | 
|  | 574 | bool "8MiB" | 
|  | 575 | help | 
|  | 576 | Set RAM size to be 8MiB. | 
|  | 577 |  | 
|  | 578 | config RAM16MB | 
|  | 579 | bool "16MiB" | 
|  | 580 | help | 
|  | 581 | Set RAM size to be 16MiB. | 
|  | 582 |  | 
|  | 583 | config RAM32MB | 
|  | 584 | bool "32MiB" | 
|  | 585 | help | 
|  | 586 | Set RAM size to be 32MiB. | 
|  | 587 |  | 
|  | 588 | endchoice | 
|  | 589 |  | 
|  | 590 | choice | 
|  | 591 | prompt "RAM bus width" | 
|  | 592 | default RAMAUTOBIT | 
|  | 593 |  | 
|  | 594 | config RAMAUTOBIT | 
|  | 595 | bool "AUTO" | 
|  | 596 | ---help--- | 
|  | 597 | Select the physical RAM data bus size. Not needed on most platforms, | 
|  | 598 | so you can generally choose AUTO. | 
|  | 599 |  | 
|  | 600 | config RAM8BIT | 
|  | 601 | bool "8bit" | 
|  | 602 | help | 
|  | 603 | Configure RAM bus to be 8 bits wide. | 
|  | 604 |  | 
|  | 605 | config RAM16BIT | 
|  | 606 | bool "16bit" | 
|  | 607 | help | 
|  | 608 | Configure RAM bus to be 16 bits wide. | 
|  | 609 |  | 
|  | 610 | config RAM32BIT | 
|  | 611 | bool "32bit" | 
|  | 612 | help | 
|  | 613 | Configure RAM bus to be 32 bits wide. | 
|  | 614 |  | 
|  | 615 | endchoice | 
|  | 616 |  | 
|  | 617 | choice | 
|  | 618 | prompt "Kernel executes from" | 
|  | 619 | ---help--- | 
|  | 620 | Choose the memory type that the kernel will be running in. | 
|  | 621 |  | 
|  | 622 | config RAMKERNEL | 
|  | 623 | bool "RAM" | 
|  | 624 | help | 
|  | 625 | The kernel will be resident in RAM when running. | 
|  | 626 |  | 
|  | 627 | config ROMKERNEL | 
|  | 628 | bool "ROM" | 
|  | 629 | help | 
|  | 630 | The kernel will be resident in FLASH/ROM when running. | 
|  | 631 |  | 
|  | 632 | endchoice | 
|  | 633 |  | 
| Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 634 | source "mm/Kconfig" | 
|  | 635 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 636 | endmenu | 
|  | 637 |  | 
| Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 638 | config ISA_DMA_API | 
|  | 639 | bool | 
|  | 640 | depends on !M5272 | 
|  | 641 | default y | 
|  | 642 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 643 | menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" | 
|  | 644 |  | 
|  | 645 | config PCI | 
|  | 646 | bool "PCI support" | 
|  | 647 | help | 
|  | 648 | Support for PCI bus. | 
|  | 649 |  | 
|  | 650 | config COMEMPCI | 
|  | 651 | bool "CO-MEM lite PCI controller support" | 
|  | 652 | depends on (M5307 || M5407) | 
|  | 653 |  | 
|  | 654 | source "drivers/pci/Kconfig" | 
|  | 655 |  | 
|  | 656 | source "drivers/pcmcia/Kconfig" | 
|  | 657 |  | 
|  | 658 | source "drivers/pci/hotplug/Kconfig" | 
|  | 659 |  | 
|  | 660 | endmenu | 
|  | 661 |  | 
|  | 662 | menu "Executable file formats" | 
|  | 663 |  | 
|  | 664 | source "fs/Kconfig.binfmt" | 
|  | 665 |  | 
|  | 666 | endmenu | 
|  | 667 |  | 
|  | 668 | menu "Power management options" | 
|  | 669 |  | 
|  | 670 | config PM | 
|  | 671 | bool "Power Management support" | 
|  | 672 | help | 
|  | 673 | Support processor power management modes | 
|  | 674 |  | 
|  | 675 | endmenu | 
|  | 676 |  | 
| Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 677 | source "net/Kconfig" | 
|  | 678 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | source "drivers/Kconfig" | 
|  | 680 |  | 
|  | 681 | source "fs/Kconfig" | 
|  | 682 |  | 
|  | 683 | source "arch/m68knommu/Kconfig.debug" | 
|  | 684 |  | 
|  | 685 | source "security/Kconfig" | 
|  | 686 |  | 
|  | 687 | source "crypto/Kconfig" | 
|  | 688 |  | 
|  | 689 | source "lib/Kconfig" |