summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/config/arm64/config1
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ec7b333a9..0e2538341 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ linux (5.19~rc7-1~exp1) UNRELEASED; urgency=medium
[ Uwe Kleine-König ]
* Enable IOSM modem driver as a module.
+ [ Diederik de Haas ]
+ * [arm64] drivers/crypto: Enable CRYPTO_DEV_ROCKCHIP as module
+
-- Ben Hutchings <benh@debian.org> Thu, 14 Jul 2022 12:52:40 +0200
linux (5.19~rc6-1~exp1) experimental; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 5e9137ffc..bead87338 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -251,6 +251,7 @@ CONFIG_ARM_PSCI_CPUIDLE=y
##
CONFIG_CRYPTO_DEV_QCE=m
CONFIG_CRYPTO_DEV_QCOM_RNG=m
+CONFIG_CRYPTO_DEV_ROCKCHIP=m
CONFIG_CRYPTO_DEV_SAFEXCEL=m
##