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