Skip to content

Commit

Permalink
Input: auto-select INPUT for MAC_EMUMOUSEBTN option
Browse files Browse the repository at this point in the history
Otherwise we'll ge the following build error:

  LD      .tmp_vmlinux1
drivers/built-in.o: In function `input_report_key':
include/linux/input.h:1158: undefined reference to `input_event'
    ...

Signed-off-by: Andreas Herrmann <aherrman@arcor.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Andreas Herrmann authored and Dmitry Torokhov committed Sep 26, 2007
1 parent 3fdbc34 commit 8d9f095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ config INPUT_ADBHID

config MAC_EMUMOUSEBTN
bool "Support for mouse button 2+3 emulation"
select INPUT
help
This provides generic support for emulating the 2nd and 3rd mouse
button with keypresses. If you say Y here, the emulation is still
Expand Down

0 comments on commit 8d9f095

Please sign in to comment.