From: Jean Delvare Date: Wed, 12 Mar 2014 06:09:08 +0000 (-0700) Subject: Input: wistron_btns - simplify dependencies X-Git-Tag: v4.14-rc1~4^2~791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86234eb7f149c30b3273b47fc8f5c67066e498d0;p=platform%2Fkernel%2Flinux-rpi3.git Input: wistron_btns - simplify dependencies 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 7904ab0..7674f05 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -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