diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 06:17:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 16:03:27 -0400 |
commit | abbe629ae4011d2020047f41bea9f9e4b0ec4361 (patch) | |
tree | 49d49dc49fc8a77c131059ed23071ba882bf950d /drivers/char/Kconfig | |
parent | 8ca8b9005a742edf8d82749d4ad4e616405fbdc4 (diff) |
tty: Mark unconverted drivers as BROKEN
Nobody seems to use these drivers anyway so if they want them they can
fix them up. I don't have the needed info to add break_ctl support to them.
Send patches if you don't like it.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index e0bbbfb6a36b..ba8782b9c217 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -167,7 +167,7 @@ config CYZ_INTR | |||
167 | 167 | ||
168 | config DIGIEPCA | 168 | config DIGIEPCA |
169 | tristate "Digiboard Intelligent Async Support" | 169 | tristate "Digiboard Intelligent Async Support" |
170 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | 170 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) && BROKEN |
171 | ---help--- | 171 | ---help--- |
172 | This is a driver for Digi International's Xx, Xeve, and Xem series | 172 | This is a driver for Digi International's Xx, Xeve, and Xem series |
173 | of cards which provide multiple serial ports. You would need | 173 | of cards which provide multiple serial ports. You would need |
@@ -275,7 +275,7 @@ config N_HDLC | |||
275 | 275 | ||
276 | config RISCOM8 | 276 | config RISCOM8 |
277 | tristate "SDL RISCom/8 card support" | 277 | tristate "SDL RISCom/8 card support" |
278 | depends on SERIAL_NONSTANDARD | 278 | depends on SERIAL_NONSTANDARD && BROKEN |
279 | help | 279 | help |
280 | This is a driver for the SDL Communications RISCom/8 multiport card, | 280 | This is a driver for the SDL Communications RISCom/8 multiport card, |
281 | which gives you many serial ports. You would need something like | 281 | which gives you many serial ports. You would need something like |
@@ -288,7 +288,7 @@ config RISCOM8 | |||
288 | 288 | ||
289 | config SPECIALIX | 289 | config SPECIALIX |
290 | tristate "Specialix IO8+ card support" | 290 | tristate "Specialix IO8+ card support" |
291 | depends on SERIAL_NONSTANDARD | 291 | depends on SERIAL_NONSTANDARD && BROKEN |
292 | help | 292 | help |
293 | This is a driver for the Specialix IO8+ multiport card (both the | 293 | This is a driver for the Specialix IO8+ multiport card (both the |
294 | ISA and the PCI version) which gives you many serial ports. You | 294 | ISA and the PCI version) which gives you many serial ports. You |