hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROM

The NMC93xx EEPROM is only used by few NIC cards and the
Am53C974 SCSI controller.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191231183216.6781-13-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2019-12-31 19:32:14 +01:00 committed by Paolo Bonzini
parent b0048f7609
commit 3fd0305eaf
4 changed files with 8 additions and 1 deletions

View 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,7 @@ config TULIP
bool
default y if PCI_DEVICES
depends on PCI
select NMC93XX_EEPROM
config E1000_PCI
bool