mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] crypto: imx-scc: Kconfig: drop references to unknown symbols
@ 2023-05-12 10:08 Antony Pavlov
  2023-05-12 11:17 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2023-05-12 10:08 UTC (permalink / raw)
  To: barebox

barebox has neither CRYPTO_BLKCIPHER nor CRYPTO_DES.

Signed-off-by: Antony Pavlov <antonynpavlov@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-12 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12 10:08 [PATCH] crypto: imx-scc: Kconfig: drop references to unknown symbols Antony Pavlov
2023-05-12 11:17 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox