]> git.proxmox.com Git - mirror_qemu.git/blame - hw/net/Kconfig
hw/block/pflash_cfi02: Fix reset command not ignored during erase
[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
82f51817
PB
17
18config PCNET_PCI
19 bool
7c28b925
PB
20 default y if PCI_DEVICES
21 depends on PCI
22 select PCNET_COMMON
82f51817
PB
23
24config PCNET_COMMON
25 bool
26
27config E1000_PCI
28 bool
7c28b925
PB
29 default y if PCI_DEVICES
30 depends on PCI
82f51817
PB
31
32config E1000E_PCI_EXPRESS
33 bool
7c28b925 34 default y if PCI_DEVICES
d6c1bd4a 35 depends on PCI_EXPRESS && MSI_NONBROKEN
82f51817
PB
36
37config RTL8139_PCI
38 bool
7c28b925
PB
39 default y if PCI_DEVICES
40 depends on PCI
82f51817
PB
41
42config VMXNET3_PCI
43 bool
7c28b925
PB
44 default y if PCI_DEVICES
45 depends on PCI
82f51817
PB
46
47config SMC91C111
48 bool
49
50config LAN9118
51 bool
9533dcdd 52 select PTIMER
82f51817
PB
53
54config NE2000_ISA
55 bool
a7e23159
PB
56 default y
57 depends on ISA_BUS
7a188f2b 58 select NE2000_COMMON
82f51817
PB
59
60config OPENCORES_ETH
61 bool
62
63config XGMAC
64 bool
65
66config MIPSNET
67 bool
68
69config ALLWINNER_EMAC
70 bool
71
72config IMX_FEC
73 bool
74
75config CADENCE
76 bool
77
78config STELLARIS_ENET
79 bool
80
81config LANCE
82 bool
8c75eec0 83 select PCNET_COMMON
82f51817
PB
84
85config SUNHME
86 bool
87
88config FTGMAC100
89 bool
90
91config SUNGEM
92 bool
d7cfb520 93 depends on PCI
82f51817
PB
94
95config COLDFIRE
96 bool
97
98config XILINX_ETHLITE
99 bool
100
101config VIRTIO_NET
102 bool
b42075bb
YZ
103 default y
104 depends on VIRTIO
82f51817
PB
105
106config ETSEC
107 bool
9533dcdd 108 select PTIMER
82f51817
PB
109
110config ROCKER
111 bool
7c28b925 112 default y if PCI_DEVICES
d6c1bd4a 113 depends on PCI && MSI_NONBROKEN
82f51817
PB
114
115config CAN_BUS
116 bool
117
118config CAN_PCI
119 bool
7c28b925
PB
120 default y if PCI_DEVICES
121 depends on PCI
122 select CAN_BUS
82f51817
PB
123
124config CAN_SJA1000
125 bool
7c28b925
PB
126 default y if PCI_DEVICES
127 depends on PCI
128 select CAN_BUS