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