mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ipq40xx: Qualcomm HW Crypto Engine fixes
This commit is contained in:
parent
861f12781e
commit
4d696d393e
@ -244,6 +244,21 @@ config KERNEL_DEBUG_GPIO
|
||||
bool "Compile the kernel with gpio debugging"
|
||||
select KERNEL_DEBUG_KERNEL
|
||||
|
||||
choice
|
||||
prompt "Algorithms enabled for QCE acceleration"
|
||||
default KERNEL_CRYPTO_DEV_QCE_ENABLE_ALL
|
||||
depends on TARGET_ipq40xx
|
||||
|
||||
config KERNEL_CRYPTO_DEV_QCE_ENABLE_ALL
|
||||
bool "All supported algorithms"
|
||||
|
||||
config KERNEL_CRYPTO_DEV_QCE_ENABLE_BLKCIPHER
|
||||
bool "Block ciphers only"
|
||||
|
||||
config KERNEL_CRYPTO_DEV_QCE_ENABLE_SHA
|
||||
bool "Hash/HMAC only"
|
||||
endchoice
|
||||
|
||||
config KERNEL_COREDUMP
|
||||
bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user