diff options
author | Ian Pozella <Ian.Pozella@imgtec.com> | 2016-09-01 11:24:11 +0100 |
---|---|---|
committer | Ian Pozella <Ian.Pozella@imgtec.com> | 2016-10-15 13:16:26 +0100 |
commit | c718b120e06d9b5c9784242291a7b0535cabda34 (patch) | |
tree | 43ac3f177dc22bba53b2ecaea2d372b6fa06faff /target/linux | |
parent | 093184fcc4232f9b7e397e872d18772592c16cd5 (diff) | |
download | master-187ad058-c718b120e06d9b5c9784242291a7b0535cabda34.tar.gz master-187ad058-c718b120e06d9b5c9784242291a7b0535cabda34.tar.bz2 master-187ad058-c718b120e06d9b5c9784242291a7b0535cabda34.zip |
kernel: add tpm support
This adds kernel support for tpm's providing:
* kmod-tpm - tpm framework
* kmod-tpm-i2c-infineon - infineon i2c 1.2 spec tpm
* kmod-random-tpm - tpm backed rng
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
Signed-off-by: Abhijit Mahajani <Abhijit.Mahajani@imgtec.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.18 | 10 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 11 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index b4e283efe0..746fe8cf73 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3894,6 +3894,16 @@ 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_NSC is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_INFINEON is not set +# CONFIG_TCG_IBMVTPM is not set +# CONFIG_TCG_ST33_I2C is not set +# CONFIG_TCG_XEN 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.1 b/target/linux/generic/config-4.1 index eb2c249cb0..1fc0056605 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -4053,6 +4053,17 @@ 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_NSC is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_INFINEON is not set +# CONFIG_TCG_IBMVTPM is not set +# CONFIG_TCG_TIS_ST33ZP24 is not set +# CONFIG_TCG_XEN is not set +# CONFIG_TCG_CRB 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 24b8c48e6f..3844f063b5 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -4065,6 +4065,17 @@ 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_NSC is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_INFINEON is not set +# CONFIG_TCG_IBMVTPM is not set +# CONFIG_TCG_TIS_ST33ZP24 is not set +# CONFIG_TCG_XEN is not set +# CONFIG_TCG_CRB is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BIC is not set |