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 <[email protected]> Cc: Miloslav Trmac <[email protected]> Cc: Dmitry Torokhov <[email protected]> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
