edgeos: Enable crypto options in the crash kernel.

Need these to be able to mount encrypted partitions.

BUG=b/222175806
TEST=Can mount dm-crypt partitions using systemd-tpm2
RELEASE_NOTE=none

Change-Id: I86d16f6423880c76725da687e8f4104945084880
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/36507
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Ian Coolidge <icoolidge@google.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
diff --git a/project-edgeos/sys-kernel/dump-capture-kernel/dump-capture-kernel-5.4.84-r3.ebuild b/project-edgeos/sys-kernel/dump-capture-kernel/dump-capture-kernel-5.4.84-r4.ebuild
similarity index 100%
rename from project-edgeos/sys-kernel/dump-capture-kernel/dump-capture-kernel-5.4.84-r3.ebuild
rename to project-edgeos/sys-kernel/dump-capture-kernel/dump-capture-kernel-5.4.84-r4.ebuild
diff --git a/project-edgeos/sys-kernel/dump-capture-kernel/files/crypto.config b/project-edgeos/sys-kernel/dump-capture-kernel/files/crypto.config
new file mode 100644
index 0000000..6b7a085
--- /dev/null
+++ b/project-edgeos/sys-kernel/dump-capture-kernel/files/crypto.config
@@ -0,0 +1,12 @@
+CONFIG_CRYPTO_CRC32C_INTEL=y
+CONFIG_CRYPTO_CRC32=y
+CONFIG_CRYPTO_CRC32_PCLMUL=y
+CONFIG_CRYPTO_CRCT10DIF_PCLMUL=y
+CONFIG_CRYPTO_DRBG=y
+CONFIG_CRYPTO_DRBG_MENU=y
+CONFIG_CRYPTO_GHASH=y
+CONFIG_CRYPTO_JITTERENTROPY=y
+CONFIG_CRYPTO_SHA1_SSSE3=y
+CONFIG_CRYPTO_SHA256_SSSE3=y
+CONFIG_CRYPTO_SHA512_SSSE3=y
+CONFIG_CRYPTO_AES_NI_INTEL=y
diff --git a/project-edgeos/sys-kernel/dump-capture-kernel/tpm.config b/project-edgeos/sys-kernel/dump-capture-kernel/tpm.config
new file mode 100644
index 0000000..cf38188
--- /dev/null
+++ b/project-edgeos/sys-kernel/dump-capture-kernel/tpm.config
@@ -0,0 +1,12 @@
+CONFIG_TCG_TPM=y
+CONFIG_HW_RANDOM_TPM=y
+CONFIG_TCG_TIS_CORE=y
+CONFIG_TCG_TIS=y
+CONFIG_TCG_TIS_I2C_ATMEL=y
+CONFIG_TCG_TIS_I2C_INFINEON=y
+CONFIG_TCG_TIS_I2C_NUVOTON=y
+CONFIG_TCG_NSC=y
+CONFIG_TCG_ATMEL=y
+CONFIG_TCG_INFINEON=y
+CONFIG_TCG_CRB=y
+CONFIG_TCG_VTPM_PROXY=y