From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> OQO_WMI uses INPUT_POLLDEV, but it can select that instead of depending on it, since it represents library code. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/platform/x86/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 4c0993b..cc1a7a9 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -136,9 +136,10 @@ config MSI_LAPTOP config OQO_WMI tristate "OQO WMI extras" depends on ACPI_WMI - depends on INPUT && INPUT_POLLDEV + depends on INPUT depends on RFKILL depends on BACKLIGHT_CLASS_DEVICE + select INPUT_POLLDEV help Say Y here if you want to support rfkill and backlight control on series 2 OQO handheld devices. -- 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