Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0eacdba3
Commit
0eacdba3
authored
May 09, 2011
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/mxm: fix Kconfig options for when to build MXM WMI driver.
Signed-off-by:
Dave Airlie
<
airlied@redhat.com
>
parent
269dc2d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/nouveau/Kconfig
drivers/gpu/drm/nouveau/Kconfig
+1
-1
drivers/platform/x86/Kconfig
drivers/platform/x86/Kconfig
+1
-1
No files found.
drivers/gpu/drm/nouveau/Kconfig
View file @
0eacdba3
...
...
@@ -11,7 +11,7 @@ config DRM_NOUVEAU
select FRAMEBUFFER_CONSOLE if !EXPERT
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
select MXM_WMI if ACPI
select MXM_WMI if ACPI
&& ACPI_WMI
help
Choose this option for open-source nVidia support.
...
...
drivers/platform/x86/Kconfig
View file @
0eacdba3
...
...
@@ -755,7 +755,7 @@ config SAMSUNG_LAPTOP
config MXM_WMI
tristate "WMI support for MXM Laptop Graphics"
depends on WMI
depends on
ACPI_
WMI
---help---
MXM is a standard for laptop graphics cards, the WMI interface
is required for switchable nvidia graphics machines
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment