From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] make HCDP dependent on serial console
Date: Wed, 14 Jan 2004 00:06:56 +0000 [thread overview]
Message-ID: <200401131706.56756.bjorn.helgaas@hp.com> (raw)
I propose the following HCDP Kconfig patch. It makes HCDP
selectable only when serial console has been selected. One
desirable side effect is that both are then available only
when statically compiled in (i.e., not built as a module).
The HCDP support doesn't actually depend on IA64, but I left
that in for now because nobody else implements support for it
and I don't want people confused by a selectable option that
doesn't do anything. Maybe a "depends on EFI" or something
will be useful eventually.
This is against 2.6.
=== drivers/serial/Kconfig 1.19 vs edited ==--- 1.19/drivers/serial/Kconfig Sun Oct 5 14:56:40 2003
+++ edited/drivers/serial/Kconfig Tue Jan 13 15:56:55 2004
@@ -62,6 +62,15 @@
If unsure, say N.
+config SERIAL_8250_HCDP
+ bool "Console device discovery via EFI HCDP table"
+ depends on IA64
+ depends on SERIAL_8250_CONSOLE=y
+ ---help---
+ If you wish to make the serial console port described by the EFI
+ HCDP table available for use as serial console, say Y here. See
+ <http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf>.
+
config SERIAL_8250_CS
tristate "8250/16550 PCMCIA device support"
depends on PCMCIA && SERIAL_8250
@@ -83,15 +92,6 @@
---help---
If you wish to enable serial port discovery via the ACPI
namespace, say Y here. If unsure, say N.
-
-config SERIAL_8250_HCDP
- bool "8250/16550 device discovery support via EFI HCDP table"
- depends on IA64 && SERIAL_8250
- ---help---
- If you wish to make the serial console port described by the EFI
- HCDP table available for use as serial console or general
- purpose port, say Y here. See
- <http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf>.
config SERIAL_8250_NR_UARTS
int "Maximum number of non-legacy 8250/16550 serial ports"
next reply other threads:[~2004-01-14 0:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-14 0:06 Bjorn Helgaas [this message]
2004-01-16 22:02 ` [PATCH] make HCDP dependent on serial console Russell King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200401131706.56756.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox