Update version for 4.1.1 release
[qemu/ar7.git] / hw / net / Kconfig
blob4ef86dc3a5330892b6e3ba1934ba45f210c74799
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 E1000_PCI
28     bool
29     default y if PCI_DEVICES
30     depends on PCI
32 config E1000E_PCI_EXPRESS
33     bool
34     default y if PCI_DEVICES
35     depends on PCI_EXPRESS && MSI_NONBROKEN
37 config RTL8139_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
42 config VMXNET3_PCI
43     bool
44     default y if PCI_DEVICES
45     depends on PCI
47 config SMC91C111
48     bool
50 config LAN9118
51     bool
52     select PTIMER
54 config NE2000_ISA
55     bool
56     default y
57     depends on ISA_BUS
58     select NE2000_COMMON
60 config OPENCORES_ETH
61     bool
63 config XGMAC
64     bool
66 config MIPSNET
67     bool
69 config ALLWINNER_EMAC
70     bool
72 config IMX_FEC
73     bool
75 config CADENCE
76     bool
78 config STELLARIS_ENET
79     bool
81 config LANCE
82     bool
83     select PCNET_COMMON
85 config SUNHME
86     bool
88 config FTGMAC100
89     bool
91 config SUNGEM
92     bool
93     depends on PCI
95 config COLDFIRE
96     bool
98 config XILINX_ETHLITE
99     bool
101 config VIRTIO_NET
102     bool
103     default y
104     depends on VIRTIO
106 config ETSEC
107     bool
108     select PTIMER
110 config ROCKER
111     bool
112     default y if PCI_DEVICES
113     depends on PCI && MSI_NONBROKEN
115 config CAN_BUS
116     bool
118 config CAN_PCI
119     bool
120     default y if PCI_DEVICES
121     depends on PCI
122     select CAN_BUS
124 config CAN_SJA1000
125     bool
126     default y if PCI_DEVICES
127     depends on PCI
128     select CAN_BUS