From: Tom Wai-Hong Tam Date: Fri, 12 Apr 2013 11:04:35 +0000 (+0000) Subject: x86: config: Reflect the name changes of LPC TPM configs X-Git-Tag: v2013.07-rc1~24^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bdf46b71b26263d090ccdb1c6679afd085f0323;p=kernel%2Fu-boot.git x86: config: Reflect the name changes of LPC TPM configs The new name is more aligned with Linux kernel's naming of TPM driver. Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Simon Glass Reviewed-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index be04a75..2fefdc8 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -90,7 +90,8 @@ #endif /* Generic TPM interfaced through LPC bus */ -#define CONFIG_GENERIC_LPC_TPM +#define CONFIG_TPM +#define CONFIG_TPM_TIS_LPC #define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000 /*-----------------------------------------------------------------------