| 3 | | # why? |
|---|
| 4 | | # select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE |
|---|
| 5 | | boolean |
|---|
| 6 | | default n |
|---|
| | 3 | boolean |
|---|
| | 4 | default n |
|---|
| | 5 | |
|---|
| | 6 | config FWRT_KERNEL_OCF_FIPS |
|---|
| | 7 | boolean |
|---|
| | 8 | default n |
|---|
| | 9 | |
|---|
| | 10 | config FWRT_KERNEL_OCF_CRYPTODEV |
|---|
| | 11 | boolean |
|---|
| | 12 | default n |
|---|
| | 13 | |
|---|
| | 14 | config FWRT_KERNEL_OCF_OCF |
|---|
| | 15 | prompt "support for the OpenBSD Cryptographic Framework (/dev/crypto)" |
|---|
| | 16 | boolean |
|---|
| | 17 | default n |
|---|
| | 18 | select FWRT_KERNEL_CRYPTO |
|---|
| | 19 | select FWRT_KERNEL_OCF_FIPS |
|---|
| | 20 | select FWRT_KERNEL_OCF_CRYPTODEV |
|---|
| | 21 | |
|---|
| | 22 | config FWRT_KPACKAGE_KMOD_OCF_CRYPTOSOFT |
|---|
| | 23 | prompt "kmod-cryptodev-cryptosoft.......... software engine" |
|---|
| | 24 | tristate |
|---|
| | 25 | default n |
|---|
| | 26 | depends on FWRT_KERNEL_OCF_OCF |
|---|
| | 27 | help |
|---|
| | 28 | Engine for cryptodev that uses the CPU for all operations |
|---|
| | 29 | |
|---|
| | 30 | config FWRT_KPACKAGE_KMOD_OCF_SAFE |
|---|
| | 31 | prompt "kmod-cryptodev-safe................ safenet engine" |
|---|
| | 32 | tristate |
|---|
| | 33 | default n |
|---|
| | 34 | depends on FWRT_KERNEL_OCF_OCF |
|---|
| | 35 | help |
|---|
| | 36 | Engine for cryptodev that uses a number of the safenet Excel |
|---|
| | 37 | crypto accelerators. Currently for the 1141 and 1741. |
|---|
| | 38 | |
|---|
| | 39 | config FWRT_KPACKAGE_KMOD_OCF_IXP4XX |
|---|
| | 40 | prompt "kmod-cryptodev-ixp4xx.............. IXP4xx engine" |
|---|
| | 41 | tristate |
|---|
| | 42 | default n |
|---|
| | 43 | depends on FWRT_KERNEL_OCF_OCF |
|---|
| | 44 | depends on FWRT_arm |
|---|
| | 45 | help |
|---|
| | 46 | Engine for cryptodev that uses XScale IXP4xx. |
|---|
| | 47 | Requires the Intel Access library. |
|---|
| | 48 | |
|---|
| | 49 | config FWRT_KPACKAGE_KMOD_OCF_HIFN |
|---|
| | 50 | prompt "kmod-cryptodev-hifn................ hifn engine" |
|---|
| | 51 | tristate |
|---|
| | 52 | default n |
|---|
| | 53 | depends on FWRT_KERNEL_OCF_OCF |
|---|
| | 54 | help |
|---|
| | 55 | Engine for cryptodev that uses Hifn based accelerators |
|---|
| | 56 | such as the 7951, 7955, 7956, 7751, 7811. |
|---|
| | 57 | |
|---|
| | 58 | config FWRT_KPACKAGE_KMOD_OCF_TALITOS |
|---|
| | 59 | prompt "kmod-cryptodev-talitos............. talitos engine" |
|---|
| | 60 | tristate |
|---|
| | 61 | default n |
|---|
| | 62 | depends on FWRT_KERNEL_OCF_OCF |
|---|
| | 63 | depends on FWRT_powerpc || FWRT_m68k || FWRT_ppc |
|---|
| | 64 | help |
|---|
| | 65 | Engine for cryptodev that uses Freescale's security engine (SEC/talitos). |
|---|
| | 66 | |
|---|
| | 67 | comment "Software cryptography" |
|---|