hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/vga/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VGA_ARB
23 bool "VGA Arbitration" if EXPERT
34 default y
....@@ -21,10 +22,12 @@
2122 bool "Laptop Hybrid Graphics - GPU switching support"
2223 depends on X86
2324 depends on ACPI
25
+ depends on PCI
26
+ depends on (FRAMEBUFFER_CONSOLE=n || FB=y)
2427 select VGA_ARB
2528 help
2629 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
2730 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
2932 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
3033 HybridPower.