crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
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: 5e8ce83347
("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>
This commit is contained in:
parent
dc9ab9c69c
commit
42e6f351dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user