hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
[qemu.git] / hw / net / Kconfig
blob3856417d42236289120422437759013b3770cfd8
1 config DP8393X
2     bool
4 config NE2000_COMMON
5     bool
7 config NE2000_PCI
8     bool
9     default y if PCI_DEVICES
10     depends on PCI
11     select NE2000_COMMON
13 config EEPRO100_PCI
14     bool
15     default y if PCI_DEVICES
16     depends on PCI
18 config PCNET_PCI
19     bool
20     default y if PCI_DEVICES
21     depends on PCI
22     select PCNET_COMMON
24 config PCNET_COMMON
25     bool
27 config TULIP
28     bool
29     default y if PCI_DEVICES
30     depends on PCI
32 config E1000_PCI
33     bool
34     default y if PCI_DEVICES
35     depends on PCI
37 config E1000E_PCI_EXPRESS
38     bool
39     default y if PCI_DEVICES
40     depends on PCI_EXPRESS && MSI_NONBROKEN
42 config RTL8139_PCI
43     bool
44     default y if PCI_DEVICES
45     depends on PCI
47 config VMXNET3_PCI
48     bool
49     default y if PCI_DEVICES
50     depends on PCI
52 config SMC91C111
53     bool
55 config LAN9118
56     bool
57     select PTIMER
59 config NE2000_ISA
60     bool
61     default y
62     depends on ISA_BUS
63     select NE2000_COMMON
65 config OPENCORES_ETH
66     bool
68 config XGMAC
69     bool
71 config MIPSNET
72     bool
74 config ALLWINNER_EMAC
75     bool
77 config IMX_FEC
78     bool
80 config CADENCE
81     bool
83 config STELLARIS_ENET
84     bool
86 config LANCE
87     bool
88     select PCNET_COMMON
90 config SUNHME
91     bool
93 config FTGMAC100
94     bool
96 config SUNGEM
97     bool
98     depends on PCI
100 config COLDFIRE
101     bool
103 config XILINX_ETHLITE
104     bool
106 config VIRTIO_NET
107     bool
108     default y
109     depends on VIRTIO
111 config ETSEC
112     bool
113     select PTIMER
115 config ROCKER
116     bool
117     default y if PCI_DEVICES
118     depends on PCI && MSI_NONBROKEN
120 config CAN_BUS
121     bool
123 config CAN_PCI
124     bool
125     default y if PCI_DEVICES
126     depends on PCI
127     select CAN_BUS
129 config CAN_SJA1000
130     bool
131     default y if PCI_DEVICES
132     depends on PCI
133     select CAN_BUS