blob: c01812a316d52c5fb9b6ad9b1d483b527d25367f (
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
|
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
config PCI_EXPRESS_Q35
bool
select PCI_EXPRESS
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
|