Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
config TPM_BACKEND
|
|
bool
|
|
depends on TPM
|
|
|
|
config TPM_PASSTHROUGH
|
|
bool
|
|
default y
|
|
# FIXME: should check for x86 host as well
|
|
depends on TPM_BACKEND && LINUX
|
|
|
|
config TPM_EMULATOR
|
|
bool
|
|
default y
|
|
depends on TPM_BACKEND
|