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