Kconfig (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) Kconfig (db3c33c6d3fa04ee46b491e9d75d0d3b4798d074)
1#
2# PCI configuration
3#
4config ARCH_SUPPORTS_MSI
5 bool
6 default n
7
8config PCI_MSI

--- 57 unchanged lines hidden (view full) ---

66 bool "Interrupts on hypertransport devices"
67 default y
68 depends on PCI && X86_LOCAL_APIC && X86_IO_APIC
69 help
70 This allows native hypertransport devices to use interrupts.
71
72 If unsure say Y.
73
1#
2# PCI configuration
3#
4config ARCH_SUPPORTS_MSI
5 bool
6 default n
7
8config PCI_MSI

--- 57 unchanged lines hidden (view full) ---

66 bool "Interrupts on hypertransport devices"
67 default y
68 depends on PCI && X86_LOCAL_APIC && X86_IO_APIC
69 help
70 This allows native hypertransport devices to use interrupts.
71
72 If unsure say Y.
73
74config PCI_ATS
75 bool
76
74config PCI_IOV
75 bool "PCI IOV support"
76 depends on PCI
77config PCI_IOV
78 bool "PCI IOV support"
79 depends on PCI
80 select PCI_ATS
77 help
78 I/O Virtualization is a PCI feature supported by some devices
79 which allows them to create virtual devices which share their
80 physical resources.
81
82 If unsure, say N.
83
84config PCI_IOAPIC
85 bool
86 depends on PCI
87 depends on ACPI
88 depends on HOTPLUG
89 default y
90
91config PCI_LABEL
92 def_bool y if (DMI || ACPI)
93 select NLS
81 help
82 I/O Virtualization is a PCI feature supported by some devices
83 which allows them to create virtual devices which share their
84 physical resources.
85
86 If unsure, say N.
87
88config PCI_IOAPIC
89 bool
90 depends on PCI
91 depends on ACPI
92 depends on HOTPLUG
93 default y
94
95config PCI_LABEL
96 def_bool y if (DMI || ACPI)
97 select NLS