linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: wistron_btns - simplify dependencies
@ 2014-03-11 13:36 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-03-11 13:36 UTC (permalink / raw)
  To: linux-input; +Cc: Miloslav Trmac, Dmitry Torokhov

Kconfig symbol X86_32 was introduced in October 2005, it's about time
to use it. This clears the last occurrence of the legacy
"X86 && !X86_64" construct :-)

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Miloslav Trmac <mitr@volny.cz>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/misc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.14-rc6.orig/drivers/input/misc/Kconfig	2014-02-09 16:53:02.902633206 +0100
+++ linux-3.14-rc6/drivers/input/misc/Kconfig	2014-03-11 14:31:38.112813328 +0100
@@ -269,7 +269,7 @@ config INPUT_COBALT_BTNS
 
 config INPUT_WISTRON_BTNS
 	tristate "x86 Wistron laptop button interface"
-	depends on X86 && !X86_64
+	depends on X86_32
 	select INPUT_POLLDEV
 	select INPUT_SPARSEKMAP
 	select NEW_LEDS


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-11 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 13:36 [PATCH] Input: wistron_btns - simplify dependencies 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).