diff options
author | Paolo Bonzini | 2019-01-23 07:56:09 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | a7e23159074c9d774fb1e88357b778994a0c9365 (patch) | |
tree | c1a5c126f4f16baeb52469203e4f63ea810de3e8 /hw/tpm/Kconfig | |
parent | scsi: express dependencies with Kconfig (diff) | |
download | qemu-a7e23159074c9d774fb1e88357b778994a0c9365.tar.gz qemu-a7e23159074c9d774fb1e88357b778994a0c9365.tar.xz qemu-a7e23159074c9d774fb1e88357b778994a0c9365.zip |
isa: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-36-yang.zhong@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/tpm/Kconfig')
-rw-r--r-- | hw/tpm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tpm/Kconfig b/hw/tpm/Kconfig index b5d1724f8c..dd27f41ba3 100644 --- a/hw/tpm/Kconfig +++ b/hw/tpm/Kconfig @@ -3,7 +3,7 @@ config TPM config TPM_TIS bool - depends on TPM + depends on TPM && ISA_BUS config TPM_CRB bool |