re-enable the building of 8250_hcdp and 8250_acpi

From: David Mosberger (davidm@napali.hpl.hp.com)
Date: Wed Jun 18 2003 - 15:49:52 EST


This adds back the ability to configure and build the HCDP and ACPI
support for the 8250 driver (there was some confusion in the earlier
patch due to renaming of files and options).

Thanks,

        --david

diff -Nru a/drivers/serial/Kconfig b/drivers/serial/Kconfig
--- a/drivers/serial/Kconfig Wed Jun 18 13:32:51 2003
+++ b/drivers/serial/Kconfig Wed Jun 18 13:32:51 2003
@@ -77,7 +77,7 @@
           a module, say M here and read <file:Documentation/modules.txt>.
           If unsure, say N.
 
-config SERIAL_HCDP
+config SERIAL_8250_HCDP
         bool "8250/16550 device discovery support via EFI HCDP table"
         depends on IA64
         ---help---
diff -Nru a/drivers/serial/Makefile b/drivers/serial/Makefile
--- a/drivers/serial/Makefile Wed Jun 18 13:32:49 2003
+++ b/drivers/serial/Makefile Wed Jun 18 13:32:49 2003
@@ -8,7 +8,8 @@
 serial-8250-$(CONFIG_GSC) += 8250_gsc.o
 serial-8250-$(CONFIG_PCI) += 8250_pci.o
 serial-8250-$(CONFIG_PNP) += 8250_pnp.o
-serial-8250-$(CONFIG_SERIAL_HCDP) += 8250_hcdp.o
+serial-8250-$(CONFIG_SERIAL_8250_HCDP) += 8250_hcdp.o
+serial-8250-$(CONFIG_ACPI) += 8250_acpi.o
 
 obj-$(CONFIG_SERIAL_CORE) += core.o
 obj-$(CONFIG_SERIAL_21285) += 21285.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:26 EST