aboutsummaryrefslogtreecommitdiff
path: root/configs/qemu_arm_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-15 18:13:10 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-30 09:23:37 +0100
commit617270b97ba9d930cf830f41472053ac195a80d4 (patch)
treedb90c6c982c0da1175de1364b8bdffae9e6063a0 /configs/qemu_arm_defconfig
parent9d2465347c7cc6997c58409083c8ba18888cc9aa (diff)
downloadu-boot-617270b97ba9d930cf830f41472053ac195a80d4.zip
u-boot-617270b97ba9d930cf830f41472053ac195a80d4.tar.gz
u-boot-617270b97ba9d930cf830f41472053ac195a80d4.tar.bz2
configs: enable CMD_TPM on QEMU ARM
With TPM emulation enabled in u-boot-test-hooks we should also provide the tpm2 command used for the test/py/tests/test_tpm2.py test. One of the Python TPMv2 tests expects sandbox specific values. So disable it on other platforms. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'configs/qemu_arm_defconfig')
-rw-r--r--configs/qemu_arm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig
index ab55748..b459305 100644
--- a/configs/qemu_arm_defconfig
+++ b/configs/qemu_arm_defconfig
@@ -25,6 +25,7 @@ CONFIG_CMD_DFU=y
CONFIG_CMD_MTD=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_TPM=y
CONFIG_CMD_MTDPARTS=y
CONFIG_OF_BOARD=y
CONFIG_ENV_IS_IN_FLASH=y