]> git.proxmox.com Git - mirror_qemu.git/blame - hw/net/Kconfig
hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers
[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
PB
46
47config RTL8139_PCI
48 bool
7c28b925
PB
49 default y if PCI_DEVICES
50 depends on PCI
82f51817
PB
51
52config VMXNET3_PCI
53 bool
7c28b925
PB
54 default y if PCI_DEVICES
55 depends on PCI
82f51817
PB
56
57config SMC91C111
58 bool
59
60config LAN9118
61 bool
9533dcdd 62 select PTIMER
82f51817
PB
63
64config NE2000_ISA
65 bool
a7e23159
PB
66 default y
67 depends on ISA_BUS
7a188f2b 68 select NE2000_COMMON
82f51817
PB
69
70config OPENCORES_ETH
71 bool
72
73config XGMAC
74 bool
75
76config MIPSNET
77 bool
78
79config ALLWINNER_EMAC
80 bool
81
29d08975
NL
82config ALLWINNER_SUN8I_EMAC
83 bool
84
82f51817
PB
85config IMX_FEC
86 bool
87
88config CADENCE
89 bool
90
91config STELLARIS_ENET
92 bool
93
94config LANCE
95 bool
8c75eec0 96 select PCNET_COMMON
82f51817 97
376b8519
HD
98config LASI_82596
99 bool
100 select I82596_COMMON
101
82f51817
PB
102config SUNHME
103 bool
104
105config FTGMAC100
106 bool
107
108config SUNGEM
109 bool
d7cfb520 110 depends on PCI
82f51817
PB
111
112config COLDFIRE
113 bool
114
115config XILINX_ETHLITE
116 bool
117
118config VIRTIO_NET
119 bool
b42075bb
YZ
120 default y
121 depends on VIRTIO
82f51817
PB
122
123config ETSEC
124 bool
9533dcdd 125 select PTIMER
82f51817
PB
126
127config ROCKER
128 bool
7c28b925 129 default y if PCI_DEVICES
d6c1bd4a 130 depends on PCI && MSI_NONBROKEN
82f51817
PB
131
132config CAN_BUS
133 bool
134
37aeb7a2 135config CAN_SJA1000
82f51817 136 bool
7c28b925 137 default y if PCI_DEVICES
7c28b925 138 select CAN_BUS
82f51817 139
37aeb7a2 140config CAN_PCI
82f51817 141 bool
7c28b925 142 default y if PCI_DEVICES
37aeb7a2 143 depends on PCI && CAN_SJA1000
7c28b925 144 select CAN_BUS
aa406e8b
JC
145
146config CAN_CTUCANFD
147 bool
148 default y if PCI_DEVICES
149 select CAN_BUS
150
151config CAN_CTUCANFD_PCI
152 bool
153 default y if PCI_DEVICES
154 depends on PCI && CAN_CTUCANFD
155 select CAN_BUS