aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm/Kconfig
blob: 4d4ab0855c6cf743db0a251db0eec312a2bb7af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
config TPMDEV
    bool
    depends on TPM

config TPM_TIS
    bool
    depends on TPM && ISA_BUS
    select TPMDEV

config TPM_CRB
    bool
    depends on TPM && PC
    select TPMDEV

config TPM_PASSTHROUGH
    bool
    default y
    # FIXME: should check for x86 host as well
    depends on TPMDEV && LINUX

config TPM_EMULATOR
    bool
    default y
    depends on TPMDEV

config TPM_SPAPR
    bool
    default n
    depends on TPM && PSERIES
    select TPMDEV