0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VGA_SWITCHEROO
0003 bool "Laptop Hybrid Graphics - GPU switching support"
0004 depends on X86
0005 depends on ACPI
0006 depends on PCI
0007 depends on (FRAMEBUFFER_CONSOLE=n || FB=y)
0008 select VGA_ARB
0009 help
0010 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
0011 to switch between them. This adds support for dynamic switching when
0012 X isn't running and delayed switching until the next logoff. This
0013 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
0014 HybridPower.