linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: marvell - Fix platform dependency for CRYPTO_DEV_OCTEONTX2_CPT
@ 2022-01-12 13:58 Geert Uytterhoeven
  2022-01-21  6:40 ` Shijith Thotton
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2022-01-12 13:58 UTC (permalink / raw)
  To: Boris Brezillon, Arnaud Ebalard, Srujana Challa, Herbert Xu,
	David S . Miller
  Cc: Arnd Bergmann, linux-crypto, linux-kernel, Geert Uytterhoeven

Arnd pointed out that OcteonTX2 is Thunder, not ThunderX2
(ThunderX2 is CN99XX, formerly named Broadcom Vulcan).

Fixes: 42e6f351dcb05fd1 ("crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2")
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/crypto/marvell/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/marvell/Kconfig b/drivers/crypto/marvell/Kconfig
index 9125199f1702bbeb..3221a9d39dec604c 100644
--- a/drivers/crypto/marvell/Kconfig
+++ b/drivers/crypto/marvell/Kconfig
@@ -38,7 +38,7 @@ config CRYPTO_DEV_OCTEONTX_CPT
 
 config CRYPTO_DEV_OCTEONTX2_CPT
 	tristate "Marvell OcteonTX2 CPT driver"
-	depends on ARCH_THUNDER2 || COMPILE_TEST
+	depends on ARCH_THUNDER || COMPILE_TEST
 	depends on PCI_MSI && 64BIT
 	depends on CRYPTO_LIB_AES
 	depends on NET_VENDOR_MARVELL
-- 
2.25.1


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

* Re: [PATCH] crypto: marvell - Fix platform dependency for CRYPTO_DEV_OCTEONTX2_CPT
  2022-01-12 13:58 [PATCH] crypto: marvell - Fix platform dependency for CRYPTO_DEV_OCTEONTX2_CPT Geert Uytterhoeven
@ 2022-01-21  6:40 ` Shijith Thotton
  0 siblings, 0 replies; 2+ messages in thread
From: Shijith Thotton @ 2022-01-21  6:40 UTC (permalink / raw)
  To: geert+renesas
  Cc: arnd, arno, bbrezillon, davem, herbert, linux-crypto,
	linux-kernel, schalla, sthotton, jerinj, sgoutham

OcteonTX2 doesn't fall under ARCH_THUNDER and ARCH_THUNDER2. A better approach
would be to define and use a new SOC type as Arnd mentioned at
https://patchwork.kernel.org/project/linux-crypto/patch/266065918e47e8965bb6a0ab486da070278788e4.1641996057.git.geert+renesas@glider.be/
Please wait for him to post that patch or use arm64 as dependency.

Thanks,
Shijith

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

end of thread, other threads:[~2022-01-21  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 13:58 [PATCH] crypto: marvell - Fix platform dependency for CRYPTO_DEV_OCTEONTX2_CPT Geert Uytterhoeven
2022-01-21  6:40 ` Shijith Thotton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).