diff options
author | Paolo Bonzini | 2019-01-23 07:56:10 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | 02017ee385ef574133c4a978d368640772978178 (patch) | |
tree | c5f1fd1587439b76e86c584b408b579d85233fb1 /hw/tpm/Kconfig | |
parent | isa: express dependencies with kconfig (diff) | |
download | qemu-02017ee385ef574133c4a978d368640772978178.tar.gz qemu-02017ee385ef574133c4a978d368640772978178.tar.xz qemu-02017ee385ef574133c4a978d368640772978178.zip |
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>
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 dd27f41ba3..f654f0fbce 100644 --- a/hw/tpm/Kconfig +++ b/hw/tpm/Kconfig @@ -7,7 +7,7 @@ config TPM_TIS config TPM_CRB bool - depends on TPM + depends on TPM && PC config TPM_PASSTHROUGH bool |