diff options
author | Dave Airlie <airlied@redhat.com> | 2010-12-06 05:43:33 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-04 07:38:33 +0400 |
commit | 99b38b4acc0d7dbbab443273577cff60080fcfad (patch) | |
tree | f9eea8812d35db76e80d56489c4c0cab18032910 /drivers/platform/x86/Makefile | |
parent | d4a3b10c16a1bdb09483233bd7aeac684ccc160a (diff) | |
download | linux-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index 029e8861d086..a7ab3bc7b3a1 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 |