summaryrefslogtreecommitdiffstats
path: root/configs/chromebox_panther_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:39 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:28 -0600
commitd616ba5f5b2a119b597b9974e2bb62e25c933fc8 (patch)
tree3f52a92071a7fe04165b24c8c6d5883a6d55c6ca /configs/chromebox_panther_defconfig
parentb697e0ff5b8d92c9544960fd99dbfd9558c0ee6f (diff)
downloadtalos-obmc-uboot-d616ba5f5b2a119b597b9974e2bb62e25c933fc8.tar.gz
talos-obmc-uboot-d616ba5f5b2a119b597b9974e2bb62e25c933fc8.zip
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/chromebox_panther_defconfig')
-rw-r--r--configs/chromebox_panther_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig
index e7ef8feb66..a6bafe35f6 100644
--- a/configs/chromebox_panther_defconfig
+++ b/configs/chromebox_panther_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
OpenPOWER on IntegriCloud