From: David S. Miller Date: Mon, 13 Oct 2008 04:22:31 +0000 (-0700) Subject: acpi: Make ACPI_TOSHIBA depend on INPUT. X-Git-Tag: v2.6.28-rc1~605^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4bb03849aee63215f4e3859256998975ef27090d;p=linux-2.6-omap-h63xx.git acpi: Make ACPI_TOSHIBA depend on INPUT. Selecting INPUT_POLLDEV is not sufficient. Signed-off-by: David S. Miller --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 12cf5d491f0..da49b006bcc 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -259,7 +259,7 @@ config ACPI_ASUS config ACPI_TOSHIBA tristate "Toshiba Laptop Extras" - depends on X86 + depends on X86 && INPUT select INPUT_POLLDEV select NET select RFKILL