]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: config: Reflect the name changes of LPC TPM configs
authorTom Wai-Hong Tam <waihong@chromium.org>
Fri, 12 Apr 2013 11:04:35 +0000 (11:04 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 3 Jun 2013 08:26:25 +0000 (01:26 -0700)
The new name is more aligned with Linux kernel's naming of TPM driver.

Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h

index be04a7548a7971fa40a11fbc95ff0d6f908babf5..2fefdc80db68e7ea5b72d6493c32ef8add701c44 100644 (file)
@@ -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
 
 /*-----------------------------------------------------------------------