Skip to content

Commit

Permalink
[SERIAL] remove 8250_acpi (replaced by 8250_pnp and PNPACPI)
Browse files Browse the repository at this point in the history
With the combination of PNPACPI and 8250_pnp, we no longer need 8250_acpi.

Signed-off-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Bjorn Helgaas authored and Russell King committed Mar 25, 2006
1 parent cb2fc53 commit 111c9bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 192 deletions.
183 changes: 0 additions & 183 deletions drivers/serial/8250_acpi.c

This file was deleted.

8 changes: 0 additions & 8 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ config SERIAL_8250_CS

If unsure, say N.

config SERIAL_8250_ACPI
bool "8250/16550 device discovery via ACPI namespace"
default y if IA64
depends on ACPI && SERIAL_8250
---help---
If you wish to enable serial port discovery via the ACPI
namespace, say Y here. If unsure, say N.

config SERIAL_8250_NR_UARTS
int "Maximum number of 8250/16550 serial ports"
depends on SERIAL_8250
Expand Down
1 change: 0 additions & 1 deletion drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

serial-8250-y :=
serial-8250-$(CONFIG_SERIAL_8250_ACPI) += 8250_acpi.o
serial-8250-$(CONFIG_PNP) += 8250_pnp.o
serial-8250-$(CONFIG_GSC) += 8250_gsc.o
serial-8250-$(CONFIG_PCI) += 8250_pci.o
Expand Down

0 comments on commit 111c9bf

Please sign in to comment.