diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-17 16:46:08 -0400 |
---|---|---|
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 | |||
247 | 247 | ||
248 | config PANASONIC_LAPTOP | 248 | config PANASONIC_LAPTOP |
249 | tristate "Panasonic Laptop Extras" | 249 | tristate "Panasonic Laptop Extras" |
250 | depends on X86 && INPUT | 250 | depends on X86 && INPUT && ACPI |
251 | depends on BACKLIGHT_CLASS_DEVICE | 251 | depends on BACKLIGHT_CLASS_DEVICE |
252 | ---help--- | 252 | ---help--- |
253 | This driver adds support for access to backlight control and hotkeys | 253 | This driver adds support for access to backlight control and hotkeys |