qemu-patch-raspberry4/hw/tpm/Kconfig
Paolo Bonzini 02017ee385 i386: express dependencies with Kconfig
This way, the default-configs file only need to specify the boards
and any optional devices.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-37-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00

17 lines
188 B
Plaintext

config TPM
bool
config TPM_TIS
bool
depends on TPM && ISA_BUS
config TPM_CRB
bool
depends on TPM && PC
config TPM_PASSTHROUGH
bool
config TPM_EMULATOR
bool