blob: 12bf8a51887a60e62beec8b2ca6072d38a60a0c9 [file] [log] [blame]
menu "Crypto Offload Configuration"
depends on PACKAGE_kmod-crypto-eip
choice
prompt "Crypto Offload Mode"
default CRYPTO_OFFLOAD_INLINE
help
Select crypto offload mode. Support lookaside mode or inline mode.
config CRYPTO_OFFLOAD_INLINE
bool "Inline Mode"
depends on TARGET_mediatek_mt7988 && !PACKAGE_kmod-eip197_driver
select PACKAGE_kmod-crypto-eip-inline
select PACKAGE_kmod-crypto-eip-ddk
select PACKAGE_kmod-crypto-eip-ddk-ksupport
select PACKAGE_kmod-crypto-eip-ddk-ctrl
select PACKAGE_kmod-crypto-eip-ddk-ctrl-app
select PACKAGE_kmod-crypto-eip-ddk-engine
select PACKAGE_crypto-eip-inline-fw
endchoice
choice
prompt "Crypto XFRM Offload Method"
depends on CRYPTO_OFFLOAD_INLINE
default CRYPTO_XFRM_OFFLOAD_MTK_PCE
help
Select crypto XFRM offload method. Either RAMBUS PCL support or
MTK PCE support.
config CRYPTO_XFRM_OFFLOAD_MTK_PCE
bool "Enable MTK PCE XFRM Offload"
endchoice
endmenu