diff options
author | Len Brown <len.brown@intel.com> | 2006-12-16 08:34:00 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-16 08:34:00 +0300 |
commit | b361735043e3001eadb1d40916fd1a4fca1a9363 (patch) | |
tree | 9e20aa59ecaee9441060cc194497c3168ca0bcf9 /drivers/acpi/Kconfig | |
parent | fb7665544dd60e016494cd5531f5b65ddae22ddc (diff) | |
parent | c0968f0ea21d10b6720246e1e96bd6a7a161964d (diff) | |
download | linux-b361735043e3001eadb1d40916fd1a4fca1a9363.tar.xz |
Pull button into test branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 0f9d4be7ed75..0ed801229675 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -97,6 +97,7 @@ config ACPI_BATTERY config ACPI_BUTTON tristate "Button" + depends on INPUT default y help This driver handles events on the power, sleep and lid buttons. |