diff options
Diffstat (limited to 'hw/net/Kconfig')
-rw-r--r-- | hw/net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/net/Kconfig b/hw/net/Kconfig index c8df849..a309831 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -48,6 +48,10 @@ config LAN9118 config NE2000_ISA bool + default y + depends on ISA_BUS + depends on PCI # for NE2000State + select NE2000_PCI config OPENCORES_ETH bool |