crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 1 Feb 2021 13:44:31 +0000 (14:44 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 10 Feb 2021 06:54:31 +0000 (17:54 +1100)
The Marvell OcteonTX2 CPT physical function PCI device is present only
on OcteonTx2 SoC, and not available as an independent PCIe endpoint.
Hence add a dependency on ARCH_THUNDER2, to prevent asking the user
about this driver when configuring a kernel without OcteonTx2 platform
support.

Fixes: 5e8ce8334734c5f2 ("crypto: marvell - add Marvell OcteonTX2 CPT PF driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/Kconfig

index a188ad1..9125199 100644 (file)
@@ -38,7 +38,7 @@ config CRYPTO_DEV_OCTEONTX_CPT
 
 config CRYPTO_DEV_OCTEONTX2_CPT
        tristate "Marvell OcteonTX2 CPT driver"
-       depends on ARM64 || COMPILE_TEST
+       depends on ARCH_THUNDER2 || COMPILE_TEST
        depends on PCI_MSI && 64BIT
        depends on CRYPTO_LIB_AES
        depends on NET_VENDOR_MARVELL