Kconfig (bc030d6cb9532877c1c5a3f5e7123344fa24a285) | Kconfig (fce263c141faca8db85acb0524bdfdfae3ec0725) |
---|---|
1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 31 unchanged lines hidden (view full) --- 40 41 When in doubt, say N. 42 43config XEN_PCIDEV_FRONTEND 44 tristate "Xen PCI Frontend" 45 depends on PCI && X86 && XEN 46 select HOTPLUG 47 select PCI_XEN | 1# 2# PCI configuration 3# 4config ARCH_SUPPORTS_MSI 5 bool 6 default n 7 8config PCI_MSI --- 31 unchanged lines hidden (view full) --- 40 41 When in doubt, say N. 42 43config XEN_PCIDEV_FRONTEND 44 tristate "Xen PCI Frontend" 45 depends on PCI && X86 && XEN 46 select HOTPLUG 47 select PCI_XEN |
48 select XEN_XENBUS_FRONTEND |
|
48 default y 49 help 50 The PCI device frontend driver allows the kernel to import arbitrary 51 PCI devices from a PCI backend to support PCI driver domains. 52 53config XEN_PCIDEV_FE_DEBUG 54 bool "Xen PCI Frontend debugging" 55 depends on XEN_PCIDEV_FRONTEND && PCI_DEBUG --- 33 unchanged lines hidden --- | 49 default y 50 help 51 The PCI device frontend driver allows the kernel to import arbitrary 52 PCI devices from a PCI backend to support PCI driver domains. 53 54config XEN_PCIDEV_FE_DEBUG 55 bool "Xen PCI Frontend debugging" 56 depends on XEN_PCIDEV_FRONTEND && PCI_DEBUG --- 33 unchanged lines hidden --- |