[PATCH] mwave char/Kconfig fix

From: Angus Sawyer
Date: Wed Sep 10 2003 - 07:49:10 EST



The mwave driver requires [un]register_char from 8250.c
Make sure 8250.c gets compilied.


drivers/char/Kconfig | 1 +
1 files changed, 1 insertion(+)

diff -puN drivers/char/Kconfig~mwave drivers/char/Kconfig
--- linux-2.6.0-test5/drivers/char/Kconfig~mwave 2003-09-10 13:36:36.399040888
+0100
+++ linux-2.6.0-test5-angus/drivers/char/Kconfig 2003-09-10 13:37:00.508375712
+0100
@@ -959,6 +959,7 @@ source "drivers/char/pcmcia/Kconfig"
config MWAVE
tristate "ACP Modem (Mwave) support"
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

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/