Skip to content

Commit

Permalink
Input: wistron - disable for x86_64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Dmitry Torokhov committed Nov 20, 2005
1 parent 5fc1468 commit e9fb028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9fb028

Please sign in to comment.