diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 06:19:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 16:03:28 -0400 |
commit | faa7612c09ae4519ad4659c8417aaaba81183833 (patch) | |
tree | 132db1199de3e7102557349f9855acc165d20902 /drivers/char/Kconfig | |
parent | 4a56122297ac7a4a3bf09fb66c0a365a13abe707 (diff) |
specialix: restore driver using new break functionality
Use the hardware break support on the specialix driver
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 224bc0a22908..e0bbbfb6a36b 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -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 && BROKEN | 291 | depends on SERIAL_NONSTANDARD |
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 |