diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 17:44:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 17:44:43 +0100 |
commit | 8519e56e04bbb3e5aaec150a35cfaeb9df60fb91 (patch) | |
tree | 29cc0401e1e21180f85cbf5c8ab70f56756424a7 /target/linux/config | |
parent | bb9166da2c88e66d93b862626ba878c348452edf (diff) |
disable hardware i never seen or use, fix previos commit
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.crypto | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto index 1a62db2f8..ee8d65c20 100644 --- a/target/linux/config/Config.in.crypto +++ b/target/linux/config/Config.in.crypto @@ -57,11 +57,10 @@ config ADK_KPACKAGE_KMOD_CRYPTO_DEV_HIFN_795X help This option allows you to have support for HIFN 795x crypto adapters. -endmenu +comment "OpenBSD Cryptographic framework" -menu "OpenBSD Cryptographic framework" config ADK_KPACKAGE_KMOD_OCF_HIFN - prompt "kmod-ocf-hifn..................... hifn engine" + prompt "kmod-ocf-hifn.......................... HIFN crypto engine" tristate default n select ADK_KERNEL_OCF_OCF @@ -71,36 +70,6 @@ config ADK_KPACKAGE_KMOD_OCF_HIFN Engine for cryptodev that uses Hifn based accelerators such as the 7951, 7955, 7956, 7751, 7811. -config ADK_KPACKAGE_KMOD_OCF_SAFE - prompt "kmod-ocf-safe..................... safenet engine" - tristate - default n - select ADK_KERNEL_OCF_OCF - depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCI - select ADK_KPACKAGE_KMOD_CRYPTO_AES - help - Engine for cryptodev that uses a number of the safenet Excel - crypto accelerators. Currently for the 1141 and 1741. - -config ADK_KPACKAGE_KMOD_OCF_IXP4XX - prompt "kmod-ocf-ixp4xx................... IXP4xx engine" - tristate - default n - select ADK_KERNEL_OCF_OCF - depends on ADK_arm - help - Engine for cryptodev that uses XScale IXP4xx. - Requires the Intel Access library. - -config ADK_KPACKAGE_KMOD_OCF_TALITOS - prompt "kmod-ocf-talitos.................. talitos engine" - tristate - default n - select ADK_KERNEL_OCF_OCF - depends on ADK_ppc - help - Engine for cryptodev that uses Freescale's security engine (SEC/talitos). - endmenu comment "Software cryptography" |