kernel/drivers/crypto/rockchip/Kconfig
.. .. @@ -10,8 +10,8 @@ 10 10 default y if CPU_RV1126 || CPU_RK1808 || CPU_RK3308 || CPU_PX30 || CPU_RK3568 || CPU_RK3588 11 11 12 12 config CRYPTO_DEV_ROCKCHIP_V3 13 - bool "crypto v3 for RV1106"14 - default y if CPU_RV110613 + bool "crypto v3/v4 for RV1106/RK3528/RK3562"14 + default y if CPU_RV1106 || CPU_RK3528 || CPU_RK356215 15 16 16 endif 17 17