xref: /openbmc/qemu/hw/net/Kconfig (revision 9533dcdd)
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    select PTIMER
49
50config NE2000_ISA
51    bool
52    default y
53    depends on ISA_BUS
54    depends on PCI # for NE2000State
55    select NE2000_PCI
56
57config OPENCORES_ETH
58    bool
59
60config XGMAC
61    bool
62
63config MIPSNET
64    bool
65
66config ALLWINNER_EMAC
67    bool
68
69config IMX_FEC
70    bool
71
72config CADENCE
73    bool
74
75config STELLARIS_ENET
76    bool
77
78config LANCE
79    bool
80
81config SUNHME
82    bool
83
84config FTGMAC100
85    bool
86
87config SUNGEM
88    bool
89
90config COLDFIRE
91    bool
92
93config XILINX_ETHLITE
94    bool
95
96config VIRTIO_NET
97    bool
98
99config ETSEC
100    bool
101    select PTIMER
102
103config ROCKER
104    bool
105    default y if PCI_DEVICES
106    depends on PCI
107
108config CAN_BUS
109    bool
110
111config CAN_PCI
112    bool
113    default y if PCI_DEVICES
114    depends on PCI
115    select CAN_BUS
116
117config CAN_SJA1000
118    bool
119    default y if PCI_DEVICES
120    depends on PCI
121    select CAN_BUS
122