From: Jean Delvare Date: Sun, 11 Jan 2009 07:44:22 +0000 (-0800) Subject: Input: psmouse - make MOUSE_PS2_LIFEBOOK depend on X86 X-Git-Tag: v2.6.29-rc7~16^2~12 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=3c0340b774916caa4149892504169d290c8a720a;hp=520abcdeb13de23e22b7d4367b1c3b136ef3b108;p=safe%2Fjmp%2Flinux-2.6 Input: psmouse - make MOUSE_PS2_LIFEBOOK depend on X86 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 093c8c1..9705f3a 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -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.