diff options
author | David S. Miller <davem@davemloft.net> | 2008-10-13 00:22:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-13 00:22:31 -0400 |
commit | 4bb03849aee63215f4e3859256998975ef27090d (patch) | |
tree | f6bb82b9a7c21e17b605f7ab5ee474aaf469465d /drivers/acpi/Kconfig | |
parent | 0ed0563e14dcb9986241d30f08ecd33f9bcc3572 (diff) |
acpi: Make ACPI_TOSHIBA depend on INPUT.
Selecting INPUT_POLLDEV is not sufficient.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 12cf5d491f0d..da49b006bcc5 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -259,7 +259,7 @@ config ACPI_ASUS | |||
259 | 259 | ||
260 | config ACPI_TOSHIBA | 260 | config ACPI_TOSHIBA |
261 | tristate "Toshiba Laptop Extras" | 261 | tristate "Toshiba Laptop Extras" |
262 | depends on X86 | 262 | depends on X86 && INPUT |
263 | select INPUT_POLLDEV | 263 | select INPUT_POLLDEV |
264 | select NET | 264 | select NET |
265 | select RFKILL | 265 | select RFKILL |