From: Tom Rini <trini@kernel.crashing.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Tom Rini <trini@kernel.crashing.org>,
Sven-Thorsten Dietrich <sven@mvista.com>,
lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.6.14-rt11 1/3] Fix LPPTEST Kconfig dependancies
Date: Fri, 11 Nov 2005 15:42:08 -0500 [thread overview]
Message-ID: <20051111204312.11609.23222.sendpatchset@localhost.localdomain> (raw)
Since the LPPTEST driver depends on an x86-PC, make the Kconfig choice
do so as well.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
drivers/char/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.14/drivers/char/Kconfig
===================================================================
--- linux-2.6.14.orig/drivers/char/Kconfig
+++ linux-2.6.14/drivers/char/Kconfig
@@ -729,7 +729,7 @@ config BLOCKER
config LPPTEST
tristate "Parallel Port Based Latency Measurement Device"
- depends on !PARPORT
+ depends on !PARPORT && X86
default y
---help---
If you say Y here then a device will be created that the userspace
--
Tom
next reply other threads:[~2005-11-11 20:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-11 20:42 Tom Rini [this message]
2005-11-11 20:43 ` [PATCH 2.6.14-rt11 2/3] Switch to using get_cycles() rather than get_cpu_tick() Tom Rini
2005-11-12 14:23 ` Ingo Molnar
2005-11-11 20:43 ` [PATCH 2.6.14-rt11 3/3] Fix ppc32 bootwrapper code for new zlib Tom Rini
2005-11-12 14:24 ` Ingo Molnar
2005-11-12 18:40 ` Tom Rini
2005-11-12 14:21 ` [PATCH 2.6.14-rt11 1/3] Fix LPPTEST Kconfig dependancies Ingo Molnar
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=20051111204312.11609.23222.sendpatchset@localhost.localdomain \
--to=trini@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=sven@mvista.com \
/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 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.