xref: /openbmc/qemu/hw/net/Kconfig (revision 82f51817)
1config DP8393X
2    bool
3
4config NE2000_PCI
5    bool
6
7config EEPRO100_PCI
8    bool
9
10config PCNET_PCI
11    bool
12
13config PCNET_COMMON
14    bool
15
16config E1000_PCI
17    bool
18
19config E1000E_PCI_EXPRESS
20    bool
21
22config RTL8139_PCI
23    bool
24
25config VMXNET3_PCI
26    bool
27
28config SMC91C111
29    bool
30
31config LAN9118
32    bool
33
34config NE2000_ISA
35    bool
36
37config OPENCORES_ETH
38    bool
39
40config XGMAC
41    bool
42
43config MIPSNET
44    bool
45
46config ALLWINNER_EMAC
47    bool
48
49config IMX_FEC
50    bool
51
52config CADENCE
53    bool
54
55config STELLARIS_ENET
56    bool
57
58config LANCE
59    bool
60
61config SUNHME
62    bool
63
64config FTGMAC100
65    bool
66
67config SUNGEM
68    bool
69
70config COLDFIRE
71    bool
72
73config XILINX_ETHLITE
74    bool
75
76config VIRTIO_NET
77    bool
78
79config ETSEC
80    bool
81
82config ROCKER
83    bool
84
85config CAN_BUS
86    bool
87
88config CAN_PCI
89    bool
90
91config CAN_SJA1000
92    bool
93