diff options
author | Andreas Herrmann <aherrman@arcor.de> | 2007-09-26 00:01:50 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:01:50 -0400 |
commit | 8d9f0952e72dccc40646997346338031d03832b3 (patch) | |
tree | 2fbffe7d3a8f2eefceed0c38b4a9f9b9205224e9 /drivers/macintosh/Kconfig | |
parent | 3fdbc340876572e8b467d199946b7b475cb9cd75 (diff) |
Input: auto-select INPUT for MAC_EMUMOUSEBTN option
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>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index dbe96268866e..20da011d40d0 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -167,6 +167,7 @@ config INPUT_ADBHID | |||
167 | 167 | ||
168 | config MAC_EMUMOUSEBTN | 168 | config MAC_EMUMOUSEBTN |
169 | bool "Support for mouse button 2+3 emulation" | 169 | bool "Support for mouse button 2+3 emulation" |
170 | select INPUT | ||
170 | help | 171 | help |
171 | This provides generic support for emulating the 2nd and 3rd mouse | 172 | This provides generic support for emulating the 2nd and 3rd mouse |
172 | button with keypresses. If you say Y here, the emulation is still | 173 | button with keypresses. If you say Y here, the emulation is still |