diff options
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2021-11-09 09:02:20 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-11-10 20:57:54 +0100 |
commit | 1fb868c6b2e112242c71be8de3be0895ba979f3d (patch) | |
tree | 5a53b1db82f61b031e0239e448793aee6dfbc017 /configs/qemu_arm64_defconfig | |
parent | a5c30c26b28c601a7451ac93b5c5b16c0472d89d (diff) | |
download | u-boot-1fb868c6b2e112242c71be8de3be0895ba979f3d.tar.gz u-boot-1fb868c6b2e112242c71be8de3be0895ba979f3d.tar.bz2 u-boot-1fb868c6b2e112242c71be8de3be0895ba979f3d.zip |
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_arm64_defconfig')
-rw-r--r-- | configs/qemu_arm64_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 003717efde..83d7ae54de 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -49,6 +49,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 |