diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 11:19:05 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 13:03:28 -0700 |
commit | faa7612c09ae4519ad4659c8417aaaba81183833 (patch) | |
tree | 132db1199de3e7102557349f9855acc165d20902 /drivers/char/Kconfig | |
parent | 4a56122297ac7a4a3bf09fb66c0a365a13abe707 (diff) | |
download | blackbird-op-linux-faa7612c09ae4519ad4659c8417aaaba81183833.tar.gz blackbird-op-linux-faa7612c09ae4519ad4659c8417aaaba81183833.zip |
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 config SPECIALIX tristate "Specialix IO8+ card support" - depends on SERIAL_NONSTANDARD && BROKEN + depends on SERIAL_NONSTANDARD 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 |