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