summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton2005-11-20 06:50:21 +0100
committerDmitry Torokhov2005-11-20 06:50:21 +0100
commite9fb028ea2a0a70dad0f467410418e5ee2af811b (patch)
tree34b4a5a6750ab398d160d1bcff72c850ab26f4e3 /drivers
parentInput: add Wistron driver (diff)
downloadkernel-qcow2-linux-e9fb028ea2a0a70dad0f467410418e5ee2af811b.tar.gz
kernel-qcow2-linux-e9fb028ea2a0a70dad0f467410418e5ee2af811b.tar.xz
kernel-qcow2-linux-e9fb028ea2a0a70dad0f467410418e5ee2af811b.zip
Input: wistron - disable for x86_64
On x86_64: {standard input}:233: Error: suffix or operands invalid for `push' {standard input}:233: Error: suffix or operands invalid for `pop' Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers')
-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 06e91c856b35..07813fc0523f 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -42,7 +42,7 @@ config INPUT_M68K_BEEP
config INPUT_WISTRON_BTNS
tristate "x86 Wistron laptop button interface"
- depends on X86
+ depends on X86 && !X86_64
help
Say Y here for support of Winstron laptop button interface, used on
laptops of various brands, including Acer and Fujitsu-Siemens.