From 3fcc4b656aeafc30221927806e9a3f641b9377f3 Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Sun, 26 Feb 2017 04:04:51 -0600 Subject: kernel: Add TPM Module support The following will enable the TPM kernel module, as well as support for the atmel i2c TPM driver. Tested and confirmed working on an Aerohive AP-121 Signed-off-by: Chris Blake --- target/linux/generic/config-3.18 | 6 ++++++ target/linux/generic/config-4.4 | 6 ++++++ target/linux/generic/config-4.9 | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 8103cabce0..fd24004991 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3884,6 +3884,12 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TASKS_RCU is not set # CONFIG_TC35815 is not set # CONFIG_TCG_TPM is not set +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +# CONFIG_TCG_TIS_I2C_INFINEON is not set +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_TIS_ST33ZP24 is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BIC is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index e76359a8ae..021d8171c1 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -4077,6 +4077,12 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TASKS_RCU is not set # CONFIG_TC35815 is not set # CONFIG_TCG_TPM is not set +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +# CONFIG_TCG_TIS_I2C_INFINEON is not set +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_TIS_ST33ZP24 is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BIC is not set diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index e36d77c207..da9408b644 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -4394,6 +4394,12 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TASK_XACCT is not set # CONFIG_TC35815 is not set # CONFIG_TCG_TPM is not set +# CONFIG_TCG_TIS is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +# CONFIG_TCG_TIS_I2C_INFINEON is not set +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_TIS_ST33ZP24 is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BBR is not set -- cgit v1.2.3