xref: /rk3399_rockchip-uboot/drivers/crypto/Kconfig (revision cae74a6a1be6f9c9eeeb930cac1b9cc5e7afbed4)
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
9source drivers/crypto/fsl/Kconfig
10source drivers/crypto/rockchip/Kconfig
11
12endmenu
13