diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.devices | 42 | ||||
-rw-r--r-- | arch/m68k/configs/amiga_defconfig | 1 | ||||
-rw-r--r-- | arch/m68k/configs/apollo_defconfig | 2 | ||||
-rw-r--r-- | arch/m68k/configs/atari_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/multi_defconfig | 4 | ||||
-rw-r--r-- | arch/m68k/configs/mvme16x_defconfig | 1 |
6 files changed, 4 insertions, 49 deletions
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices index e01eeb263321..052cb647b307 100644 --- a/arch/m68k/Kconfig.devices +++ b/arch/m68k/Kconfig.devices | |||
@@ -59,27 +59,6 @@ endmenu | |||
59 | 59 | ||
60 | menu "Character devices" | 60 | menu "Character devices" |
61 | 61 | ||
62 | config ATARI_MFPSER | ||
63 | tristate "Atari MFP serial support" | ||
64 | depends on ATARI | ||
65 | ---help--- | ||
66 | If you like to use the MFP serial ports ("Modem1", "Serial1") under | ||
67 | Linux, say Y. The driver equally supports all kinds of MFP serial | ||
68 | ports and automatically detects whether Serial1 is available. | ||
69 | |||
70 | To compile this driver as a module, choose M here. | ||
71 | |||
72 | Note for Falcon users: You also have an MFP port, it's just not | ||
73 | wired to the outside... But you could use the port under Linux. | ||
74 | |||
75 | config ATARI_MIDI | ||
76 | tristate "Atari MIDI serial support" | ||
77 | depends on ATARI | ||
78 | help | ||
79 | If you want to use your Atari's MIDI port in Linux, say Y. | ||
80 | |||
81 | To compile this driver as a module, choose M here. | ||
82 | |||
83 | config ATARI_DSP56K | 62 | config ATARI_DSP56K |
84 | tristate "Atari DSP56k support (EXPERIMENTAL)" | 63 | tristate "Atari DSP56k support (EXPERIMENTAL)" |
85 | depends on ATARI && EXPERIMENTAL | 64 | depends on ATARI && EXPERIMENTAL |
@@ -99,15 +78,6 @@ config AMIGA_BUILTIN_SERIAL | |||
99 | 78 | ||
100 | To compile this driver as a module, choose M here. | 79 | To compile this driver as a module, choose M here. |
101 | 80 | ||
102 | config MULTIFACE_III_TTY | ||
103 | tristate "Multiface Card III serial support" | ||
104 | depends on AMIGA | ||
105 | help | ||
106 | If you want to use a Multiface III card's serial port in Linux, | ||
107 | answer Y. | ||
108 | |||
109 | To compile this driver as a module, choose M here. | ||
110 | |||
111 | config HPDCA | 81 | config HPDCA |
112 | tristate "HP DCA serial support" | 82 | tristate "HP DCA serial support" |
113 | depends on DIO && SERIAL_8250 | 83 | depends on DIO && SERIAL_8250 |
@@ -122,13 +92,9 @@ config HPAPCI | |||
122 | If you want to use the internal "APCI" serial ports on an HP400 | 92 | If you want to use the internal "APCI" serial ports on an HP400 |
123 | machine, say Y here. | 93 | machine, say Y here. |
124 | 94 | ||
125 | config DN_SERIAL | ||
126 | bool "Support for DN serial port (dummy)" | ||
127 | depends on APOLLO | ||
128 | |||
129 | config SERIAL_CONSOLE | 95 | config SERIAL_CONSOLE |
130 | bool "Support for serial port console" | 96 | bool "Support for serial port console" |
131 | depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || MULTIFACE_III_TTY=y || SERIAL=y || DN_SERIAL) | 97 | depends on AMIGA_BUILTIN_SERIAL=y |
132 | ---help--- | 98 | ---help--- |
133 | If you say Y here, it will be possible to use a serial port as the | 99 | If you say Y here, it will be possible to use a serial port as the |
134 | system console (the system console is the device which receives all | 100 | system console (the system console is the device which receives all |
@@ -140,10 +106,10 @@ config SERIAL_CONSOLE | |||
140 | (/dev/tty0) will still be used as the system console by default, but | 106 | (/dev/tty0) will still be used as the system console by default, but |
141 | you can alter that using a kernel command line option such as | 107 | you can alter that using a kernel command line option such as |
142 | "console=ttyS1". (Try "man bootparam" or see the documentation of | 108 | "console=ttyS1". (Try "man bootparam" or see the documentation of |
143 | your boot loader (lilo or loadlin) about how to pass options to the | 109 | your boot loader about how to pass options to the kernel at boot |
144 | kernel at boot time.) | 110 | time.) |
145 | 111 | ||
146 | If you don't have a VGA card installed and you say Y here, the | 112 | If you don't have a graphical console and you say Y here, the |
147 | kernel will automatically use the first serial line, /dev/ttyS0, as | 113 | kernel will automatically use the first serial line, /dev/ttyS0, as |
148 | system console. | 114 | system console. |
149 | 115 | ||
diff --git a/arch/m68k/configs/amiga_defconfig b/arch/m68k/configs/amiga_defconfig index dbb49fc6463b..e93fdae10b23 100644 --- a/arch/m68k/configs/amiga_defconfig +++ b/arch/m68k/configs/amiga_defconfig | |||
@@ -255,7 +255,6 @@ CONFIG_HID=m | |||
255 | CONFIG_HIDRAW=y | 255 | CONFIG_HIDRAW=y |
256 | # CONFIG_USB_SUPPORT is not set | 256 | # CONFIG_USB_SUPPORT is not set |
257 | CONFIG_AMIGA_BUILTIN_SERIAL=y | 257 | CONFIG_AMIGA_BUILTIN_SERIAL=y |
258 | CONFIG_MULTIFACE_III_TTY=m | ||
259 | CONFIG_SERIAL_CONSOLE=y | 258 | CONFIG_SERIAL_CONSOLE=y |
260 | CONFIG_EXT2_FS=y | 259 | CONFIG_EXT2_FS=y |
261 | CONFIG_EXT3_FS=y | 260 | CONFIG_EXT3_FS=y |
diff --git a/arch/m68k/configs/apollo_defconfig b/arch/m68k/configs/apollo_defconfig index 562b221f6951..66b26c1e848c 100644 --- a/arch/m68k/configs/apollo_defconfig +++ b/arch/m68k/configs/apollo_defconfig | |||
@@ -223,8 +223,6 @@ CONFIG_LOGO=y | |||
223 | CONFIG_HID=m | 223 | CONFIG_HID=m |
224 | CONFIG_HIDRAW=y | 224 | CONFIG_HIDRAW=y |
225 | # CONFIG_USB_SUPPORT is not set | 225 | # CONFIG_USB_SUPPORT is not set |
226 | CONFIG_DN_SERIAL=y | ||
227 | CONFIG_SERIAL_CONSOLE=y | ||
228 | CONFIG_EXT2_FS=y | 226 | CONFIG_EXT2_FS=y |
229 | CONFIG_EXT3_FS=y | 227 | CONFIG_EXT3_FS=y |
230 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | 228 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |
diff --git a/arch/m68k/configs/atari_defconfig b/arch/m68k/configs/atari_defconfig index 82978df637fa..151332515980 100644 --- a/arch/m68k/configs/atari_defconfig +++ b/arch/m68k/configs/atari_defconfig | |||
@@ -235,10 +235,7 @@ CONFIG_DMASOUND_ATARI=m | |||
235 | CONFIG_HID=m | 235 | CONFIG_HID=m |
236 | CONFIG_HIDRAW=y | 236 | CONFIG_HIDRAW=y |
237 | # CONFIG_USB_SUPPORT is not set | 237 | # CONFIG_USB_SUPPORT is not set |
238 | CONFIG_ATARI_MFPSER=y | ||
239 | CONFIG_ATARI_MIDI=y | ||
240 | CONFIG_ATARI_DSP56K=m | 238 | CONFIG_ATARI_DSP56K=m |
241 | CONFIG_SERIAL_CONSOLE=y | ||
242 | CONFIG_EXT2_FS=y | 239 | CONFIG_EXT2_FS=y |
243 | CONFIG_EXT3_FS=y | 240 | CONFIG_EXT3_FS=y |
244 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | 241 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |
diff --git a/arch/m68k/configs/multi_defconfig b/arch/m68k/configs/multi_defconfig index 958a7ce49dee..55d394edf633 100644 --- a/arch/m68k/configs/multi_defconfig +++ b/arch/m68k/configs/multi_defconfig | |||
@@ -318,12 +318,8 @@ CONFIG_DMASOUND_Q40=m | |||
318 | CONFIG_HID=m | 318 | CONFIG_HID=m |
319 | CONFIG_HIDRAW=y | 319 | CONFIG_HIDRAW=y |
320 | # CONFIG_USB_SUPPORT is not set | 320 | # CONFIG_USB_SUPPORT is not set |
321 | CONFIG_ATARI_MFPSER=y | ||
322 | CONFIG_ATARI_MIDI=y | ||
323 | CONFIG_ATARI_DSP56K=m | 321 | CONFIG_ATARI_DSP56K=m |
324 | CONFIG_AMIGA_BUILTIN_SERIAL=y | 322 | CONFIG_AMIGA_BUILTIN_SERIAL=y |
325 | CONFIG_MULTIFACE_III_TTY=m | ||
326 | CONFIG_DN_SERIAL=y | ||
327 | CONFIG_SERIAL_CONSOLE=y | 323 | CONFIG_SERIAL_CONSOLE=y |
328 | CONFIG_EXT2_FS=y | 324 | CONFIG_EXT2_FS=y |
329 | CONFIG_EXT3_FS=y | 325 | CONFIG_EXT3_FS=y |
diff --git a/arch/m68k/configs/mvme16x_defconfig b/arch/m68k/configs/mvme16x_defconfig index 6dd12e62b41b..cdb70d66e535 100644 --- a/arch/m68k/configs/mvme16x_defconfig +++ b/arch/m68k/configs/mvme16x_defconfig | |||
@@ -218,7 +218,6 @@ CONFIG_GEN_RTC_X=y | |||
218 | CONFIG_HID=m | 218 | CONFIG_HID=m |
219 | CONFIG_HIDRAW=y | 219 | CONFIG_HIDRAW=y |
220 | # CONFIG_USB_SUPPORT is not set | 220 | # CONFIG_USB_SUPPORT is not set |
221 | CONFIG_SERIAL_CONSOLE=y | ||
222 | CONFIG_EXT2_FS=y | 221 | CONFIG_EXT2_FS=y |
223 | CONFIG_EXT3_FS=y | 222 | CONFIG_EXT3_FS=y |
224 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | 223 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |