From: Jean Delvare <khali@linux-fr.org>
To: linux-input@vger.kernel.org, Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
Date: Fri, 9 Jan 2009 10:52:29 +0100 [thread overview]
Message-ID: <20090109105229.37c2a09b@hyperion.delvare> (raw)
As far as I know, all Fujitsu-Siemens Lifebook systems are x86-based.
So we might as well make MOUSE_PS2_LIFEBOOK depend on X86. This will
avoid surprising things like:
arch/arm/configs/s3c2410_defconfig:CONFIG_MOUSE_PS2_LIFEBOOK=y
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
This patch was already sent on:
* 2008-11-29
drivers/input/mouse/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.29-rc0.orig/drivers/input/mouse/Kconfig 2009-01-09 10:06:36.000000000 +0100
+++ linux-2.6.29-rc0/drivers/input/mouse/Kconfig 2009-01-09 10:47:56.000000000 +0100
@@ -70,7 +70,7 @@ config MOUSE_PS2_SYNAPTICS
config MOUSE_PS2_LIFEBOOK
bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EMBEDDED
default y
- depends on MOUSE_PS2
+ depends on MOUSE_PS2 && X86
help
Say Y here if you have a Fujitsu B-series Lifebook PS/2
TouchScreen connected to your system.
--
Jean Delvare
next reply other threads:[~2009-01-09 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-09 9:52 Jean Delvare [this message]
2009-01-11 6:10 ` [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2008-11-29 18:11 Jean Delvare
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=20090109105229.37c2a09b@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@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;
as well as URLs for NNTP newsgroup(s).