summaryrefslogtreecommitdiff
path: root/configs/chromebook_link_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-23 00:31:39 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-31 13:57:28 (GMT)
commitd616ba5f5b2a119b597b9974e2bb62e25c933fc8 (patch)
tree3f52a92071a7fe04165b24c8c6d5883a6d55c6ca /configs/chromebook_link_defconfig
parentb697e0ff5b8d92c9544960fd99dbfd9558c0ee6f (diff)
downloadu-boot-d616ba5f5b2a119b597b9974e2bb62e25c933fc8.tar.xz
dm: tpm: Convert LPC driver to driver model
Convert the tpm_tis_lpc driver to use driver model and update boards which use it. 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/chromebook_link_defconfig')
-rw-r--r--configs/chromebook_link_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index b0fc5ca..85752e4 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -11,12 +11,14 @@ CONFIG_HAVE_VGA_BIOS=y
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_REPORT=y
CONFIG_CMD_BOOTSTAGE=y
+CONFIG_CMD_TPM=y
CONFIG_OF_CONTROL=y
CONFIG_DM_PCI=y
CONFIG_SPI_FLASH=y
CONFIG_CMD_CROS_EC=y
CONFIG_CROS_EC=y
CONFIG_CROS_EC_LPC=y
+CONFIG_DM_TPM=y
CONFIG_TPM_TIS_LPC=y
CONFIG_VIDEO_VESA=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y