summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-02 20:12:15 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-02 20:12:15 +0100
commit10a88c87f57ef1effe13424abbcef223764699a5 (patch)
tree3d220c4119f5702d8596c5c529b5d76fe1474399 /target/linux/config
parent61c9677c5d2f1707544024b2108b79f3b0f1fc22 (diff)
remove ocf support, broken in my setup
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.crypto28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index 694443350..1251f87f5 100644
--- a/target/linux/config/Config.in.crypto
+++ b/target/linux/config/Config.in.crypto
@@ -5,19 +5,6 @@ config ADK_KERNEL_CRYPTO
config ADK_KERNEL_CRYPTO_HW
tristate
-config ADK_KERNEL_OCF_FIPS
- boolean
-
-config ADK_KERNEL_OCF_CRYPTODEV
- boolean
-
-config ADK_KERNEL_OCF_OCF
- boolean
- select ADK_KERNEL_CRYPTO
- select ADK_KERNEL_OCF_FIPS
- select ADK_KERNEL_OCF_CRYPTODEV
- default n
-
config ADK_KERNEL_CRYPTO_AES
boolean
@@ -57,21 +44,6 @@ config ADK_KPACKAGE_KMOD_CRYPTO_DEV_HIFN_795X
help
This option allows you to have support for HIFN 795x crypto adapters.
-comment "OpenBSD Cryptographic framework"
-
-config ADK_KPACKAGE_KMOD_OCF_HIFN
- prompt "kmod-ocf-hifn.......................... HIFN crypto engine"
- tristate
- default n
- select ADK_KERNEL_OCF_OCF
- depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCI
- depends on !ADK_HARDWARE_QEMU
- depends on ADK_LINUX_X86 || ADK_LINUX_X86_64
- select ADK_KPACKAGE_KMOD_CRYPTO_AES
- help
- Engine for cryptodev that uses Hifn based accelerators
- such as the 7951, 7955, 7956, 7751, 7811.
-
endmenu
comment "Software cryptography"