diff options
author | Simon Glass <sjg@chromium.org> | 2015-10-03 06:39:36 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-23 09:42:28 -0600 |
commit | 2419cd16a1357a6d0f394b4631ea07b4f9e85ac7 (patch) | |
tree | 8eb00068e28c728550a430003b1e8ced127bac7f /lib | |
parent | 3e7d940bb695fd8ba450dde7742a58a224efaee4 (diff) | |
download | u-boot-imx-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.zip u-boot-imx-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.tar.gz u-boot-imx-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.tar.bz2 |
dm: tpm: Drop CONFIG_DM_TPM
Now that all TPM drivers use driver model, we can drop the special driver
model CONFIG option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Christophe Ricard<christophe-h.ricard@st.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index a8f8460..30e84ed 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -56,6 +56,7 @@ source lib/rsa/Kconfig config TPM bool "Trusted Platform Module (TPM) Support" + depends on DM help This enables support for TPMs which can be used to provide security features for your board. The TPM can be connected via LPC or I2C |