]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROO
authorJeff Mahoney <jeffm@suse.com>
Thu, 27 Jun 2013 23:50:52 +0000 (09:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:10 +0000 (16:37 +1000)
commitf91f270e40a3aee5223ce5207b7b77c5d550d437
treef379868ae52bad9a2850be5fc5c3466f983c0503
parentcfc97d7019465da8013a5226bb808f1908dc0338
drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROO

Commit 8116188fdef594 ("nouveau/acpi: hook up to the MXM method for mux
switching.") broke the build on non-x86 architectures due to the new
dependency on MXM and MXM being an x86 platform driver.

It built previously since the vga switcheroo registration routines were
zereod out on !X86.  The code was built in but unused.

This patch makes all of the DSM code depend on CONFIG_VGA_SWITCHEROO,
allowing it to build on non-x86 and shrinking the module size as well.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: David Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/gpu/drm/nouveau/nouveau_acpi.c