]> Git Repo - qemu.git/blob - hw/pci-host/Kconfig
x86: move SMM property to X86MachineState
[qemu.git] / hw / pci-host / Kconfig
1 config PAM
2     bool
3
4 config PREP_PCI
5     bool
6     select PCI
7     select OR_IRQ
8
9 config GRACKLE_PCI
10     select PCI
11     bool
12
13 config UNIN_PCI
14     bool
15     select PCI
16     select DEC_PCI
17     select OPENPIC
18
19 config PPCE500_PCI
20     select PCI
21     bool
22
23 config VERSATILE_PCI
24     select PCI
25     bool
26
27 config PCI_SABRE
28     select PCI
29     bool
30
31 config PCI_I440FX
32     bool
33     select PCI
34     select PAM
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.03019 seconds and 4 git commands to generate.