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 (290B)


      1config PL181
      2    bool
      3    select SD
      4
      5config SSI_SD
      6    bool
      7    depends on SSI
      8    select SD
      9
     10config SD
     11    bool
     12
     13config SDHCI
     14    bool
     15    select SD
     16
     17config SDHCI_PCI
     18    bool
     19    default y if PCI_DEVICES
     20    depends on PCI
     21    select SDHCI
     22
     23config CADENCE_SDHCI
     24    bool
     25    select SDHCI