Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 335bd9df authored by Ralf Baechle's avatar Ralf Baechle Committed by Russell King
Browse files

[SERIAL] Remove obsoleted au1x00_uart driver



As announced in feature-removal-schedule.txt.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8faaea3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ void __init plat_setup(void)

	argptr = prom_getcmdline();

#if defined(CONFIG_SERIAL_AU1X00_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE)
#ifdef CONFIG_SERIAL_8250_CONSOLE
	if ((argptr = strstr(argptr, "console=")) == NULL) {
		argptr = prom_getcmdline();
		strcat(argptr, " console=ttyS0,115200");
+0 −16
Original line number Diff line number Diff line
@@ -620,22 +620,6 @@ config SERIAL_SH_SCI_CONSOLE
	depends on SERIAL_SH_SCI=y
	select SERIAL_CORE_CONSOLE

config SERIAL_AU1X00
	bool "Enable Au1x00 UART Support"
	depends on MIPS && SOC_AU1X00
	select SERIAL_CORE
	help
	  If you have an Alchemy AU1X00 processor (MIPS based) and you want
	  to use serial ports, say Y.  Otherwise, say N.

config SERIAL_AU1X00_CONSOLE
	bool "Enable Au1x00 serial console"
	depends on SERIAL_AU1X00
	select SERIAL_CORE_CONSOLE
	help
	  If you have an Alchemy AU1X00 processor (MIPS based) and you want
	  to use a console on a serial port, say Y.  Otherwise, say N.

config SERIAL_CORE
	tristate

+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ obj-$(CONFIG_SERIAL_COLDFIRE) += mcfserial.o
obj-$(CONFIG_V850E_UART) += v850e_uart.o
obj-$(CONFIG_SERIAL_PMACZILOG) += pmac_zilog.o
obj-$(CONFIG_SERIAL_LH7A40X) += serial_lh7a40x.o
obj-$(CONFIG_SERIAL_AU1X00) += au1x00_uart.o
obj-$(CONFIG_SERIAL_DZ) += dz.o
obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o
obj-$(CONFIG_SERIAL_SGI_L1_CONSOLE) += sn_console.o