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> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> --- drivers/platform/x86/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-next-20090519.orig/drivers/platform/x86/Kconfig +++ linux-next-20090519/drivers/platform/x86/Kconfig @@ -146,9 +146,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. -- ~Randy LPC 2009, Sept. 23-25, Portland, Oregon http://linuxplumbersconf.org/2009/ -- 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