From: Russell King Date: Thu, 1 Sep 2005 13:25:45 +0000 (+0100) Subject: [SERIAL] mwave is no longer broken X-Git-Tag: v2.6.16.28-rc1~4792^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8dd49fa054814f365fcff8d72ca47e8afda9743;p=karo-tx-linux.git [SERIAL] mwave is no longer broken Signed-off-by: Russell King --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 42734d3bf3b9..7333b41d4224 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -896,8 +896,8 @@ source "drivers/char/pcmcia/Kconfig" config MWAVE tristate "ACP Modem (Mwave) support" - depends on X86 && BROKEN - select SERIAL_8250 # PLEASE DO NOT DO THIS - move this driver to drivers/serial + depends on X86 + select SERIAL_8250 ---help--- The ACP modem (Mwave) for Linux is a WinModem. It is composed of a kernel driver and a user level application. Together these components