aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-03-11 23:09:08 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-03-23 17:26:37 -0700
commit86234eb7f149c30b3273b47fc8f5c67066e498d0 (patch)
treea0d1a9340385c1676d68e162c77c580175758287 /drivers/input/misc
parentInput: olpc_apsp - fix dependencies of OLPC AP-SP driver (diff)
downloadlinux-dev-86234eb7f149c30b3273b47fc8f5c67066e498d0.tar.xz
linux-dev-86234eb7f149c30b3273b47fc8f5c67066e498d0.zip
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 <jdelvare@suse.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r--drivers/input/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7904ab05527a..7674f05d1fb3 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