]> Git Repo - qemu.git/blobdiff - hw/net/Kconfig
net/virtio: Fix failover_replug_primary() return value regression
[qemu.git] / hw / net / Kconfig
index 3856417d42236289120422437759013b3770cfd8..e43c96dae0b562b50e061557978f19201e1aa534 100644 (file)
@@ -14,6 +14,7 @@ config EEPRO100_PCI
     bool
     default y if PCI_DEVICES
     depends on PCI
+    select NMC93XX_EEPROM
 
 config PCNET_PCI
     bool
@@ -28,6 +29,10 @@ config TULIP
     bool
     default y if PCI_DEVICES
     depends on PCI
+    select NMC93XX_EEPROM
+
+config I82596_COMMON
+    bool
 
 config E1000_PCI
     bool
@@ -74,6 +79,9 @@ config MIPSNET
 config ALLWINNER_EMAC
     bool
 
+config ALLWINNER_SUN8I_EMAC
+    bool
+
 config IMX_FEC
     bool
 
@@ -87,6 +95,10 @@ config LANCE
     bool
     select PCNET_COMMON
 
+config LASI_82596
+    bool
+    select I82596_COMMON
+
 config SUNHME
     bool
 
This page took 0.023247 seconds and 4 git commands to generate.