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


      1config ESCC
      2    bool
      3
      4config HTIF
      5    bool
      6
      7config PARALLEL
      8    bool
      9    default y
     10    depends on ISA_BUS
     11
     12config PL011
     13    bool
     14
     15config SERIAL
     16    bool
     17
     18config SERIAL_ISA
     19    bool
     20    default y
     21    depends on ISA_BUS
     22    select SERIAL
     23
     24config SERIAL_PCI
     25    bool
     26    default y if PCI_DEVICES
     27    depends on PCI
     28    select SERIAL
     29
     30config SERIAL_PCI_MULTI
     31    bool
     32    default y if PCI_DEVICES
     33    depends on PCI
     34    select SERIAL
     35
     36config VIRTIO_SERIAL
     37    bool
     38    default y
     39    depends on VIRTIO
     40
     41config STM32F2XX_USART
     42    bool
     43
     44config CMSDK_APB_UART
     45    bool
     46
     47config SCLPCONSOLE
     48    bool
     49
     50config TERMINAL3270
     51    bool
     52
     53config SH_SCI
     54    bool
     55
     56config RENESAS_SCI
     57    bool
     58
     59config AVR_USART
     60    bool
     61
     62config MCHP_PFSOC_MMUART
     63    bool
     64    select SERIAL
     65
     66config SIFIVE_UART
     67    bool
     68
     69config GOLDFISH_TTY
     70    bool
     71
     72config SHAKTI_UART
     73    bool