summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Kconfig
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/Kconfig
parentd4a3b10c16a1bdb09483233bd7aeac684ccc160a (diff)
downloadlinux-fsl-qoriq-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/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 0485e39..9491457 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -753,4 +753,11 @@ config SAMSUNG_LAPTOP
To compile this driver as a module, choose M here: the module
will be called samsung-laptop.
+config MXM_WMI
+ tristate "WMI support for MXM Laptop Graphics"
+ depends on WMI
+ ---help---
+ MXM is a standard for laptop graphics cards, the WMI interface
+ is required for switchable nvidia graphics machines
+
endif # X86_PLATFORM_DEVICES