diff options
author | Yu Luming <luming.yu@gmail.com> | 2006-11-10 18:40:34 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-21 02:23:16 (GMT) |
commit | 2f3d000a133f68250635f14f6caf24d32d358090 (patch) | |
tree | 23d6aa85616e75a08e2eb162c8ac79df3f36d29e /drivers/acpi/Kconfig | |
parent | a8274d57afb83e4954ddcb3f8b7dd1c03a379bd4 (diff) | |
download | linux-fsl-qoriq-2f3d000a133f68250635f14f6caf24d32d358090.tar.xz |
ACPI: Adds backlight sysfs support for acpi video driver.
Adds backlight sysfs support for acpi video driver.
signed-off-by: Luming Yu <Luming.yu@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
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 6f8c50e..e3f77e2 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -106,7 +106,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 |