summaryrefslogblamecommitdiffstats
path: root/hw/tpm/Kconfig
blob: 29e82f3c92d9534076834b1e8822c06eec83057d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                  
        
                             

                  




                     


                  
                      


              
                        
                      
 

                
             
                             
                      
config TPM_TIS_ISA
    bool
    depends on TPM && ISA_BUS
    select TPM_TIS

config TPM_TIS_SYSBUS
    bool
    depends on TPM
    select TPM_TIS

config TPM_TIS
    bool
    depends on TPM
    select TPM_BACKEND

config TPM_CRB
    bool
    depends on TPM && PC
    select TPM_BACKEND

config TPM_SPAPR
    bool
    default y
    depends on TPM && PSERIES
    select TPM_BACKEND