Re: [PATCH] crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2

2021-02-09 Thread Herbert Xu
On Mon, Feb 01, 2021 at 02:44:31PM +0100, Geert Uytterhoeven wrote: > 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

[PATCH] crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2

2021-02-01 Thread Geert Uytterhoeven
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: