developer | 94c513e | 2023-08-21 17:33:25 +0800 | [diff] [blame] | 1 | menu "Crypto Offload Configuration" |
| 2 | depends on PACKAGE_kmod-crypto-eip |
| 3 | |
| 4 | choice |
| 5 | prompt "Crypto Offload Mode" |
| 6 | default CRYPTO_OFFLOAD_INLINE |
| 7 | help |
| 8 | Select crypto offload mode. Support lookaside mode or inline mode. |
| 9 | |
| 10 | config CRYPTO_OFFLOAD_INLINE |
| 11 | bool "Inline Mode" |
| 12 | depends on TARGET_mediatek_mt7988 && !PACKAGE_kmod-eip197_driver |
| 13 | select PACKAGE_kmod-crypto-eip-inline |
| 14 | select PACKAGE_kmod-crypto-eip-ddk |
developer | 4b649a9 | 2024-10-07 15:27:03 +0800 | [diff] [blame] | 15 | select PACKAGE_kmod-crypto-eip-ddk-ksupport |
| 16 | select PACKAGE_kmod-crypto-eip-ddk-ctrl |
| 17 | select PACKAGE_kmod-crypto-eip-ddk-ctrl-app |
| 18 | select PACKAGE_kmod-crypto-eip-ddk-engine |
developer | 94c513e | 2023-08-21 17:33:25 +0800 | [diff] [blame] | 19 | select PACKAGE_crypto-eip-inline-fw |
| 20 | endchoice |
| 21 | |
| 22 | choice |
| 23 | prompt "Crypto XFRM Offload Method" |
| 24 | depends on CRYPTO_OFFLOAD_INLINE |
| 25 | default CRYPTO_XFRM_OFFLOAD_MTK_PCE |
| 26 | help |
| 27 | Select crypto XFRM offload method. Either RAMBUS PCL support or |
| 28 | MTK PCE support. |
| 29 | |
| 30 | config CRYPTO_XFRM_OFFLOAD_MTK_PCE |
| 31 | bool "Enable MTK PCE XFRM Offload" |
| 32 | endchoice |
| 33 | |
| 34 | endmenu |