瀏覽代碼

tpm: Rename generic_lpc_tpm to tpm_tis_lpc

The new name is more aligned with Linux kernel's naming of TPM driver.

Signed-off-by: Peter Huewe <peter.huewe@infineon.com>
Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Wai-Hong Tam <waihong@chromium.org>
Che-liang Chiou 12 年之前
父節點
當前提交
90899cc014
共有 3 個文件被更改,包括 5 次插入2 次删除
  1. 4 1
      README
  2. 1 1
      drivers/tpm/Makefile
  3. 0 0
      drivers/tpm/tpm_tis_lpc.c

+ 4 - 1
README

@@ -1209,7 +1209,10 @@ The following options need to be configured:
 			If this option is set, the driver enables cache flush.
 			If this option is set, the driver enables cache flush.
 
 
 - TPM Support:
 - TPM Support:
-		CONFIG_GENERIC_LPC_TPM
+		CONFIG_TPM
+		Support TPM devices.
+
+		CONFIG_TPM_TIS_LPC
 		Support for generic parallel port TPM devices. Only one device
 		Support for generic parallel port TPM devices. Only one device
 		per system is supported at this time.
 		per system is supported at this time.
 
 

+ 1 - 1
drivers/tpm/Makefile

@@ -25,7 +25,7 @@ LIB := $(obj)libtpm.o
 
 
 $(shell mkdir -p $(obj)slb9635_i2c)
 $(shell mkdir -p $(obj)slb9635_i2c)
 
 
-COBJS-$(CONFIG_GENERIC_LPC_TPM) = generic_lpc_tpm.o
+COBJS-$(CONFIG_TPM_TIS_LPC) = tpm_tis_lpc.o
 COBJS-$(CONFIG_INFINEON_TPM_I2C) += tis_i2c.o slb9635_i2c/tpm.o
 COBJS-$(CONFIG_INFINEON_TPM_I2C) += tis_i2c.o slb9635_i2c/tpm.o
 COBJS-$(CONFIG_INFINEON_TPM_I2C) += slb9635_i2c/tpm_tis_i2c.o
 COBJS-$(CONFIG_INFINEON_TPM_I2C) += slb9635_i2c/tpm_tis_i2c.o
 
 

+ 0 - 0
drivers/tpm/generic_lpc_tpm.c → drivers/tpm/tpm_tis_lpc.c