]> Git Repo - qemu.git/blob - hw/net/Kconfig
xen: cleanup IOREQ server on exit
[qemu.git] / hw / net / Kconfig
1 config DP8393X
2     bool
3
4 config NE2000_COMMON
5     bool
6
7 config NE2000_PCI
8     bool
9     default y if PCI_DEVICES
10     depends on PCI
11     select NE2000_COMMON
12
13 config EEPRO100_PCI
14     bool
15     default y if PCI_DEVICES
16     depends on PCI
17
18 config PCNET_PCI
19     bool
20     default y if PCI_DEVICES
21     depends on PCI
22     select PCNET_COMMON
23
24 config PCNET_COMMON
25     bool
26
27 config E1000_PCI
28     bool
29     default y if PCI_DEVICES
30     depends on PCI
31
32 config E1000E_PCI_EXPRESS
33     bool
34     default y if PCI_DEVICES
35     depends on PCI_EXPRESS && MSI_NONBROKEN
36
37 config RTL8139_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
41
42 config VMXNET3_PCI
43     bool
44     default y if PCI_DEVICES
45     depends on PCI
46
47 config SMC91C111
48     bool
49
50 config LAN9118
51     bool
52     select PTIMER
53
54 config NE2000_ISA
55     bool
56     default y
57     depends on ISA_BUS
58     select NE2000_COMMON
59
60 config OPENCORES_ETH
61     bool
62
63 config XGMAC
64     bool
65
66 config MIPSNET
67     bool
68
69 config ALLWINNER_EMAC
70     bool
71
72 config IMX_FEC
73     bool
74
75 config CADENCE
76     bool
77
78 config STELLARIS_ENET
79     bool
80
81 config LANCE
82     bool
83     select PCNET_COMMON
84
85 config SUNHME
86     bool
87
88 config FTGMAC100
89     bool
90
91 config SUNGEM
92     bool
93     depends on PCI
94
95 config COLDFIRE
96     bool
97
98 config XILINX_ETHLITE
99     bool
100
101 config VIRTIO_NET
102     bool
103     default y
104     depends on VIRTIO
105
106 config ETSEC
107     bool
108     select PTIMER
109
110 config ROCKER
111     bool
112     default y if PCI_DEVICES
113     depends on PCI && MSI_NONBROKEN
114
115 config CAN_BUS
116     bool
117
118 config CAN_PCI
119     bool
120     default y if PCI_DEVICES
121     depends on PCI
122     select CAN_BUS
123
124 config CAN_SJA1000
125     bool
126     default y if PCI_DEVICES
127     depends on PCI
128     select CAN_BUS
This page took 0.029437 seconds and 4 git commands to generate.