diff options
author | Len Brown <len.brown@intel.com> | 2007-07-22 02:28:33 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-22 02:28:33 -0400 |
commit | 5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5 (patch) | |
tree | 23f79d982edce49deef5e42b14ce7980c8b7eb94 /drivers/acpi/Kconfig | |
parent | dcb76f88683618ed6ef0df66643dba1285881ee5 (diff) | |
parent | f70ac0e9651aa8c07dffe72a44872f92054d42c3 (diff) |
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 | |||
118 | 118 | ||
119 | config ACPI_VIDEO | 119 | config ACPI_VIDEO |
120 | tristate "Video" | 120 | tristate "Video" |
121 | depends on X86 && BACKLIGHT_CLASS_DEVICE | 121 | depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL |
122 | help | 122 | help |
123 | This driver implement the ACPI Extensions For Display Adapters | 123 | This driver implement the ACPI Extensions For Display Adapters |
124 | for integrated graphics devices on motherboard, as specified in | 124 | for integrated graphics devices on motherboard, as specified in |