Commit 5e6a9adb authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

Staging: mimio: depends on INPUT

mimio driver uses input_* functions so it needs to depend on INPUT.

mimio.c:(.text+0x2526c9): undefined reference to `input_unregister_device'
mimio.c:(.text+0x2526da): undefined reference to `input_close_device'
mimio.c:(.text+0x252725): undefined reference to `input_free_device'
mimio.c:(.text+0x2528f1): undefined reference to `input_event'
mimio.c:(.text+0x252904): undefined reference to `input_event'
mimio.c:(.text+0x252921): undefined reference to `input_event'
mimio.c:(.text+0x252b3e): undefined reference to `input_event'
mimio.c:(.text+0x252b51): undefined reference to `input_event'
drivers/built-in.o:mimio.c:(.text+0x252bbd): more undefined references to `input_event' follow
mimio.c:(.text+0x252e42): undefined reference to `input_allocate_device'
mimio.c:(.text+0x2530ef): undefined reference to `input_register_device'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: mwilder@cs.nmsu.edu
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a5c281cb
config INPUT_MIMIO config INPUT_MIMIO
tristate "Mimio Xi interactive whiteboard support" tristate "Mimio Xi interactive whiteboard support"
depends on USB depends on USB && INPUT
default N default N
help help
Say Y here if you want to use a Mimio Xi interactive Say Y here if you want to use a Mimio Xi interactive
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment