[PATCH] Input: wistron_btns - simplify dependencies
From: Jean Delvare <hidden>
Date: 2014-03-11 13:36:03
From: Jean Delvare <hidden>
Date: 2014-03-11 13:36:03
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 <redacted> 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