1 # SPDX-License-Identifier: GPL-2.0 2 comment "Machine Types" 3 4 if M68KCLASSIC 5 6 config AMIGA 7 bool "Amiga support" 8 depends on MMU 9 select MMU_MOTOROLA if MMU 10 select LEGACY_TIMER_TICK 11 help 12 This option enables support for the 13 you plan to use this kernel on an Am 14 material available in <file:Document 15 16 config ATARI 17 bool "Atari support" 18 depends on MMU 19 select MMU_MOTOROLA if MMU 20 select HAVE_ARCH_NVRAM_OPS 21 select LEGACY_TIMER_TICK 22 help 23 This option enables support for the 24 computers (including the TT, Falcon 25 this kernel on an Atari, say Y here 26 available in <file:Documentation/arc 27 28 config ATARI_KBD_CORE 29 bool 30 31 config MAC 32 bool "Macintosh support" 33 depends on MMU 34 select MMU_MOTOROLA if MMU 35 select HAVE_ARCH_NVRAM_OPS 36 select HAVE_PATA_PLATFORM 37 select LEGACY_TIMER_TICK 38 help 39 This option enables support for the 40 computers. If you plan to use this k 41 browse the documentation available a 42 otherwise say N. 43 44 config APOLLO 45 bool "Apollo support" 46 depends on MMU 47 select MMU_MOTOROLA if MMU 48 select LEGACY_TIMER_TICK 49 help 50 Say Y here if you want to run Linux 51 Domain workstation such as the DN350 52 53 config VME 54 bool "VME (Motorola and BVM) support" 55 depends on MMU 56 select MMU_MOTOROLA if MMU 57 help 58 Say Y here if you want to build a ke 59 board. Boards currently supported i 60 MVME162, MVME166, MVME167, MVME172, 61 BVME6000 boards from BVM Ltd are als 62 63 config MVME147 64 bool "MVME147 support" 65 depends on MMU 66 depends on VME 67 select LEGACY_TIMER_TICK 68 help 69 Say Y to include support for early M 70 build a kernel which can run on MVME 71 you select this option you will have 72 drivers for SCSI, Ethernet and seria 73 74 config MVME16x 75 bool "MVME162, 166 and 167 support" 76 depends on MMU 77 depends on VME 78 select LEGACY_TIMER_TICK 79 help 80 Say Y to include support for Motorol 81 kernel which can run on MVME162, MVM 82 MVME177 boards. If you select this 83 the appropriate drivers for SCSI, Et 84 on. 85 86 config BVME6000 87 bool "BVME4000 and BVME6000 support" 88 depends on MMU 89 depends on VME 90 select LEGACY_TIMER_TICK 91 help 92 Say Y to include support for VME boa 93 build a kernel which can run on BVME 94 you select this option you will have 95 drivers for SCSI, Ethernet and seria 96 97 config HP300 98 bool "HP9000/300 and HP9000/400 suppor 99 depends on MMU 100 select MMU_MOTOROLA if MMU 101 select LEGACY_TIMER_TICK 102 help 103 This option enables support for the 104 of workstations. Support for these m 105 experimental. If you plan to try to 106 say Y here. 107 Everybody else says N. 108 109 config SUN3X 110 bool "Sun3x support" 111 depends on MMU 112 select LEGACY_TIMER_TICK 113 select MMU_MOTOROLA if MMU 114 select M68030 115 help 116 This option enables support for the 117 Be warned that this support is very 118 Note that Sun 3x kernels are not com 119 General Linux information on the Sun 120 is at <http://www.angelfire.com/ca2/ 121 122 If you don't want to compile a kerne 123 124 config Q40 125 bool "Q40/Q60 support" 126 depends on MMU 127 select MMU_MOTOROLA if MMU 128 select LEGACY_TIMER_TICK 129 help 130 The Q40 is a Motorola 68040-based su 131 manufactured in Germany. There is a 132 <http://www.q40.de/>. This option e 133 Q60. Select your CPU below. For 68L 134 emulation. 135 136 config SUN3 137 bool "Sun3 support" 138 depends on MMU 139 depends on !MMU_MOTOROLA 140 select MMU_SUN3 if MMU 141 select LEGACY_TIMER_TICK 142 select NO_DMA 143 select M68020 144 help 145 This option enables support for the 146 (3/50, 3/60, 3/1xx, 3/2xx systems). 147 that all other hardware types must b 148 are incompatible with all other m68k 149 150 If you don't want to compile a kerne 151 152 config VIRT 153 bool "Virtual M68k Machine support" 154 depends on MMU 155 select GENERIC_CLOCKEVENTS 156 select GOLDFISH 157 select GOLDFISH_TIMER 158 select GOLDFISH_TTY 159 select M68040 160 select MMU_MOTOROLA if MMU 161 select RTC_CLASS 162 select RTC_DRV_GOLDFISH 163 select TTY 164 select VIRTIO_MENU 165 select VIRTIO_MMIO 166 help 167 This options enable a pure virtual m 168 VIRTIO MMIO devices and GOLDFISH int 169 170 config PILOT 171 bool 172 173 config PILOT3 174 bool "Pilot 1000/5000, PalmPilot Perso 175 depends on !MMU 176 select M68328 177 select PILOT 178 help 179 Support for the Palm Pilot 1000/5000 180 181 config XCOPILOT_BUGS 182 bool "(X)Copilot support" 183 depends on PILOT3 184 help 185 Support the bugs of Xcopilot. 186 187 config UCSIMM 188 bool "uCsimm module support" 189 depends on !MMU 190 select M68EZ328 191 help 192 Support for the Arcturus Networks uC 193 194 config UCDIMM 195 bool "uCdimm module support" 196 depends on !MMU 197 select M68VZ328 198 help 199 Support for the Arcturus Networks uC 200 201 config DRAGEN2 202 bool "DragonEngine II board support" 203 depends on !MMU 204 select M68VZ328 205 help 206 Support for the DragonEngine II boar 207 208 config DIRECT_IO_ACCESS 209 bool "Allow user to access IO directly 210 depends on (UCSIMM || UCDIMM || DRAGEN 211 help 212 Disable the CPU internal registers p 213 to allow a user application to read/ 214 215 config INIT_LCD 216 bool "Initialize LCD" 217 depends on (UCSIMM || UCDIMM || DRAGEN 218 help 219 Initialize the LCD controller of the 220 221 config MEMORY_RESERVE 222 int "Memory reservation (MiB)" 223 depends on (UCSIMM || UCDIMM) 224 default 0 225 help 226 Reserve certain memory regions on 68 227 228 endif # M68KCLASSIC 229 230 config ARN5206 231 bool "Arnewsh 5206 board support" 232 depends on M5206 233 help 234 Support for the Arnewsh 5206 board. 235 236 config M5206eC3 237 bool "Motorola M5206eC3 board support" 238 depends on M5206e 239 help 240 Support for the Motorola M5206eC3 bo 241 242 config ELITE 243 bool "Motorola M5206eLITE board suppor 244 depends on M5206e 245 help 246 Support for the Motorola M5206eLITE 247 248 config M5235EVB 249 bool "Freescale M5235EVB support" 250 depends on M523x 251 help 252 Support for the Freescale M5235EVB b 253 254 config M5249C3 255 bool "Motorola M5249C3 board support" 256 depends on M5249 257 help 258 Support for the Motorola M5249C3 boa 259 260 config M5272C3 261 bool "Motorola M5272C3 board support" 262 depends on M5272 263 help 264 Support for the Motorola M5272C3 boa 265 266 config WILDFIRE 267 bool "Intec Automation Inc. WildFire b 268 depends on M528x 269 help 270 Support for the Intec Automation Inc 271 272 config WILDFIREMOD 273 bool "Intec Automation Inc. WildFire m 274 depends on M528x 275 help 276 Support for the Intec Automation Inc 277 278 config ARN5307 279 bool "Arnewsh 5307 board support" 280 depends on M5307 281 help 282 Support for the Arnewsh 5307 board. 283 284 config M5307C3 285 bool "Motorola M5307C3 board support" 286 depends on M5307 287 help 288 Support for the Motorola M5307C3 boa 289 290 config SECUREEDGEMP3 291 bool "SnapGear SecureEdge/MP3 platform 292 depends on M5307 293 help 294 Support for the SnapGear SecureEdge/ 295 296 config M5407C3 297 bool "Motorola M5407C3 board support" 298 depends on M5407 299 help 300 Support for the Motorola M5407C3 boa 301 302 config AMCORE 303 bool "Sysam AMCORE board support" 304 depends on M5307 305 help 306 Support for the Sysam AMCORE open-ha 307 308 config STMARK2 309 bool "Sysam stmark2 board support" 310 depends on M5441x 311 help 312 Support for the Sysam stmark2 open-h 313 314 config FIREBEE 315 bool "FireBee board support" 316 depends on M547x 317 help 318 Support for the FireBee ColdFire 547 319 320 config CLEOPATRA 321 bool "Feith CLEOPATRA board support" 322 depends on (M5307 || M5407) 323 help 324 Support for the Feith Cleopatra boar 325 326 config CANCam 327 bool "Feith CANCam board support" 328 depends on M5272 329 help 330 Support for the Feith CANCam board. 331 332 config SCALES 333 bool "Feith SCALES board support" 334 depends on M5272 335 help 336 Support for the Feith SCALES board. 337 338 config NETtel 339 bool "SecureEdge/NETtel board support" 340 depends on (M5206e || M5272 || M5307) 341 help 342 Support for the SnapGear NETtel/Secu 343 344 config MOD5272 345 bool "Netburner MOD-5272 board support 346 depends on M5272 347 help 348 Support for the Netburner MOD-5272 b 349 350 if !MMU || COLDFIRE 351 352 comment "Machine Options" 353 354 config UBOOT 355 bool "Support for U-Boot command line 356 depends on COLDFIRE 357 help 358 If you say Y here kernel will try to 359 line parameters from the initial u-b 360 361 config 4KSTACKS 362 bool "Use 4Kb for kernel stacks instea 363 default y 364 help 365 If you say Y here the kernel will us 366 kernel stack attached to each proces 367 running more threads on a system and 368 on the VM subsystem for higher order 369 370 comment "RAM configuration" 371 372 config RAMBASE 373 hex "Address of the base of RAM" 374 default "0" 375 help 376 Define the address that RAM starts a 377 0, the base of the address space. An 378 platforms choose to setup their RAM 379 processor address space. 380 381 config RAMSIZE 382 hex "Size of RAM (in bytes), or 0 for 383 default "0x400000" 384 help 385 Define the size of the system RAM. I 386 kernel will try to probe the RAM siz 387 supported on all CPU types. 388 389 config VECTORBASE 390 hex "Address of the base of system vec 391 default "0" 392 help 393 Define the address of the system vec 394 put at the start of RAM, but it does 395 platforms this address is programmed 396 actually setting the address to use. 397 398 config MBAR 399 hex "Address of the MBAR (internal per 400 default "0x10000000" 401 depends on HAVE_MBAR 402 help 403 Define the address of the internal s 404 is set in the processors MBAR regist 405 the boot loader, and will not be wri 406 ColdFire boards use the default 0x10 407 use this. 408 409 config IPSBAR 410 hex "Address of the IPSBAR (internal p 411 default "0x40000000" 412 depends on HAVE_IPSBAR 413 help 414 Define the address of the internal s 415 is set in the processors IPSBAR regi 416 the boot loader, and will not be wri 417 ColdFire boards use the default 0x40 418 use this. 419 420 config KERNELBASE 421 hex "Address of the base of kernel cod 422 default "0x400" 423 help 424 Typically on m68k systems the kernel 425 of RAM, but usually some small offse 426 address of the kernel here. The most 427 processor vectors at the base of RAM 428 kernel. On some platforms some RAM i 429 and the kernel starts after that. Th 430 a system with the RAM based at addre 431 for the theoretical maximum number o 432 433 comment "ROM configuration" 434 435 config ROM 436 bool "Specify ROM linker regions" 437 help 438 Define a ROM region for the linker s 439 that can be stored in flash, with po 440 regions being copied out to RAM at s 441 442 config ROMVEC 443 hex "Address of the base of the ROM ve 444 default "0x10c10000" 445 depends on ROM 446 help 447 This is almost always the same as th 448 68000 type variants the vectors are 449 on system startup. 450 451 config ROMSTART 452 hex "Address of the base of system ima 453 default "0x10c10400" 454 depends on ROM 455 help 456 Define the start address of the syst 457 is strait after the ROM vectors. 458 459 choice 460 prompt "Kernel executes from" 461 help 462 Choose the memory type that the kern 463 464 config RAMKERNEL 465 bool "RAM" 466 help 467 The kernel will be resident in RAM w 468 469 config ROMKERNEL 470 bool "ROM" 471 depends on ROM 472 help 473 The kernel will be resident in FLASH 474 often referred to as Execute-in-Plac 475 code executes from the position it i 476 477 endchoice 478 479 endif # !MMU || COLDFIRE
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.