historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/backends/tpm/Kconfig
2024-01-16 11:20:27 -06:00

14 lines
248 B
Text

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