From: Jean Delvare <khali@linux-fr.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Subject: [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
Date: Sat, 29 Nov 2008 19:11:30 +0100 [thread overview]
Message-ID: <20081129191130.6684c3e6@hyperion.delvare> (raw)
As far as I know, all Fujitsu-Siemens Lifebook systems are x86-based.
So we might was well make MOUSE_PS2_LIFEBOOK depend on X86. This will
avoid surprising things like:
arch/arm/configs/s3c2410_defconfig:CONFIG_MOUSE_PS2_LIFEBOOK=y
(and several dozen similar ones.)
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
drivers/input/mouse/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.28-rc6.orig/drivers/input/mouse/Kconfig 2008-11-04 21:39:20.000000000 +0100
+++ linux-2.6.28-rc6/drivers/input/mouse/Kconfig 2008-11-29 19:00:31.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:[~2008-11-29 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-29 18:11 Jean Delvare [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-09 9:52 [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86 Jean Delvare
2009-01-11 6:10 ` Dmitry Torokhov
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=20081129191130.6684c3e6@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).