1 From 17e1d4d6f8ce88fccc25c1e900eb985635737959 Mon Sep 17 00:00:00 2001
2 From: Peter Huewe <peterhuewe@gmx.de>
3 Date: Thu, 14 Jun 2018 22:42:18 +0200
4 Subject: [PATCH 284/806] Enable TPM TIS SPI support for TPM1.2 and TPM2.0
7 This patch enables the support for SPI TPMs which follow the TCG TIS
8 FIFO/PTP specification like the SLB9670.
9 In order to decrease ram usage the weak dependency on CONFIG_SECURITFS
10 is explictly set to 'n'.
12 Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
14 arch/arm/configs/bcm2709_defconfig | 5 +++--
15 arch/arm/configs/bcmrpi_defconfig | 5 +++--
16 arch/arm64/configs/bcmrpi3_defconfig | 3 +++
17 3 files changed, 9 insertions(+), 4 deletions(-)
19 --- a/arch/arm/configs/bcm2709_defconfig
20 +++ b/arch/arm/configs/bcm2709_defconfig
21 @@ -350,7 +350,6 @@ CONFIG_NET_ACT_SKBEDIT=m
25 -CONFIG_NET_L3_MASTER_DEV=y
29 @@ -610,6 +609,8 @@ CONFIG_SERIAL_DEV_BUS=m
38 @@ -1343,12 +1344,12 @@ CONFIG_NLS_ISO8859_15=m
42 +# CONFIG_SECURITYFS is not set
48 -CONFIG_CRYPTO_SHA512=m
49 CONFIG_CRYPTO_TGR192=m
52 --- a/arch/arm/configs/bcmrpi_defconfig
53 +++ b/arch/arm/configs/bcmrpi_defconfig
54 @@ -344,7 +344,6 @@ CONFIG_NET_ACT_SKBEDIT=m
58 -CONFIG_NET_L3_MASTER_DEV=y
62 @@ -604,6 +603,8 @@ CONFIG_SERIAL_DEV_BUS=m
71 @@ -1336,13 +1337,13 @@ CONFIG_NLS_ISO8859_15=m
75 +# CONFIG_SECURITYFS is not set
77 CONFIG_CRYPTO_CRYPTD=m
82 -CONFIG_CRYPTO_SHA512=m
83 CONFIG_CRYPTO_TGR192=m
86 --- a/arch/arm64/configs/bcmrpi3_defconfig
87 +++ b/arch/arm64/configs/bcmrpi3_defconfig
88 @@ -589,6 +589,8 @@ CONFIG_SERIAL_DEV_BUS=m
97 @@ -1187,6 +1189,7 @@ CONFIG_NLS_ISO8859_15=m
101 +# CONFIG_SECURITYFS is not set