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