]> Git Repo - qemu.git/blob - hw/pci-host/Kconfig
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190712' into staging
[qemu.git] / hw / pci-host / Kconfig
1 config PAM
2     bool
3
4 config PREP_PCI
5     select PCI
6     bool
7
8 config GRACKLE_PCI
9     select PCI
10     bool
11
12 config UNIN_PCI
13     bool
14     select PCI
15     select DEC_PCI
16     select OPENPIC
17
18 config PPCE500_PCI
19     select PCI
20     bool
21
22 config VERSATILE_PCI
23     select PCI
24     bool
25
26 config PCI_SABRE
27     select PCI
28     bool
29
30 config PCI_PIIX
31     bool
32     select PCI
33     select PAM
34     select ISA_BUS
35
36 config PCI_EXPRESS_Q35
37     bool
38     select PCI_EXPRESS
39     select PAM
40
41 config PCI_EXPRESS_GENERIC_BRIDGE
42     bool
43     select PCI_EXPRESS
44
45 config PCI_EXPRESS_XILINX
46     bool
47     select PCI_EXPRESS
48
49 config PCI_EXPRESS_DESIGNWARE
50     bool
51     select PCI_EXPRESS
52     select MSI_NONBROKEN
This page took 0.026092 seconds and 4 git commands to generate.