diff options
Diffstat (limited to 'hw/nvram/Kconfig')
-rw-r--r-- | hw/nvram/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig index ebaa749ce9..24b0ce6a2d 100644 --- a/hw/nvram/Kconfig +++ b/hw/nvram/Kconfig @@ -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 |