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"
|
bool "Compile the kernel with gpio debugging"
|
||||||
select KERNEL_DEBUG_KERNEL
|
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
|
config KERNEL_COREDUMP
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user