summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-12-06 02:43:33 (GMT)
committerDave Airlie <airlied@redhat.com>2011-05-04 03:38:33 (GMT)
commit99b38b4acc0d7dbbab443273577cff60080fcfad (patch)
treef9eea8812d35db76e80d56489c4c0cab18032910 /drivers/platform/x86/Makefile
parentd4a3b10c16a1bdb09483233bd7aeac684ccc160a (diff)
downloadlinux-99b38b4acc0d7dbbab443273577cff60080fcfad.tar.xz
platform/x86: add MXM WMI driver.
MXM is a laptop graphics card form-factor + interface specification, this adds an initial stub driver to talk to the MXM WMI interface. The only method used is the MUX switching method needed to do switchable graphics on the nvidia chipsets. Signed-off-by: Dave Airlie <airlied@redhat.com> Acked-by: Matthew Garrett <mjg@redhat.com>
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 029e886..a7ab3bc 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -42,3 +42,4 @@ obj-$(CONFIG_XO15_EBOOK) += xo15-ebook.o
obj-$(CONFIG_IBM_RTL) += ibm_rtl.o
obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o
obj-$(CONFIG_INTEL_MFLD_THERMAL) += intel_mid_thermal.o
+obj-$(CONFIG_MXM_WMI) += mxm-wmi.o