mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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:
parent
b0048f7609
commit
3fd0305eaf
4 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue