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>
stable-5.0
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

View File

@ -7,3 +7,7 @@ config AT24C
config MAC_NVRAM
bool
# NMC93XX uses the NS uWire interface (similar to SPI but less configurable)
config NMC93XX_EEPROM
bool

View File

@ -1,5 +1,5 @@
common-obj-$(CONFIG_DS1225Y) += ds1225y.o
common-obj-y += eeprom93xx.o
common-obj-$(CONFIG_NMC93XX_EEPROM) += eeprom93xx.o
common-obj-$(CONFIG_AT24C) += eeprom_at24c.o
common-obj-y += fw_cfg.o
common-obj-y += chrp_nvram.o

View File

@ -34,6 +34,7 @@ config ESP_PCI
default y if PCI_DEVICES
depends on PCI
select ESP
select NMC93XX_EEPROM
config SPAPR_VSCSI
bool