exec: Only count mapped memory backends for qemu_getrampagesize()
[qemu/ar7.git] / hw / net / Kconfig
blob7d7bbc5d7c9bd47a7ec21e1a972364864d1be560
1 config DP8393X
2     bool
4 config NE2000_PCI
5     bool
6     default y if PCI_DEVICES
7     depends on PCI
9 config EEPRO100_PCI
10     bool
11     default y if PCI_DEVICES
12     depends on PCI
14 config PCNET_PCI
15     bool
16     default y if PCI_DEVICES
17     depends on PCI
18     select PCNET_COMMON
20 config PCNET_COMMON
21     bool
23 config E1000_PCI
24     bool
25     default y if PCI_DEVICES
26     depends on PCI
28 config E1000E_PCI_EXPRESS
29     bool
30     default y if PCI_DEVICES
31     depends on PCI_EXPRESS && MSI_NONBROKEN
33 config RTL8139_PCI
34     bool
35     default y if PCI_DEVICES
36     depends on PCI
38 config VMXNET3_PCI
39     bool
40     default y if PCI_DEVICES
41     depends on PCI
43 config SMC91C111
44     bool
46 config LAN9118
47     bool
48     select PTIMER
50 config NE2000_ISA
51     bool
52     default y
53     depends on ISA_BUS
54     depends on PCI # for NE2000State
55     select NE2000_PCI
57 config OPENCORES_ETH
58     bool
60 config XGMAC
61     bool
63 config MIPSNET
64     bool
66 config ALLWINNER_EMAC
67     bool
69 config IMX_FEC
70     bool
72 config CADENCE
73     bool
75 config STELLARIS_ENET
76     bool
78 config LANCE
79     bool
80     select PCNET_COMMON
82 config SUNHME
83     bool
85 config FTGMAC100
86     bool
88 config SUNGEM
89     bool
90     depends on PCI
92 config COLDFIRE
93     bool
95 config XILINX_ETHLITE
96     bool
98 config VIRTIO_NET
99     bool
100     default y
101     depends on VIRTIO
103 config ETSEC
104     bool
105     select PTIMER
107 config ROCKER
108     bool
109     default y if PCI_DEVICES
110     depends on PCI && MSI_NONBROKEN
112 config CAN_BUS
113     bool
115 config CAN_PCI
116     bool
117     default y if PCI_DEVICES
118     depends on PCI
119     select CAN_BUS
121 config CAN_SJA1000
122     bool
123     default y if PCI_DEVICES
124     depends on PCI
125     select CAN_BUS