Sfoglia il codice sorgente

[SERIAL] mwave is no longer broken

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 19 anni fa
parent
commit
f8dd49fa05
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      drivers/char/Kconfig

+ 2 - 2
drivers/char/Kconfig

@@ -896,8 +896,8 @@ source "drivers/char/pcmcia/Kconfig"
 
 
 config MWAVE
 config MWAVE
 	tristate "ACP Modem (Mwave) support"
 	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---
 	---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