Re: [PATCH 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

From: Horia Geanta
Date: Thu Nov 08 2018 - 06:23:13 EST


On 11/7/2018 10:49 PM, Marc Gonzalez wrote:
> [ Add interested parties ]
>
> On 07/11/2018 21:18, Marc Gonzalez wrote:
>
>> Commit e8342cc7954e ("enable CAAM crypto engine on QorIQ DPAA2 SoCs")
>> enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO,
>> which is not set.
>>
Thanks Marc.

Though I would prefer enabling the dependencies:
dpaa2-caam driver -> dpio driver (FSL_MC_DPIO) -> fsl-mc driver (FSL_MC_BUS).

Horia