Skip to content

Commit

Permalink
[SERIAL] mwave is no longer broken
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 1, 2005
1 parent 5981d64 commit f8dd49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8dd49f

Please sign in to comment.