cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

Kconfig (506B)


      1config DS1225Y
      2    bool
      3
      4config AT24C
      5    bool
      6    depends on I2C
      7
      8config MAC_NVRAM
      9    bool
     10    select CHRP_NVRAM
     11
     12# NMC93XX uses the NS uWire interface (similar to SPI but less configurable)
     13config NMC93XX_EEPROM
     14    bool
     15
     16config CHRP_NVRAM
     17    bool
     18
     19config XLNX_EFUSE_CRC
     20    bool
     21
     22config XLNX_EFUSE
     23    bool
     24    select XLNX_EFUSE_CRC
     25
     26config XLNX_EFUSE_VERSAL
     27    bool
     28    select XLNX_EFUSE
     29
     30config XLNX_EFUSE_ZYNQMP
     31    bool
     32    select XLNX_EFUSE
     33
     34config XLNX_BBRAM
     35    bool
     36    select XLNX_EFUSE_CRC