master
text 164 lines 2.27 KB
Raw
1 config DP8393X
2 bool
3
4 config NE2000_COMMON
5 bool
6
7 config NE2000_PCI
8 bool
9 default y if PCI_DEVICES
10 depends on PCI
11 select NE2000_COMMON
12
13 config EEPRO100_PCI
14 bool
15 default y if PCI_DEVICES
16 depends on PCI
17 select NMC93XX_EEPROM
18
19 config PCNET_PCI
20 bool
21 default y if PCI_DEVICES
22 depends on PCI
23 select PCNET_COMMON
24
25 config PCNET_COMMON
26 bool
27
28 config TULIP
29 bool
30 default y if PCI_DEVICES
31 depends on PCI
32 select NMC93XX_EEPROM
33
34 config I82596_COMMON
35 bool
36
37 config E1000_PCI
38 bool
39 default y if PCI_DEVICES
40 depends on PCI
41
42 config E1000E_PCI_EXPRESS
43 bool
44 default y if PCI_DEVICES || PCIE_DEVICES
45 depends on PCI_EXPRESS && MSI_NONBROKEN
46
47 config IGB_PCI_EXPRESS
48 bool
49 default y if PCI_DEVICES || PCIE_DEVICES
50 depends on PCI_EXPRESS && MSI_NONBROKEN
51
52 config RTL8139_PCI
53 bool
54 default y if PCI_DEVICES
55 depends on PCI
56
57 config VMXNET3_PCI
58 bool
59 default y if PCI_DEVICES
60 depends on PCI
61
62 config SMC91C111
63 bool
64
65 config LAN9118_PHY
66 bool
67
68 config LAN9118
69 bool
70 select LAN9118_PHY
71 select PTIMER
72
73 config NE2000_ISA
74 bool
75 default y
76 depends on ISA_BUS
77 select NE2000_COMMON
78
79 config OPENCORES_ETH
80 bool
81
82 config ALLWINNER_EMAC
83 bool
84
85 config ALLWINNER_SUN8I_EMAC
86 bool
87
88 config IMX_FEC
89 bool
90 select LAN9118_PHY
91
92 config CADENCE
93 bool
94
95 config STELLARIS_ENET
96 bool
97
98 config LANCE
99 bool
100 select PCNET_COMMON
101
102 config LASI_82596
103 bool
104 select I82596_COMMON
105
106 config SUNHME
107 bool
108
109 config FTGMAC100
110 bool
111
112 config SUNGEM
113 bool
114 depends on PCI
115
116 config COLDFIRE
117 bool
118
119 config XILINX_ETHLITE
120 bool
121
122 config VIRTIO_NET
123 bool
124 default y
125 depends on VIRTIO
126
127 config ETSEC
128 bool
129 select PTIMER
130
131 config ROCKER
132 bool
133 default y if PCI_DEVICES
134 depends on PCI && MSI_NONBROKEN
135
136 config CAN_BUS
137 bool
138
139 config CAN_SJA1000
140 bool
141 default y if PCI_DEVICES
142 select CAN_BUS
143
144 config CAN_PCI
145 bool
146 default y if PCI_DEVICES
147 depends on PCI && CAN_SJA1000
148 select CAN_BUS
149
150 config CAN_CTUCANFD
151 bool
152 default y if PCI_DEVICES
153 select CAN_BUS
154
155 config CAN_CTUCANFD_PCI
156 bool
157 default y if PCI_DEVICES
158 depends on PCI && CAN_CTUCANFD
159 select CAN_BUS
160
161 config CAN_FLEXCAN
162 bool
163 depends on IMX
164 select CAN_BUS