hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/m68k/Kconfig.machine
....@@ -16,16 +16,21 @@
1616 bool "Atari support"
1717 depends on MMU
1818 select MMU_MOTOROLA if MMU
19
+ select HAVE_ARCH_NVRAM_OPS
1920 help
2021 This option enables support for the 68000-based Atari series of
2122 computers (including the TT, Falcon and Medusa). If you plan to use
2223 this kernel on an Atari, say Y here and browse the material
2324 available in <file:Documentation/m68k>; otherwise say N.
2425
26
+config ATARI_KBD_CORE
27
+ bool
28
+
2529 config MAC
2630 bool "Macintosh support"
2731 depends on MMU
2832 select MMU_MOTOROLA if MMU
33
+ select HAVE_ARCH_NVRAM_OPS
2934 help
3035 This option enables support for the Apple Macintosh series of
3136 computers (yes, there is experimental support now, at least for part
....@@ -124,6 +129,7 @@
124129 depends on MMU
125130 depends on !MMU_MOTOROLA
126131 select MMU_SUN3 if MMU
132
+ select NO_DMA
127133 select M68020
128134 help
129135 This option enables support for the Sun 3 series of workstations
....@@ -268,10 +274,10 @@
268274 Support for the Sysam AMCORE open-hardware generic board.
269275
270276 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.
275281
276282 config FIREBEE
277283 bool "FireBee board support"
....@@ -315,10 +321,10 @@
315321
316322 config UBOOT
317323 bool "Support for U-Boot command line parameters"
324
+ depends on COLDFIRE
318325 help
319326 If you say Y here kernel will try to collect command
320327 line parameters from the initial u-boot stack.
321
- default n
322328
323329 config 4KSTACKS
324330 bool "Use 4Kb for kernel stacks instead of 8Kb"
....@@ -396,7 +402,6 @@
396402
397403 config ROM
398404 bool "Specify ROM linker regions"
399
- default n
400405 help
401406 Define a ROM region for the linker script. This creates a kernel
402407 that can be stored in flash, with possibly the text, and data
....@@ -438,7 +443,7 @@
438443
439444 choice
440445 prompt "Kernel executes from"
441
- ---help---
446
+ help
442447 Choose the memory type that the kernel will be running in.
443448
444449 config RAMKERNEL