diff options
Diffstat (limited to 'hw/nvram/Kconfig')
-rw-r--r-- | hw/nvram/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig index e872fcb..252251f 100644 --- a/hw/nvram/Kconfig +++ b/hw/nvram/Kconfig @@ -15,3 +15,10 @@ config NMC93XX_EEPROM config CHRP_NVRAM bool + +config XLNX_EFUSE_CRC + bool + +config XLNX_EFUSE + bool + select XLNX_EFUSE_CRC |