blob: 6116a0196214cfd2bf52e39dd39d3f7d6b99adb1 [file] [log] [blame]
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10001config VGA_ARB
2 bool "VGA Arbitration" if EMBEDDED
3 default y
4 depends on PCI
5 help
6 Some "legacy" VGA devices implemented on PCI typically have the same
7 hard-decoded addresses as they did on ISA. When multiple PCI devices
8 are accessed at same time they need some kind of coordination. Please
9 see Documentation/vgaarbiter.txt for more details. Select this to
10 enable VGA arbiter.
Dave Airlie6a9ee8a2010-02-01 15:38:10 +100011
12config VGA_SWITCHEROO
13 bool "Laptop Hybrid Grapics - GPU switching support"
14 default y
15 depends on X86
16 depends on ACPI
17 help
18 Many laptops released in 2008/9/10 have two gpus with a multiplxer
19 to switch between them. This adds support for dynamic switching when
20 X isn't running and delayed switching until the next logoff. This
21 features is called hybrid graphics, ATI PowerXpress, and Nvidia
22 HybridPower.
23