diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-01 09:25:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-01 09:25:45 -0400 |
commit | f8dd49fa054814f365fcff8d72ca47e8afda9743 (patch) | |
tree | 21cd9b7db02a67d6420068b95aa394b504e10eff /drivers | |
parent | 5981d644209c38029df7f91eb8c61bc5952f182b (diff) |
[SERIAL] mwave is no longer broken
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
896 | 896 | ||
897 | config MWAVE | 897 | config MWAVE |
898 | tristate "ACP Modem (Mwave) support" | 898 | tristate "ACP Modem (Mwave) support" |
899 | depends on X86 && BROKEN | 899 | depends on X86 |
900 | select SERIAL_8250 # PLEASE DO NOT DO THIS - move this driver to drivers/serial | 900 | select SERIAL_8250 |
901 | ---help--- | 901 | ---help--- |
902 | The ACP modem (Mwave) for Linux is a WinModem. It is composed of a | 902 | The ACP modem (Mwave) for Linux is a WinModem. It is composed of a |
903 | kernel driver and a user level application. Together these components | 903 | kernel driver and a user level application. Together these components |