Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/tpm/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hw/tpm/Kconfig
diff --git a/hw/tpm/Kconfig b/hw/tpm/Kconfig new file mode 100644 index 0000000..8c9fb24 --- /dev/null +++ b/hw/tpm/Kconfig @@ -0,0 +1,6 @@ +config TPM_TIS + bool + #select ISA + +config TPM_PASSTHROUGH + bool -- 1.7.10.4