Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930
  1. config VGA_ARB
  2. bool "VGA Arbitration" if EXPERT
  3. default y
  4. depends on (PCI && !S390)
  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.
  11. config VGA_ARB_MAX_GPUS
  12. int "Maximum number of GPUs"
  13. default 16
  14. depends on VGA_ARB
  15. help
  16. Reserves space in the kernel to maintain resource locking for
  17. multiple GPUS. The overhead for each GPU is very small.
  18. config VGA_SWITCHEROO
  19. bool "Laptop Hybrid Graphics - GPU switching support"
  20. depends on X86
  21. depends on ACPI
  22. select VGA_ARB
  23. help
  24. Many laptops released in 2008/9/10 have two GPUs with a multiplexer
  25. to switch between them. This adds support for dynamic switching when
  26. X isn't running and delayed switching until the next logoff. This
  27. feature is called hybrid graphics, ATI PowerXpress, and Nvidia
  28. HybridPower.