| .. | .. |
|---|
| 16 | 16 | bool "Atari support" |
|---|
| 17 | 17 | depends on MMU |
|---|
| 18 | 18 | select MMU_MOTOROLA if MMU |
|---|
| 19 | + select HAVE_ARCH_NVRAM_OPS |
|---|
| 19 | 20 | help |
|---|
| 20 | 21 | This option enables support for the 68000-based Atari series of |
|---|
| 21 | 22 | computers (including the TT, Falcon and Medusa). If you plan to use |
|---|
| 22 | 23 | this kernel on an Atari, say Y here and browse the material |
|---|
| 23 | 24 | available in <file:Documentation/m68k>; otherwise say N. |
|---|
| 24 | 25 | |
|---|
| 26 | +config ATARI_KBD_CORE |
|---|
| 27 | + bool |
|---|
| 28 | + |
|---|
| 25 | 29 | config MAC |
|---|
| 26 | 30 | bool "Macintosh support" |
|---|
| 27 | 31 | depends on MMU |
|---|
| 28 | 32 | select MMU_MOTOROLA if MMU |
|---|
| 33 | + select HAVE_ARCH_NVRAM_OPS |
|---|
| 29 | 34 | help |
|---|
| 30 | 35 | This option enables support for the Apple Macintosh series of |
|---|
| 31 | 36 | computers (yes, there is experimental support now, at least for part |
|---|
| .. | .. |
|---|
| 124 | 129 | depends on MMU |
|---|
| 125 | 130 | depends on !MMU_MOTOROLA |
|---|
| 126 | 131 | select MMU_SUN3 if MMU |
|---|
| 132 | + select NO_DMA |
|---|
| 127 | 133 | select M68020 |
|---|
| 128 | 134 | help |
|---|
| 129 | 135 | This option enables support for the Sun 3 series of workstations |
|---|
| .. | .. |
|---|
| 268 | 274 | Support for the Sysam AMCORE open-hardware generic board. |
|---|
| 269 | 275 | |
|---|
| 270 | 276 | config STMARK2 |
|---|
| 271 | | - bool "Sysam stmark2 board support" |
|---|
| 272 | | - depends on M5441x |
|---|
| 273 | | - help |
|---|
| 274 | | - Support for the Sysam stmark2 open-hardware generic board. |
|---|
| 277 | + bool "Sysam stmark2 board support" |
|---|
| 278 | + depends on M5441x |
|---|
| 279 | + help |
|---|
| 280 | + Support for the Sysam stmark2 open-hardware generic board. |
|---|
| 275 | 281 | |
|---|
| 276 | 282 | config FIREBEE |
|---|
| 277 | 283 | bool "FireBee board support" |
|---|
| .. | .. |
|---|
| 315 | 321 | |
|---|
| 316 | 322 | config UBOOT |
|---|
| 317 | 323 | bool "Support for U-Boot command line parameters" |
|---|
| 324 | + depends on COLDFIRE |
|---|
| 318 | 325 | help |
|---|
| 319 | 326 | If you say Y here kernel will try to collect command |
|---|
| 320 | 327 | line parameters from the initial u-boot stack. |
|---|
| 321 | | - default n |
|---|
| 322 | 328 | |
|---|
| 323 | 329 | config 4KSTACKS |
|---|
| 324 | 330 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
|---|
| .. | .. |
|---|
| 396 | 402 | |
|---|
| 397 | 403 | config ROM |
|---|
| 398 | 404 | bool "Specify ROM linker regions" |
|---|
| 399 | | - default n |
|---|
| 400 | 405 | help |
|---|
| 401 | 406 | Define a ROM region for the linker script. This creates a kernel |
|---|
| 402 | 407 | that can be stored in flash, with possibly the text, and data |
|---|
| .. | .. |
|---|
| 438 | 443 | |
|---|
| 439 | 444 | choice |
|---|
| 440 | 445 | prompt "Kernel executes from" |
|---|
| 441 | | - ---help--- |
|---|
| 446 | + help |
|---|
| 442 | 447 | Choose the memory type that the kernel will be running in. |
|---|
| 443 | 448 | |
|---|
| 444 | 449 | config RAMKERNEL |
|---|