diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-17 13:46:08 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 18:25:54 -0400 |
commit | 7ba427c2363d91d4221843a9ae601f90f8d928b9 (patch) | |
tree | 4564077e9a1dd0288a76a21082ecfa82031f37cd /drivers/misc | |
parent | 709ee531c153038d81b30649b9eeed3c44a4d5cc (diff) |
panasonic-laptop: depends on ACPI
panasonic-laptop uses many acpi_*() functions so it should
depend on ACPI; otherwise there are approximately 70
warnings/errors generated.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Harald Welte <laforge@gnumonks.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 4ed83575393c..ec21994a2daa 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -247,7 +247,7 @@ config MSI_LAPTOP config PANASONIC_LAPTOP tristate "Panasonic Laptop Extras" - depends on X86 && INPUT + depends on X86 && INPUT && ACPI depends on BACKLIGHT_CLASS_DEVICE ---help--- This driver adds support for access to backlight control and hotkeys |