aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorSeth Forshee <seth.forshee@canonical.com>2012-03-16 15:41:22 -0400
committerMatthew Garrett <mjg@redhat.com>2012-03-26 15:05:25 -0400
commit917ee75a59160fe3518c1672feb4562f11a18fbc (patch)
tree48d1bd5beca5cff9db05bfbdc34e47031c6b7188 /drivers/platform/x86/Kconfig
parent83e72dd97a25a831ff270ce4437416943a1e4b36 (diff)
platform/x86: Add driver for Apple gmux device
Apple laptops with hybrid graphics have a device named gmux that controls the muxing of the LVDS panel between the GPUs as well as screen brightness. This driver adds support for the gmux device. Only backlight control is supported initially. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Matthew Garrett <mjg@redhat.com> Tested-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index ce10f0313961..c5b4bfed7bb4 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -752,4 +752,14 @@ config SAMSUNG_Q10
752 This driver provides support for backlight control on Samsung Q10 752 This driver provides support for backlight control on Samsung Q10
753 and related laptops, including Dell Latitude X200. 753 and related laptops, including Dell Latitude X200.
754 754
755config APPLE_GMUX
756 tristate "Apple Gmux Driver"
757 depends on PNP
758 select BACKLIGHT_CLASS_DEVICE
759 ---help---
760 This driver provides support for the gmux device found on many
761 Apple laptops, which controls the display mux for the hybrid
762 graphics as well as the backlight. Currently only backlight
763 control is supported by the driver.
764
755endif # X86_PLATFORM_DEVICES 765endif # X86_PLATFORM_DEVICES