xref: /openbmc/qemu/hw/net/Kconfig (revision a7e23159)
1config DP8393X
2    bool
3
4config NE2000_PCI
5    bool
6    default y if PCI_DEVICES
7    depends on PCI
8
9config EEPRO100_PCI
10    bool
11    default y if PCI_DEVICES
12    depends on PCI
13
14config PCNET_PCI
15    bool
16    default y if PCI_DEVICES
17    depends on PCI
18    select PCNET_COMMON
19
20config PCNET_COMMON
21    bool
22
23config E1000_PCI
24    bool
25    default y if PCI_DEVICES
26    depends on PCI
27
28config E1000E_PCI_EXPRESS
29    bool
30    default y if PCI_DEVICES
31    depends on PCI_EXPRESS
32
33config RTL8139_PCI
34    bool
35    default y if PCI_DEVICES
36    depends on PCI
37
38config VMXNET3_PCI
39    bool
40    default y if PCI_DEVICES
41    depends on PCI
42
43config SMC91C111
44    bool
45
46config LAN9118
47    bool
48
49config NE2000_ISA
50    bool
51    default y
52    depends on ISA_BUS
53    depends on PCI # for NE2000State
54    select NE2000_PCI
55
56config OPENCORES_ETH
57    bool
58
59config XGMAC
60    bool
61
62config MIPSNET
63    bool
64
65config ALLWINNER_EMAC
66    bool
67
68config IMX_FEC
69    bool
70
71config CADENCE
72    bool
73
74config STELLARIS_ENET
75    bool
76
77config LANCE
78    bool
79
80config SUNHME
81    bool
82
83config FTGMAC100
84    bool
85
86config SUNGEM
87    bool
88
89config COLDFIRE
90    bool
91
92config XILINX_ETHLITE
93    bool
94
95config VIRTIO_NET
96    bool
97
98config ETSEC
99    bool
100
101config ROCKER
102    bool
103    default y if PCI_DEVICES
104    depends on PCI
105
106config CAN_BUS
107    bool
108
109config CAN_PCI
110    bool
111    default y if PCI_DEVICES
112    depends on PCI
113    select CAN_BUS
114
115config CAN_SJA1000
116    bool
117    default y if PCI_DEVICES
118    depends on PCI
119    select CAN_BUS
120