aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2022-03-25 21:28:56 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-03-26 02:02:44 +0100
commit638771509383cf36617c49b9cc1e0c4a9aedaa0d (patch)
tree807651ff9edc8b615946c8112b9559060f00bbc4 /target/linux/generic
parent026fda10a5c45d56fd856628b6e9e69b95fd5e58 (diff)
downloadupstream-638771509383cf36617c49b9cc1e0c4a9aedaa0d.tar.gz
upstream-638771509383cf36617c49b9cc1e0c4a9aedaa0d.tar.bz2
upstream-638771509383cf36617c49b9cc1e0c4a9aedaa0d.zip
kernel: add (disabled) ASYMMETRIC_TPM_KEY_SUBTYPE symbol
at91/sama7 fails to build due to: | Asymmetric (public-key cryptographic) key type (ASYMMETRIC_KEY_TYPE) [Y/?] y | Asymmetric public-key crypto algorithm subtype (ASYMMETRIC_PUBLIC_KEY_SUBTYPE) [Y/?] y | Asymmetric TPM backed private key subtype (ASYMMETRIC_TPM_KEY_SUBTYPE) [N/m/?] (NEW) |Error in reading or end of file. please note that asym_tpm (module) has been removed in 5.17: <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d3cff4a9> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/config-5.101
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index b022b615aa..578a729085 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -419,6 +419,7 @@ CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
# CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE is not set
+# CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE is not set
# CONFIG_ASYNC_RAID6_TEST is not set
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_AT76C50X_USB is not set