From a09a843dd7c7ad99b4626d7d82cb650aa83fd277 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 24 Jan 2012 22:18:32 -0500 Subject: [PATCH] config: Add TPM drivers. Signed-off-by: Konrad Rzeszutek Wilk --- linux.config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/linux.config b/linux.config index 4f8eb06..1e137df 100644 --- a/linux.config +++ b/linux.config @@ -464,8 +464,13 @@ CONFIG_LEGACY_PTY_COUNT=256 # # TPM devices # -# CONFIG_TCG_TPM is not set -# CONFIG_I2C is not set +CONFIG_TCG_TPM=y +CONFIG_TCG_TIS=m +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_ATMEL=m +# +CONFIG_I2C=y # # SPI support # -- 2.39.5