aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/Kconfig
diff options
context:
space:
mode:
authorAndreas Herrmann <aherrman@arcor.de>2007-09-26 00:01:50 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-09-26 00:01:50 -0400
commit8d9f0952e72dccc40646997346338031d03832b3 (patch)
tree2fbffe7d3a8f2eefceed0c38b4a9f9b9205224e9 /drivers/macintosh/Kconfig
parent3fdbc340876572e8b467d199946b7b475cb9cd75 (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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig
index dbe96268866..20da011d40d 100644
--- a/drivers/macintosh/Kconfig
+++ b/drivers/macintosh/Kconfig
@@ -167,6 +167,7 @@ config INPUT_ADBHID
167 167
168config MAC_EMUMOUSEBTN 168config 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