summaryrefslogtreecommitdiff
path: root/configs/qemu_arm_defconfig
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2021-11-09 10:02:20 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-11-10 22:57:54 +0300
commit1fb868c6b2e112242c71be8de3be0895ba979f3d (patch)
tree5a53b1db82f61b031e0239e448793aee6dfbc017 /configs/qemu_arm_defconfig
parenta5c30c26b28c601a7451ac93b5c5b16c0472d89d (diff)
downloadu-boot-1fb868c6b2e112242c71be8de3be0895ba979f3d.tar.xz
configs: Enable tpmv2 mmio on qemu for arm/arm64
A previous commit is adding an MMIO TPMv2 driver. Include in the default qemu arm configs, since we plan on using them on EFI testing Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'configs/qemu_arm_defconfig')
-rw-r--r--configs/qemu_arm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig
index 27b0e49f6f..ab5574847e 100644
--- a/configs/qemu_arm_defconfig
+++ b/configs/qemu_arm_defconfig
@@ -51,6 +51,8 @@ CONFIG_SCSI=y
CONFIG_DM_SCSI=y
CONFIG_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
+CONFIG_TPM2_MMIO=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_PCI=y
+CONFIG_TPM=y