crypto: remove platform dependency configuration
Change-Id: I801509d19417a1f4e88e430220e624ab6d4757d1 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
064a6fd5ee
commit
3a72f5033d
|
|
@ -1,15 +1,13 @@
|
|||
config ROCKCHIP_CRYPTO_V1
|
||||
bool "Enable rockchip crypto v1 support"
|
||||
depends on DM_CRYPTO && (ROCKCHIP_RK3399 || ROCKCHIP_RK3368 || \
|
||||
ROCKCHIP_RK3328 || ROCKCHIP_RK3229 || \
|
||||
ROCKCHIP_RK3288 || ROCKCHIP_RK3128)
|
||||
depends on DM_CRYPTO
|
||||
help
|
||||
This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
|
||||
rockchip crypto v1 on platforms: rk3399/rk3368/rk3328/rk3229/rk3288/rk3128.
|
||||
|
||||
config ROCKCHIP_CRYPTO_V2
|
||||
bool "Enable rockchip crypto v2 support"
|
||||
depends on DM_CRYPTO && (ROCKCHIP_RK3326 || ROCKCHIP_PX30)
|
||||
depends on DM_CRYPTO
|
||||
help
|
||||
This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
|
||||
rockchip crypto v2 on platforms: px30/rk3326.
|
||||
rockchip crypto v2 on platforms: px30/rk3326/rk1808/rk3308.
|
||||
|
|
|
|||
Loading…
Reference in New Issue