mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
crypto: rockchip: Kconfig: select crypto v3 if RK3506
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: I4e617eaac045d111bdd09bfedbd086cf5857df49
This commit is contained in:
@@ -12,8 +12,8 @@ config CRYPTO_DEV_ROCKCHIP_V2
|
||||
default y
|
||||
|
||||
config CRYPTO_DEV_ROCKCHIP_V3
|
||||
bool "crypto v3/v4 for RV1106/RK3528/RK3562/RK3576"
|
||||
depends on CPU_RV1106 || CPU_RK3528 || CPU_RK3562 || CPU_RK3576
|
||||
bool "crypto v3/v4 for RV1106/RK3506/RK3528/RK3562/RK3576"
|
||||
depends on CPU_RV1106 || CPU_RK3506 || CPU_RK3528 || CPU_RK3562 || CPU_RK3576
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user