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