Kconfig (4e73e0eb633f8a1b5cbf20e7f42c6dbfec1d1ca7) | Kconfig (204d49a5613a06eb2fa5c3b842a29b1336cc7995) |
---|---|
1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 55 unchanged lines hidden (view full) --- 64 bool "PCI IOV support" 65 depends on PCI 66 help 67 I/O Virtualization is a PCI feature supported by some devices 68 which allows them to create virtual devices which share their 69 physical resources. 70 71 If unsure, say N. | 1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 55 unchanged lines hidden (view full) --- 64 bool "PCI IOV support" 65 depends on PCI 66 help 67 I/O Virtualization is a PCI feature supported by some devices 68 which allows them to create virtual devices which share their 69 physical resources. 70 71 If unsure, say N. |
72 73config PCI_IOAPIC 74 bool 75 depends on PCI 76 depends on ACPI 77 depends on HOTPLUG 78 default y |
|