]> git.proxmox.com Git - mirror_qemu.git/blame - hw/net/Kconfig
vmstate-static-checker: Recognize "num" field
[mirror_qemu.git] / hw / net / Kconfig
CommitLineData
82f51817
PB
1config DP8393X
2 bool
3
7a188f2b
PMD
4config NE2000_COMMON
5 bool
6
82f51817
PB
7config NE2000_PCI
8 bool
7c28b925
PB
9 default y if PCI_DEVICES
10 depends on PCI
7a188f2b 11 select NE2000_COMMON
82f51817
PB
12
13config EEPRO100_PCI
14 bool
7c28b925
PB
15 default y if PCI_DEVICES
16 depends on PCI
3fd0305e 17 select NMC93XX_EEPROM
82f51817
PB
18
19config PCNET_PCI
20 bool
7c28b925
PB
21 default y if PCI_DEVICES
22 depends on PCI
23 select PCNET_COMMON
82f51817
PB
24
25config PCNET_COMMON
26 bool
27
34ea023d
SS
28config TULIP
29 bool
30 default y if PCI_DEVICES
31 depends on PCI
3fd0305e 32 select NMC93XX_EEPROM
34ea023d 33
376b8519
HD
34config I82596_COMMON
35 bool
36
82f51817
PB
37config E1000_PCI
38 bool
7c28b925
PB
39 default y if PCI_DEVICES
40 depends on PCI
82f51817
PB
41
42config E1000E_PCI_EXPRESS
43 bool
7c28b925 44 default y if PCI_DEVICES
d6c1bd4a 45 depends on PCI_EXPRESS && MSI_NONBROKEN
82f51817 46
3a977dee
AO
47config IGB_PCI_EXPRESS
48 bool
49 default y if PCI_DEVICES
50 depends on PCI_EXPRESS && MSI_NONBROKEN
51
82f51817
PB
52config RTL8139_PCI
53 bool
7c28b925
PB
54 default y if PCI_DEVICES
55 depends on PCI
82f51817
PB
56
57config VMXNET3_PCI
58 bool
c57e0ea6 59 default y if PCI_DEVICES && PC_PCI
7c28b925 60 depends on PCI
82f51817
PB
61
62config SMC91C111
63 bool
64
65config LAN9118
66 bool
9533dcdd 67 select PTIMER
82f51817
PB
68
69config NE2000_ISA
70 bool
a7e23159
PB
71 default y
72 depends on ISA_BUS
7a188f2b 73 select NE2000_COMMON
82f51817
PB
74
75config OPENCORES_ETH
76 bool
77
78config XGMAC
79 bool
80
81config MIPSNET
82 bool
83
84config ALLWINNER_EMAC
85 bool
86
29d08975
NL
87config ALLWINNER_SUN8I_EMAC
88 bool
89
82f51817
PB
90config IMX_FEC
91 bool
92
93config CADENCE
94 bool
95
96config STELLARIS_ENET
97 bool
98
99config LANCE
100 bool
8c75eec0 101 select PCNET_COMMON
82f51817 102
376b8519
HD
103config LASI_82596
104 bool
105 select I82596_COMMON
106
82f51817
PB
107config SUNHME
108 bool
109
110config FTGMAC100
111 bool
112
113config SUNGEM
114 bool
d7cfb520 115 depends on PCI
82f51817
PB
116
117config COLDFIRE
118 bool
119
120config XILINX_ETHLITE
121 bool
122
123config VIRTIO_NET
124 bool
b42075bb
YZ
125 default y
126 depends on VIRTIO
82f51817
PB
127
128config ETSEC
129 bool
9533dcdd 130 select PTIMER
82f51817
PB
131
132config ROCKER
133 bool
7c28b925 134 default y if PCI_DEVICES
d6c1bd4a 135 depends on PCI && MSI_NONBROKEN
82f51817
PB
136
137config CAN_BUS
138 bool
139
37aeb7a2 140config CAN_SJA1000
82f51817 141 bool
7c28b925 142 default y if PCI_DEVICES
7c28b925 143 select CAN_BUS
82f51817 144
37aeb7a2 145config CAN_PCI
82f51817 146 bool
7c28b925 147 default y if PCI_DEVICES
37aeb7a2 148 depends on PCI && CAN_SJA1000
7c28b925 149 select CAN_BUS
aa406e8b
JC
150
151config CAN_CTUCANFD
152 bool
153 default y if PCI_DEVICES
154 select CAN_BUS
155
156config CAN_CTUCANFD_PCI
157 bool
158 default y if PCI_DEVICES
159 depends on PCI && CAN_CTUCANFD
160 select CAN_BUS