dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: quickstart: depends on INPUT

quickstart uses input_*() functions so it should depend on INPUT.

ERROR: "input_register_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_allocate_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_event" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_free_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_unregister_device" [drivers/staging/quickstart/quickstart.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Angelo Arrifano <miknix@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Randy Dunlap 2010-07-28 10:16:07 -07:00 committed by Greg Kroah-Hartman
parent 8c310573fe
commit 57778ef92c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
config ACPI_QUICKSTART
tristate "ACPI Quickstart key driver"
depends on ACPI
depends on ACPI && INPUT
help
Say Y here if you have a platform that supports the ACPI
quickstart key protocol.