Skip to content

Commit f1b70d1

Browse files
committed
crypto: mxc-scc - Remove broken driver
This driver has been completely broken since the very beginning because it doesn't even have a setkey function. This means that nobody has ever used it as it would crash during setkey. This patch removes this driver. Fixes: d293b64 ("crypto: mxc-scc - add basic driver for the...") Signed-off-by: Herbert Xu <[email protected]>
1 parent 38a1965 commit f1b70d1

File tree

3 files changed

+0
-777
lines changed

3 files changed

+0
-777
lines changed

drivers/crypto/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,6 @@ config CRYPTO_DEV_SAHARA
404404
This option enables support for the SAHARA HW crypto accelerator
405405
found in some Freescale i.MX chips.
406406

407-
config CRYPTO_DEV_MXC_SCC
408-
tristate "Support for Freescale Security Controller (SCC)"
409-
depends on ARCH_MXC && OF
410-
select CRYPTO_BLKCIPHER
411-
select CRYPTO_DES
412-
help
413-
This option enables support for the Security Controller (SCC)
414-
found in Freescale i.MX25 chips.
415-
416407
config CRYPTO_DEV_EXYNOS_RNG
417408
tristate "EXYNOS HW pseudo random number generator support"
418409
depends on ARCH_EXYNOS || COMPILE_TEST

drivers/crypto/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o
1818
obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += marvell/
1919
obj-$(CONFIG_CRYPTO_DEV_MEDIATEK) += mediatek/
2020
obj-$(CONFIG_CRYPTO_DEV_MXS_DCP) += mxs-dcp.o
21-
obj-$(CONFIG_CRYPTO_DEV_MXC_SCC) += mxc-scc.o
2221
obj-$(CONFIG_CRYPTO_DEV_NIAGARA2) += n2_crypto.o
2322
n2_crypto-y := n2_core.o n2_asm.o
2423
obj-$(CONFIG_CRYPTO_DEV_NX) += nx/

0 commit comments

Comments
 (0)