summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/stub
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2010-12-06 08:04:21 +0100
committerLen Brown <len.brown@intel.com>2010-12-14 06:04:52 +0100
commit677bd810eedce61edf15452491781ff046b92edc (patch)
tree3ed50023d311d598a4928c79ae575f02248a185a /drivers/gpu/stub
parentLinux 2.6.37-rc5 (diff)
downloadlinux-677bd810eedce61edf15452491781ff046b92edc.tar.xz
linux-677bd810eedce61edf15452491781ff046b92edc.zip
ACPI video: remove output switching control
Remove the ACPI video output switching control as it never works. With the patch applied, ACPI video driver still catches the video output notification, but it does nothing but raises the notification to userspace. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/gpu/stub')
-rw-r--r--drivers/gpu/stub/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/stub/Kconfig b/drivers/gpu/stub/Kconfig
index 0e1edd7311ff..09aea5f1556d 100644
--- a/drivers/gpu/stub/Kconfig
+++ b/drivers/gpu/stub/Kconfig
@@ -3,7 +3,6 @@ config STUB_POULSBO
depends on PCI
# Poulsbo stub depends on ACPI_VIDEO when ACPI is enabled
# but for select to work, need to select ACPI_VIDEO's dependencies, ick
- select VIDEO_OUTPUT_CONTROL if ACPI
select BACKLIGHT_CLASS_DEVICE if ACPI
select INPUT if ACPI
select ACPI_VIDEO if ACPI