diff options
author | Alan Cox | 2008-07-22 11:18:12 +0100 |
---|---|---|
committer | Linus Torvalds | 2008-07-22 13:03:28 -0700 |
commit | dcbf1280796be7c0b74c4231f0ac9dd8aa1e2591 (patch) | |
tree | 121b9d20d139012a0e467d6f4d9f31597c594795 /drivers/char/Kconfig | |
parent | 9e98966c7bb94355689478bc84cc3e0c190f977e (diff) |
epca: Restore driver
Convert the driver to use the added hardware break support
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 a185263b5862..9ead63cd5648 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -167,7 +167,7 @@ config CYZ_INTR config DIGIEPCA tristate "Digiboard Intelligent Async Support" - depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) && BROKEN + depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) ---help--- This is a driver for Digi International's Xx, Xeve, and Xem series of cards which provide multiple serial ports. You would need |