exec/memory: Use struct Object typedef
[qemu/ar7.git] / hw / net / Kconfig
blob6d795ec75256c0c85034979077d1c832fd2071b0
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
45     depends on PCI_EXPRESS && MSI_NONBROKEN
47 config RTL8139_PCI
48     bool
49     default y if PCI_DEVICES
50     depends on PCI
52 config VMXNET3_PCI
53     bool
54     default y if PCI_DEVICES
55     depends on PCI
57 config SMC91C111
58     bool
60 config LAN9118
61     bool
62     select PTIMER
64 config NE2000_ISA
65     bool
66     default y
67     depends on ISA_BUS
68     select NE2000_COMMON
70 config OPENCORES_ETH
71     bool
73 config XGMAC
74     bool
76 config MIPSNET
77     bool
79 config ALLWINNER_EMAC
80     bool
82 config ALLWINNER_SUN8I_EMAC
83     bool
85 config IMX_FEC
86     bool
88 config CADENCE
89     bool
91 config STELLARIS_ENET
92     bool
94 config LANCE
95     bool
96     select PCNET_COMMON
98 config LASI_82596
99     bool
100     select I82596_COMMON
102 config SUNHME
103     bool
105 config FTGMAC100
106     bool
108 config SUNGEM
109     bool
110     depends on PCI
112 config COLDFIRE
113     bool
115 config XILINX_ETHLITE
116     bool
118 config VIRTIO_NET
119     bool
120     default y
121     depends on VIRTIO
123 config ETSEC
124     bool
125     select PTIMER
127 config ROCKER
128     bool
129     default y if PCI_DEVICES
130     depends on PCI && MSI_NONBROKEN
132 config CAN_BUS
133     bool
135 config CAN_SJA1000
136     bool
137     default y if PCI_DEVICES
138     select CAN_BUS
140 config CAN_PCI
141     bool
142     default y if PCI_DEVICES
143     depends on PCI && CAN_SJA1000
144     select CAN_BUS
146 config CAN_CTUCANFD
147     bool
148     default y if PCI_DEVICES
149     select CAN_BUS
151 config CAN_CTUCANFD_PCI
152     bool
153     default y if PCI_DEVICES
154     depends on PCI && CAN_CTUCANFD
155     select CAN_BUS