[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#807634: [armel, armhf] Enable new Marvell CESA driver



Package: linux
Version: 4.4~rc4-1~exp1
Severity: wishlist
Tags: patch

A new driver for the marvell CESA crypto engine was added upstream
recently.  This is required on Armada, and will replace the old CESA
driver on Orion and Kirkwood in the future.

Please enable it on armhf.  I think we can also enable it on armel
since the new driver is only loaded there when you pass a special
command line option.

See upstream commit f63601fd616ab370774fa00ea10bcaaa9e48e84c for more
info.

  * [armel, armhf] Enable CRYPTO_DEV_MARVELL_CESA.

-- 
Martin Michlmayr
http://www.cyrius.com/
diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood
index bd2a7dd..8ab415d 100644
--- a/debian/config/armel/config.kirkwood
+++ b/debian/config/armel/config.kirkwood
@@ -150,6 +150,7 @@ CONFIG_ARM_KIRKWOOD_CPUIDLE=y
 ## file: drivers/crypto/Kconfig
 ##
 CONFIG_CRYPTO_DEV_MV_CESA=m
+CONFIG_CRYPTO_DEV_MARVELL_CESA=m
 
 ##
 ## file: drivers/dma/Kconfig
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 6bc4cc0..780f162 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -183,6 +183,7 @@ CONFIG_ARM_TEGRA20_CPUFREQ=y
 ## file: drivers/crypto/Kconfig
 ##
 CONFIG_CRYPTO_DEV_MV_CESA=m
+CONFIG_CRYPTO_DEV_MARVELL_CESA=m
 CONFIG_CRYPTO_DEV_OMAP_SHAM=m
 CONFIG_CRYPTO_DEV_OMAP_AES=m
 CONFIG_CRYPTO_DEV_SUN4I_SS=m
-- 
2.1.4


Reply to: