| .. | .. | 
|---|
 | 1 | +# SPDX-License-Identifier: GPL-2.0-only  | 
|---|
| 1 | 2 |  config VGA_ARB | 
|---|
| 2 | 3 |  	bool "VGA Arbitration" if EXPERT | 
|---|
| 3 | 4 |  	default y | 
|---|
| .. | .. | 
|---|
| 21 | 22 |  	bool "Laptop Hybrid Graphics - GPU switching support" | 
|---|
| 22 | 23 |  	depends on X86 | 
|---|
| 23 | 24 |  	depends on ACPI | 
|---|
 | 25 | +	depends on PCI  | 
|---|
 | 26 | +	depends on (FRAMEBUFFER_CONSOLE=n || FB=y)  | 
|---|
| 24 | 27 |  	select VGA_ARB | 
|---|
| 25 | 28 |  	help | 
|---|
| 26 | 29 |  	  Many laptops released in 2008/9/10 have two GPUs with a multiplexer | 
|---|
| 27 | 30 |  	  to switch between them. This adds support for dynamic switching when | 
|---|
| 28 |  | -          X isn't running and delayed switching until the next logoff. This  | 
|---|
 | 31 | +	  X isn't running and delayed switching until the next logoff. This  | 
|---|
| 29 | 32 |  	  feature is called hybrid graphics, ATI PowerXpress, and Nvidia | 
|---|
| 30 | 33 |  	  HybridPower. | 
|---|