diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-22 18:31:20 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-31 07:57:27 -0600 |
commit | 26468d5186b437eba0c4baf9b7ac0e4b9b18ad39 (patch) | |
tree | 5b8057287b5288be86a1ed4bd78c35a6aafb4318 /include/configs/efi-x86.h | |
parent | a7d660bc4982fea59d14d30eb79e77499d1074ef (diff) | |
download | u-boot-26468d5186b437eba0c4baf9b7ac0e4b9b18ad39.tar.gz |
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 'include/configs/efi-x86.h')
-rw-r--r-- | include/configs/efi-x86.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h index 5779cfdb66..1c955d9e37 100644 --- a/include/configs/efi-x86.h +++ b/include/configs/efi-x86.h @@ -11,8 +11,6 @@ #undef CONFIG_CMD_SF_TEST -#undef CONFIG_TPM -#undef CONFIG_TPM_TIS_LPC #undef CONFIG_TPM_TIS_BASE_ADDRESS #undef CONFIG_CMD_IMLS |