]> Git Repo - qemu.git/blob - hw/net/Kconfig
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200130' into...
[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     select NMC93XX_EEPROM
18
19 config PCNET_PCI
20     bool
21     default y if PCI_DEVICES
22     depends on PCI
23     select PCNET_COMMON
24
25 config PCNET_COMMON
26     bool
27
28 config TULIP
29     bool
30     default y if PCI_DEVICES
31     depends on PCI
32     select NMC93XX_EEPROM
33
34 config I82596_COMMON
35     bool
36
37 config E1000_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
41
42 config E1000E_PCI_EXPRESS
43     bool
44     default y if PCI_DEVICES
45     depends on PCI_EXPRESS && MSI_NONBROKEN
46
47 config RTL8139_PCI
48     bool
49     default y if PCI_DEVICES
50     depends on PCI
51
52 config VMXNET3_PCI
53     bool
54     default y if PCI_DEVICES
55     depends on PCI
56
57 config SMC91C111
58     bool
59
60 config LAN9118
61     bool
62     select PTIMER
63
64 config NE2000_ISA
65     bool
66     default y
67     depends on ISA_BUS
68     select NE2000_COMMON
69
70 config OPENCORES_ETH
71     bool
72
73 config XGMAC
74     bool
75
76 config MIPSNET
77     bool
78
79 config ALLWINNER_EMAC
80     bool
81
82 config IMX_FEC
83     bool
84
85 config CADENCE
86     bool
87
88 config STELLARIS_ENET
89     bool
90
91 config LANCE
92     bool
93     select PCNET_COMMON
94
95 config LASI_82596
96     bool
97     select I82596_COMMON
98
99 config SUNHME
100     bool
101
102 config FTGMAC100
103     bool
104
105 config SUNGEM
106     bool
107     depends on PCI
108
109 config COLDFIRE
110     bool
111
112 config XILINX_ETHLITE
113     bool
114
115 config VIRTIO_NET
116     bool
117     default y
118     depends on VIRTIO
119
120 config ETSEC
121     bool
122     select PTIMER
123
124 config ROCKER
125     bool
126     default y if PCI_DEVICES
127     depends on PCI && MSI_NONBROKEN
128
129 config CAN_BUS
130     bool
131
132 config CAN_PCI
133     bool
134     default y if PCI_DEVICES
135     depends on PCI
136     select CAN_BUS
137
138 config CAN_SJA1000
139     bool
140     default y if PCI_DEVICES
141     depends on PCI
142     select CAN_BUS
This page took 0.032139 seconds and 4 git commands to generate.