> >> > >> drivers/platform/x86/Kconfig | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff -puN drivers/platform/x86/Kconfig~x86-oqo-depends-on-input_polldev > >> drivers/platform/x86/Kconfig --- > >> a/drivers/platform/x86/Kconfig~x86-oqo-depends-on-input_polldev +++ > >> a/drivers/platform/x86/Kconfig > >> @@ -137,7 +137,7 @@ config MSI_LAPTOP > >> config OQO_WMI > >> tristate "OQO WMI extras" > >> depends on ACPI_WMI > >> - depends on INPUT > >> + depends on INPUT && INPUT_POLLDEV > > > > Make it "select INPUT_POLLDEV". Input-polldev is just a library code, users > > should not have to select it for some drivers to become available. > > > Did the OQO_WMI stuff go away? I can't seem to find it anywhere. yeah, i droppped it from my test tree while distracted with the 2.6.30 merge. it is back now. -Len Brown, Intel Open Source Technology Center -- 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