diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-27 13:45:47 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-27 13:55:36 +0100 |
commit | 4babc62dbd56d02280dc68d8bd951ef8559a55be (patch) | |
tree | f1ecb8d2955c052c23d1fa537dfb426ebfdda006 /target/linux/generic | |
parent | 011798a0defef51b5a2902d81c5fc90b432dbbbc (diff) | |
download | upstream-4babc62dbd56d02280dc68d8bd951ef8559a55be.tar.gz upstream-4babc62dbd56d02280dc68d8bd951ef8559a55be.tar.bz2 upstream-4babc62dbd56d02280dc68d8bd951ef8559a55be.zip |
kernel: fix TPM related config symbols for 4.9
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.9 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 230d8e313c..a2aa38f6d9 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -4399,8 +4399,14 @@ CONFIG_SYSVIPC_SYSCTL=y # 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_TIS_SPI is not set # CONFIG_TCG_ATMEL is not set -# CONFIG_TCG_TIS_ST33ZP24 is not set +# CONFIG_TCG_CRB is not set +# CONFIG_TCG_INFINEON is not set +# CONFIG_TCG_NSC is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TCG_TIS_ST33ZP24_SPI is not set +# CONFIG_TCG_VTPM_PROXY is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BBR is not set |