linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
@ 2008-11-29 18:11 Jean Delvare
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2008-11-29 18:11 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
@ 2009-01-09  9:52 Jean Delvare
  2009-01-11  6:10 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2009-01-09  9:52 UTC (permalink / raw)
  To: linux-input, Dmitry Torokhov

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
  2009-01-09  9:52 [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86 Jean Delvare
@ 2009-01-11  6:10 ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2009-01-11  6:10 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-input

On Fri, Jan 09, 2009 at 10:52:29AM +0100, Jean Delvare wrote:
> 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
> 

Applied, thank you Jean.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-11  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09  9:52 [PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86 Jean Delvare
2009-01-11  6:10 ` Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2008-11-29 18:11 Jean Delvare

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).