All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM
@ 2026-06-21  2:40 Marek Vasut
  2026-06-21 15:36 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marek Vasut @ 2026-06-21  2:40 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Gaurav Jain, Heiko Schocher, Peng Fan, Tom Rini

Make CAAM_64BIT selectable only in case FSL_CAAM is selected,
otherwise CAAM_64BIT shows up in configs of unrelated platforms.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Gaurav Jain <gaurav.jain@nxp.com>
Cc: Heiko Schocher <hs@nabladev.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
---
 drivers/crypto/fsl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig
index eb01c6cf700..936e4d9b513 100644
--- a/drivers/crypto/fsl/Kconfig
+++ b/drivers/crypto/fsl/Kconfig
@@ -20,6 +20,7 @@ config SYS_FSL_MAX_NUM_OF_SEC
 
 config CAAM_64BIT
 	bool
+	depends on FSL_CAAM
 	default y if PHYS_64BIT && !ARCH_IMX8M && !ARCH_IMX8
 	help
 	  Select Crypto driver for 64 bits CAAM version
-- 
2.53.0


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

end of thread, other threads:[~2026-06-24 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-21  2:40 [PATCH] crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM Marek Vasut
2026-06-21 15:36 ` Tom Rini
2026-06-24  7:51 ` Peng Fan
2026-06-24 14:17 ` Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.