diff options
Diffstat (limited to 'hw/nvram/Kconfig')
-rw-r--r-- | hw/nvram/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig index e872fcb..24cfc18 100644 --- a/hw/nvram/Kconfig +++ b/hw/nvram/Kconfig @@ -15,3 +15,22 @@ config NMC93XX_EEPROM config CHRP_NVRAM bool + +config XLNX_EFUSE_CRC + bool + +config XLNX_EFUSE + bool + select XLNX_EFUSE_CRC + +config XLNX_EFUSE_VERSAL + bool + select XLNX_EFUSE + +config XLNX_EFUSE_ZYNQMP + bool + select XLNX_EFUSE + +config XLNX_BBRAM + bool + select XLNX_EFUSE_CRC |