iwlwifi: work around bogus active chains detection
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / gpu / vga / Kconfig
blob0920492cea0a4af77d9ea6ec13c937a4f6ae60bc
1 config 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.
12 config VGA_ARB_MAX_GPUS
13         int "Maximum number of GPUs"
14         default 16
15         depends on VGA_ARB
16         help
17           Reserves space in the kernel to maintain resource locking for
18           multiple GPUS.  The overhead for each GPU is very small.