xref: /openbmc/qemu/hw/net/Kconfig (revision c0cf6b412ecb099d49fe040d32fd5dd149f770d7)
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
97config CADENCE
98    bool
99
100config STELLARIS_ENET
101    bool
102
103config LANCE
104    bool
105    select PCNET_COMMON
106
107config LASI_82596
108    bool
109    select I82596_COMMON
110
111config SUNHME
112    bool
113
114config FTGMAC100
115    bool
116
117config SUNGEM
118    bool
119    depends on PCI
120
121config COLDFIRE
122    bool
123
124config XILINX_ETHLITE
125    bool
126
127config VIRTIO_NET
128    bool
129    default y
130    depends on VIRTIO
131
132config ETSEC
133    bool
134    select PTIMER
135
136config ROCKER
137    bool
138    default y if PCI_DEVICES
139    depends on PCI && MSI_NONBROKEN
140
141config CAN_BUS
142    bool
143
144config CAN_SJA1000
145    bool
146    default y if PCI_DEVICES
147    select CAN_BUS
148
149config CAN_PCI
150    bool
151    default y if PCI_DEVICES
152    depends on PCI && CAN_SJA1000
153    select CAN_BUS
154
155config CAN_CTUCANFD
156    bool
157    default y if PCI_DEVICES
158    select CAN_BUS
159
160config CAN_CTUCANFD_PCI
161    bool
162    default y if PCI_DEVICES
163    depends on PCI && CAN_CTUCANFD
164    select CAN_BUS
165