diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-27 19:08:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-27 19:08:19 -0400 |
commit | 2431492aef1de33bd222c97ecc131a338d9c454e (patch) | |
tree | 4e57720bbefe998dbafcce6a1fb015baa936a73e /lib/Kconfig | |
parent | c139b5ff0999ec3d44a02ebdb623a92e5782e53e (diff) | |
parent | 4ea5243a3a2fbc59bbcdd401d75f1744bcd6280f (diff) | |
download | u-boot-2431492aef1de33bd222c97ecc131a338d9c454e.tar.gz |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index a8f8460d1d..30e84ed315 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 |