apic: Use 32bit APIC ID for migration instance ID
[qemu/kevin.git] / hw / net / Kconfig
blobaf6a11baf3b8ccd16aec85c66e1f6227c58b4046
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 E1000_PCI
35     bool
36     default y if PCI_DEVICES
37     depends on PCI
39 config E1000E_PCI_EXPRESS
40     bool
41     default y if PCI_DEVICES
42     depends on PCI_EXPRESS && MSI_NONBROKEN
44 config RTL8139_PCI
45     bool
46     default y if PCI_DEVICES
47     depends on PCI
49 config VMXNET3_PCI
50     bool
51     default y if PCI_DEVICES
52     depends on PCI
54 config SMC91C111
55     bool
57 config LAN9118
58     bool
59     select PTIMER
61 config NE2000_ISA
62     bool
63     default y
64     depends on ISA_BUS
65     select NE2000_COMMON
67 config OPENCORES_ETH
68     bool
70 config XGMAC
71     bool
73 config MIPSNET
74     bool
76 config ALLWINNER_EMAC
77     bool
79 config IMX_FEC
80     bool
82 config CADENCE
83     bool
85 config STELLARIS_ENET
86     bool
88 config LANCE
89     bool
90     select PCNET_COMMON
92 config SUNHME
93     bool
95 config FTGMAC100
96     bool
98 config SUNGEM
99     bool
100     depends on PCI
102 config COLDFIRE
103     bool
105 config XILINX_ETHLITE
106     bool
108 config VIRTIO_NET
109     bool
110     default y
111     depends on VIRTIO
113 config ETSEC
114     bool
115     select PTIMER
117 config ROCKER
118     bool
119     default y if PCI_DEVICES
120     depends on PCI && MSI_NONBROKEN
122 config CAN_BUS
123     bool
125 config CAN_PCI
126     bool
127     default y if PCI_DEVICES
128     depends on PCI
129     select CAN_BUS
131 config CAN_SJA1000
132     bool
133     default y if PCI_DEVICES
134     depends on PCI
135     select CAN_BUS