diff options
author | Len Brown <len.brown@intel.com> | 2007-07-22 08:28:33 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-22 08:28:33 +0200 |
commit | 5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5 (patch) | |
tree | 23f79d982edce49deef5e42b14ce7980c8b7eb94 /drivers/acpi/Kconfig | |
parent | Pull throttle into release branch (diff) | |
parent | ACPI video: Don't export sysfs backlight interface if query _BCL fail (diff) | |
download | linux-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.tar.xz linux-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.zip |
Pull video into release branch
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 501ed6ffa40f..408b45168aba 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -118,7 +118,7 @@ config ACPI_BUTTON config ACPI_VIDEO tristate "Video" - depends on X86 && BACKLIGHT_CLASS_DEVICE + depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL help This driver implement the ACPI Extensions For Display Adapters for integrated graphics devices on motherboard, as specified in |