aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/Kconfig
blob: ff4080c78c762443935993a8b773dcff72a85c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
config PAM
    bool

config PREP_PCI
    select PCI
    bool

config GRACKLE_PCI
    select PCI
    bool

config UNIN_PCI
    select PCI
    bool

config PPCE500_PCI
    select PCI
    bool

config VERSATILE_PCI
    select PCI
    bool

config PCI_SABRE
    select PCI
    bool

config PCI_PIIX
    bool
    select PCI
    select PAM
    select ISA_BUS

config PCI_EXPRESS_Q35
    bool
    select PCI_EXPRESS
    select PAM

config PCI_EXPRESS_GENERIC_BRIDGE
    bool
    select PCI_EXPRESS

config PCI_EXPRESS_XILINX
    bool
    select PCI_EXPRESS

config PCI_EXPRESS_DESIGNWARE
    bool
    select PCI_EXPRESS