Commit bce22298 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] mwave char/Kconfig fix

From: Angus Sawyer <angus.sawyer@dsl.pipex.com>

The mwave driver requires [un]register_char from 8250.c
Make sure 8250.c gets compilied.
parent fdf63fc4
...@@ -959,6 +959,7 @@ source "drivers/char/pcmcia/Kconfig" ...@@ -959,6 +959,7 @@ source "drivers/char/pcmcia/Kconfig"
config MWAVE config MWAVE
tristate "ACP Modem (Mwave) support" tristate "ACP Modem (Mwave) support"
depends on X86 depends on X86
select SERIAL_8250
---help--- ---help---
The ACP modem (Mwave) for Linux is a WinModem. It is composed of a The ACP modem (Mwave) for Linux is a WinModem. It is composed of a
kernel driver and a user level application. Together these components kernel driver and a user level application. Together these components
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment