summaryrefslogblamecommitdiffstats
path: root/hw/riscv/Kconfig
blob: 94d19571f7a5be670c63fb010b1fa9d10205b4c2 (plain) (tree)
1
2
3
4
5
6
7
8
9







             
                        


               

                 
                


               


                  
                


            


                 
 




                

                 


                      

                 
                       

                                     
                       
                 
config HTIF
    bool

config HART
    bool

config SIFIVE
    bool
    select MSI_NONBROKEN

config SIFIVE_E
    bool
    select HART
    select SIFIVE
    select UNIMP

config SIFIVE_U
    bool
    select CADENCE
    select HART
    select SIFIVE
    select UNIMP

config SPIKE
    bool
    select HART
    select HTIF
    select SIFIVE

config OPENTITAN
    bool
    select HART
    select UNIMP

config RISCV_VIRT
    bool
    imply PCI_DEVICES
    imply TEST_DEVICES
    select PCI
    select HART
    select SERIAL
    select GOLDFISH_RTC
    select VIRTIO_MMIO
    select PCI_EXPRESS_GENERIC_BRIDGE
    select PFLASH_CFI01
    select SIFIVE