16 Sep 2005 19:42
[PATCH] serial: remove 8250_acpi (subsumed by 8250_pnp and PNPACPI)
Bjorn Helgaas <bjorn.helgaas <at> hp.com>
2005-09-16 17:42:33 GMT
2005-09-16 17:42:33 GMT
With the combination of PNPACPI and 8250_pnp, we no longer need 8250_acpi. The only in-tree configs that contain CONFIG_SERIAL_8250_ACPI are ia64. ia64 users should make sure CONFIG_PNP and CONFIG_PNPACPI are set so 8250_pnp.c can discover built-in serial ports. Tony has already accepted a patch to turn them on in the default configs. Signed-off-by: Bjorn Helgaas <bjorn.helgaas <at> hp.com> Index: work-vga2/drivers/serial/Kconfig =================================================================== --- work-vga2.orig/drivers/serial/Kconfig 2005-09-14 09:29:08.000000000 -0600 +++ work-vga2/drivers/serial/Kconfig 2005-09-15 09:58:40.000000000 -0600 <at> <at> -77,14 +77,6 <at> <at> 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 - ---(Continue reading)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 Index: work-vga2/drivers/serial/Makefile
RSS Feed