[PATCH] crypto: imx-scc: Kconfig: drop references to unknown symbols
Antony Pavlov
antonynpavlov at gmail.com
Fri May 12 03:08:25 PDT 2023
barebox has neither CRYPTO_BLKCIPHER nor CRYPTO_DES.
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
drivers/crypto/imx-scc/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/crypto/imx-scc/Kconfig b/drivers/crypto/imx-scc/Kconfig
index c5b0ac2e83..75038fd2a5 100644
--- a/drivers/crypto/imx-scc/Kconfig
+++ b/drivers/crypto/imx-scc/Kconfig
@@ -2,8 +2,6 @@
config CRYPTO_DEV_MXC_SCC
tristate "Support for Freescale Security Controller (SCC)"
depends on (ARCH_IMX25 || COMPILE_TEST) && OFTREE
- select CRYPTO_BLKCIPHER
- select CRYPTO_DES
help
This option enables support for the Security Controller (SCC)
found in Freescale i.MX25 chips.
--
2.39.0
More information about the barebox
mailing list