diff options
author | Len Brown <len.brown@intel.com> | 2007-02-03 04:42:02 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 04:42:02 +0100 |
commit | 7e23772f414cdbfb2a08aed237d6e926bb1cb728 (patch) | |
tree | df0ade6d4d9e03c398640686f195cb9b16d1a23f /drivers/acpi/Kconfig | |
parent | Pull hp-pci-root into test branch (diff) | |
parent | ACPI: Adds backlight sysfs support for acpi video driver. (diff) | |
download | linux-7e23772f414cdbfb2a08aed237d6e926bb1cb728.tar.xz linux-7e23772f414cdbfb2a08aed237d6e926bb1cb728.zip |
Pull video into test 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 f4f000abc4e9..50e295b08c94 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -107,7 +107,7 @@ config ACPI_BUTTON config ACPI_VIDEO tristate "Video" - depends on X86 + depends on X86 && BACKLIGHT_CLASS_DEVICE help This driver implement the ACPI Extensions For Display Adapters for integrated graphics devices on motherboard, as specified in |