From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Andrey Borzenkov <arvidjaar@mail.ru>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.17: CONFIG_PARPORT_SERIAL should require CONFIG_SERIAL_8250_PCI?
Date: Sun, 18 Jun 2006 13:05:43 +0100 [thread overview]
Message-ID: <20060618120542.GA4833@flint.arm.linux.org.uk> (raw)
In-Reply-To: <200606181423.17884.arvidjaar@mail.ru>
On Sun, Jun 18, 2006 at 02:23:07PM +0400, Andrey Borzenkov wrote:
> Just rebuilt 2.6.17 from older config and disabling 8250 PCI (I do not have
> any on notebook) and got:
Thanks for reporting this. The patch below should fix this - please
test so it can be submitted for the stable branch, thanks.
# Base git commit: 427abfa28afedffadfca9dd8b067eb6d36bac53f
# (Linux v2.6.17)
#
# Author: Russell King (Sun Jun 18 13:00:48 BST 2006)
# Committer: Russell King (Sun Jun 18 13:00:48 BST 2006)
#
# [SERIAL] PARPORT_SERIAL should depend on SERIAL_8250_PCI
#
# Since parport_serial uses symbols from 8250_pci, there should
# be a dependency between the configuration symbols for these
# two modules. Problem reported by Andrey Borzenkov
#
# Signed-off-by: Russell King
#
# drivers/parport/Kconfig | 2 +-
# 1 files changed, 1 insertions(+), 1 deletions(-)
#
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -48,7 +48,7 @@ config PARPORT_PC
config PARPORT_SERIAL
tristate "Multi-IO cards (parallel and serial)"
- depends on SERIAL_8250 && PARPORT_PC && PCI
+ depends on SERIAL_8250_PCI && PARPORT_PC && PCI
help
This adds support for multi-IO PCI cards that have parallel and
serial ports. You should say Y or M here. If you say M, the module
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
next prev parent reply other threads:[~2006-06-18 12:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-18 10:23 Andrey Borzenkov
2006-06-18 12:05 ` Russell King [this message]
2006-06-18 15:28 ` Andrey Borzenkov
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=20060618120542.GA4833@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=arvidjaar@mail.ru \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®