From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> oqo driver uses polled input functions, so make it depend on INPUT_POLLDEV. ERROR: "input_register_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_allocate_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_free_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! ERROR: "input_unregister_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Matthew Garrett <mjg59@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/platform/x86/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 5f728f2..4c0993b 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -136,7 +136,7 @@ config MSI_LAPTOP config OQO_WMI tristate "OQO WMI extras" depends on ACPI_WMI - depends on INPUT + depends on INPUT && INPUT_POLLDEV depends on RFKILL depends on BACKLIGHT_CLASS_DEVICE help -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html