Message ID | 20140311143601.57cf4cbc@endymion.delvare (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- 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
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(-)