* [Linux-ia64] CONFIG_SERIAL_ACPI missing??
@ 2002-12-20 1:06 Peter Chubb
0 siblings, 0 replies; only message in thread
From: Peter Chubb @ 2002-12-20 1:06 UTC (permalink / raw)
To: linux-ia64
Hi,
The options CONFIG_SERIAL_8250_ACPI and CONFIG_SERIAL_8250_HDCP appear
to have vanished in recent kernels.
Here's a patch against 2.5.45 to reinstate them.
diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet linux-2.5-EXPORT/drivers/serial/Kconfig linux-2.5-preempt/drivers/serial/Kconfig
--- linux-2.5-EXPORT/drivers/serial/Kconfig Fri Dec 20 11:47:23 2002
+++ linux-2.5-preempt/drivers/serial/Kconfig Thu Dec 12 11:52:33 2002
@@ -138,6 +138,23 @@
help
::: To be written :::
+config SERIAL_8250_ACPI
+ bool "Support for serial ports defined by the ACPI tables"
+ depends on SERIAL_8250 && IA64
+ help
+ Legacy free machines may not have serial ports at the legacy
+ COM1, COM2 etc addresses. Serial ports on such machines are
+ described by the ACPI tables SPCR (Serial Port Console
+ Redirection) table and DBGP (Debug Port) table. Say Y here if
+ you want to include support for these serial ports.
+
+config SERIAL_8250_HCDP
+ bool "Support for serial ports defined by the EFI HCDP"
+ depends on SERIAL_8250 && IA64
+ help
+ ::: No help yet :::
+
+
comment "Non-8250 serial port support"
config SERIAL_8250_ACORN
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-20 1:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 1:06 [Linux-ia64] CONFIG_SERIAL_ACPI missing?? Peter Chubb
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.