1config PAM 2 bool 3 4config XEN_IGD_PASSTHROUGH 5 bool 6 default y 7 depends on XEN && PCI_I440FX 8 9config PPC4XX_PCI 10 bool 11 select PCI 12
| 1config PAM 2 bool 3 4config XEN_IGD_PASSTHROUGH 5 bool 6 default y 7 depends on XEN && PCI_I440FX 8 9config PPC4XX_PCI 10 bool 11 select PCI 12
|
| 13config PPC440_PCIX 14 bool 15 select PCI 16
|
13config RAVEN_PCI 14 bool 15 select PCI 16 select OR_IRQ 17 18config GRACKLE_PCI 19 select PCI 20 bool
--- 82 unchanged lines hidden --- | 17config RAVEN_PCI 18 bool 19 select PCI 20 select OR_IRQ 21 22config GRACKLE_PCI 23 select PCI 24 bool
--- 82 unchanged lines hidden --- |