kernel: add (disabled) ASYMMETRIC_TPM_KEY_SUBTYPE symbol
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 25 Mar 2022 20:28:56 +0000 (21:28 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sun, 27 Mar 2022 04:49:38 +0000 (06:49 +0200)
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>
(cherry picked from commit 638771509383cf36617c49b9cc1e0c4a9aedaa0d)

target/linux/generic/config-5.10

index 578b8be76413a78cfb34f7ff6bdc923495737a25..63840c606238b5f54495ec6aeadfdfa2d5d8e7e6 100644 (file)
@@ -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