pm_smbus: rename variable to avoid shadowing
[qemu/kevin.git] / hw / net / Kconfig
blob7fcc0d7faa2977655e84a2a83198c76db661bfaa
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
17     select NMC93XX_EEPROM
19 config PCNET_PCI
20     bool
21     default y if PCI_DEVICES
22     depends on PCI
23     select PCNET_COMMON
25 config PCNET_COMMON
26     bool
28 config TULIP
29     bool
30     default y if PCI_DEVICES
31     depends on PCI
32     select NMC93XX_EEPROM
34 config I82596_COMMON
35     bool
37 config E1000_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
42 config E1000E_PCI_EXPRESS
43     bool
44     default y if PCI_DEVICES || PCIE_DEVICES
45     depends on PCI_EXPRESS && MSI_NONBROKEN
47 config IGB_PCI_EXPRESS
48     bool
49     default y if PCI_DEVICES || PCIE_DEVICES
50     depends on PCI_EXPRESS && MSI_NONBROKEN
52 config RTL8139_PCI
53     bool
54     default y if PCI_DEVICES
55     depends on PCI
57 config VMXNET3_PCI
58     bool
59     default y if PCI_DEVICES
60     depends on PCI
62 config SMC91C111
63     bool
65 config LAN9118
66     bool
67     select PTIMER
69 config NE2000_ISA
70     bool
71     default y
72     depends on ISA_BUS
73     select NE2000_COMMON
75 config OPENCORES_ETH
76     bool
78 config XGMAC
79     bool
81 config MIPSNET
82     bool
84 config ALLWINNER_EMAC
85     bool
87 config ALLWINNER_SUN8I_EMAC
88     bool
90 config IMX_FEC
91     bool
93 config CADENCE
94     bool
96 config STELLARIS_ENET
97     bool
99 config LANCE
100     bool
101     select PCNET_COMMON
103 config LASI_82596
104     bool
105     select I82596_COMMON
107 config SUNHME
108     bool
110 config FTGMAC100
111     bool
113 config SUNGEM
114     bool
115     depends on PCI
117 config COLDFIRE
118     bool
120 config XILINX_ETHLITE
121     bool
123 config VIRTIO_NET
124     bool
125     default y
126     depends on VIRTIO
128 config ETSEC
129     bool
130     select PTIMER
132 config ROCKER
133     bool
134     default y if PCI_DEVICES
135     depends on PCI && MSI_NONBROKEN
137 config CAN_BUS
138     bool
140 config CAN_SJA1000
141     bool
142     default y if PCI_DEVICES
143     select CAN_BUS
145 config CAN_PCI
146     bool
147     default y if PCI_DEVICES
148     depends on PCI && CAN_SJA1000
149     select CAN_BUS
151 config CAN_CTUCANFD
152     bool
153     default y if PCI_DEVICES
154     select CAN_BUS
156 config CAN_CTUCANFD_PCI
157     bool
158     default y if PCI_DEVICES
159     depends on PCI && CAN_CTUCANFD
160     select CAN_BUS