Skip to content

Commit

Permalink
tty: Mark unconverted drivers as BROKEN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jul 22, 2008
1 parent 8ca8b90 commit abbe629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ config CYZ_INTR

config DIGIEPCA
tristate "Digiboard Intelligent Async Support"
depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) && BROKEN
---help---
This is a driver for Digi International's Xx, Xeve, and Xem series
of cards which provide multiple serial ports. You would need
Expand Down Expand Up @@ -275,7 +275,7 @@ config N_HDLC

config RISCOM8
tristate "SDL RISCom/8 card support"
depends on SERIAL_NONSTANDARD
depends on SERIAL_NONSTANDARD && BROKEN
help
This is a driver for the SDL Communications RISCom/8 multiport card,
which gives you many serial ports. You would need something like
Expand All @@ -288,7 +288,7 @@ config RISCOM8

config SPECIALIX
tristate "Specialix IO8+ card support"
depends on SERIAL_NONSTANDARD
depends on SERIAL_NONSTANDARD && BROKEN
help
This is a driver for the Specialix IO8+ multiport card (both the
ISA and the PCI version) which gives you many serial ports. You
Expand Down

0 comments on commit abbe629

Please sign in to comment.