diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2005-08-31 16:48:47 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-08-31 16:48:47 -0400 |
commit | 0f302dc35412dc67035efc188b9d5c40711b4222 (patch) | |
tree | 57cbbe8e722e6a82bfd8bb3b8227898c54615c72 /drivers/char | |
parent | b129a8ccd53f74c43e4c83c8e0031a4990040830 (diff) |
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
Patch from Sascha Hauer
This patch adds support for setting and getting RTS / CTS via
set_mtctrl / get_mctrl functions.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/char')
-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 7333b41d4224..42734d3bf3b9 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 | 899 | depends on X86 && BROKEN |
900 | select SERIAL_8250 | 900 | select SERIAL_8250 # PLEASE DO NOT DO THIS - move this driver to drivers/serial |
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 |