Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: CRYPTO_DEV_ATMEL_AES should depend on HAS_DMA
If NO_DMA=y: ERROR: "dma_unmap_sg" [drivers/crypto/atmel-aes.ko] undefined! ERROR: "dma_map_sg" [drivers/crypto/atmel-aes.ko] undefined! Add a dependency on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information