xref: /OK3568_Linux_fs/u-boot/drivers/crypto/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1menu "Hardware crypto devices"
2
3config DM_CRYPTO
4	bool "Enable Driver Model for CRYPTO drivers (UCLASS_CRYPTO)"
5	depends on DM
6	---help---
7	This config enables the dm crypto support.
8
9config SPL_DM_CRYPTO
10	bool "Enable Driver Model for CRYPTO drivers in spl"
11	depends on SPL_DM
12	---help---
13	This config enables the dm crypto support.
14
15source drivers/crypto/fsl/Kconfig
16source drivers/crypto/rockchip/Kconfig
17
18endmenu
19