diff options
author | Dave Airlie <airlied@redhat.com> | 2010-12-06 12:43:33 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-04 13:38:33 +1000 |
commit | 99b38b4acc0d7dbbab443273577cff60080fcfad (patch) | |
tree | f9eea8812d35db76e80d56489c4c0cab18032910 /drivers/platform/x86/Kconfig | |
parent | d4a3b10c16a1bdb09483233bd7aeac684ccc160a (diff) |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 0485e394712..94914572dd7 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 |