summaryrefslogtreecommitdiffstats
path: root/configs/peach-pit_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:20 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:27 -0600
commit26468d5186b437eba0c4baf9b7ac0e4b9b18ad39 (patch)
tree5b8057287b5288be86a1ed4bd78c35a6aafb4318 /configs/peach-pit_defconfig
parenta7d660bc4982fea59d14d30eb79e77499d1074ef (diff)
downloadtalos-obmc-uboot-26468d5186b437eba0c4baf9b7ac0e4b9b18ad39.tar.gz
talos-obmc-uboot-26468d5186b437eba0c4baf9b7ac0e4b9b18ad39.zip
tpm: Convert board config TPM options to Kconfig
Convert all TPM options to Kconfig and tidy up. 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/peach-pit_defconfig')
-rw-r--r--configs/peach-pit_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig
index 6a082968b9..875ddd1941 100644
--- a/configs/peach-pit_defconfig
+++ b/configs/peach-pit_defconfig
@@ -7,11 +7,13 @@ CONFIG_SPL=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_TPM=y
CONFIG_SPI_FLASH=y
CONFIG_CMD_CROS_EC=y
CONFIG_CROS_EC=y
CONFIG_CROS_EC_SPI=y
CONFIG_CROS_EC_KEYB=y
+CONFIG_TPM_TIS_I2C=y
CONFIG_DM_I2C=y
CONFIG_DM_I2C_COMPAT=y
CONFIG_I2C_CROS_EC_TUNNEL=y
@@ -30,5 +32,6 @@ CONFIG_SOUND_MAX98095=y
CONFIG_SOUND_WM8994=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_TPM=y
CONFIG_ERRNO_STR=y
CONFIG_SYS_PROMPT="Peach-Pit # "
OpenPOWER on IntegriCloud