Skip to content

Commit efc856e

Browse files
raveenpherbertx
authored andcommitted
crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
SPU driver is dependent on generic MAILBOX API's to communicate with underlying DMA engine driver. So this patch removes BCM_PDC_MBOX "depends on" for SPU driver in Kconfig and adds MAILBOX as dependent module. Fixes: 9d12ba8 ("crypto: brcm - Add Broadcom SPU driver") Signed-off-by: Raveendra Padasalagi <[email protected]> Reviewed-by: Ray Jui <[email protected]> Reviewed-by: Scott Branden <[email protected]> Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
1 parent 6eb8844 commit efc856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ source "drivers/crypto/virtio/Kconfig"
655655
config CRYPTO_DEV_BCM_SPU
656656
tristate "Broadcom symmetric crypto/hash acceleration support"
657657
depends on ARCH_BCM_IPROC
658-
depends on BCM_PDC_MBOX
658+
depends on MAILBOX
659659
default m
660660
select CRYPTO_DES
661661
select CRYPTO_MD5

0 commit comments

Comments
 (0)