diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-12-06 15:16:13 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-12-28 14:14:41 -0500 |
commit | 176f2934d118f82a033ba69c235b21af151dc576 (patch) | |
tree | c10cfdb13f326f6f335c8d7ddb87ae0520b8f67b /arch/m68k/Kconfig.devices | |
parent | e71ef315ddb96c239d6d8323008ac0b5ef6cee99 (diff) |
m68k/serial: Remove references to obsolete serial config options
- ATARI_MFPSER, ATARI_MIDI, MULTIFACE_III_TTY, and DN_SERIAL
have no corresponding drivers (anymore),
- Clean up SERIAL_CONSOLE dependencies and help text.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.devices')
-rw-r--r-- | arch/m68k/Kconfig.devices | 42 |
1 files changed, 4 insertions, 38 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 | ||