summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorSeth Forshee <seth.forshee@canonical.com>2012-03-16 19:41:22 (GMT)
committerMatthew Garrett <mjg@redhat.com>2012-03-26 19:05:25 (GMT)
commit917ee75a59160fe3518c1672feb4562f11a18fbc (patch)
tree48d1bd5beca5cff9db05bfbdc34e47031c6b7188 /drivers/platform/x86/Makefile
parent83e72dd97a25a831ff270ce4437416943a1e4b36 (diff)
downloadlinux-fsl-qoriq-917ee75a59160fe3518c1672feb4562f11a18fbc.tar.xz
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/Makefile')
-rw-r--r--drivers/platform/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index dcfee6b..bf7e4f9 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -49,3 +49,4 @@ obj-$(CONFIG_MXM_WMI) += mxm-wmi.o
obj-$(CONFIG_INTEL_MID_POWER_BUTTON) += intel_mid_powerbtn.o
obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o
obj-$(CONFIG_SAMSUNG_Q10) += samsung-q10.o
+obj-$(CONFIG_APPLE_GMUX) += apple-gmux.o