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