diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-22 18:31:43 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-31 07:57:29 -0600 |
commit | eddb8cf136ee28ab8d699f5c3a18408ed3074d6c (patch) | |
tree | ab88702628654fb769f544a41770898b08fd3748 /configs/coreboot-x86_defconfig | |
parent | e76cb9272d3b9ca7a6d4581dd1cff12480289710 (diff) | |
download | u-boot-eddb8cf136ee28ab8d699f5c3a18408ed3074d6c.tar.gz |
tpm: Enable 'tpmtest' command for Chrome OS boards with TPMs
This command provides a few useful tests so enable it for common boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Christophe Ricard<christophe-h.ricard@st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/coreboot-x86_defconfig')
-rw-r--r-- | configs/coreboot-x86_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index fda2b7eea0..ebaf86bc7f 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -10,6 +10,7 @@ CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_TPM=y +CONFIG_CMD_TPM_TEST=y CONFIG_OF_CONTROL=y CONFIG_DM_PCI=y CONFIG_SPI_FLASH=y |