aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig58
1 files changed, 2 insertions, 56 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 40b6342..7e3002b 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -201,6 +201,7 @@ config CRYPTO_DEV_HIFN_795X
select CRYPTO_BLKCIPHER
select HW_RANDOM if CRYPTO_DEV_HIFN_795X_RNG
depends on PCI
+ depends on !ARCH_DMA_ADDR_T_64BIT
help
This option allows you to have support for HIFN 795x crypto adapters.
@@ -267,7 +268,7 @@ config CRYPTO_DEV_OMAP_AES
config CRYPTO_DEV_PICOXCELL
tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
- depends on ARCH_PICOXCELL
+ depends on ARCH_PICOXCELL && HAVE_CLK
select CRYPTO_AES
select CRYPTO_AUTHENC
select CRYPTO_ALGAPI
@@ -293,59 +294,4 @@ config CRYPTO_DEV_S5P
Select this to offload Samsung S5PV210 or S5PC110 from AES
algorithms execution.
-config CRYPTO_S5P_DEV_ACE
- tristate "Support for Samsung ACE (Advanced Crypto Engine)"
- depends on ARCH_EXYNOS4 || ARCH_EXYNOS5 || ARCH_S5PV210
- select S5P_DEV_ACE
- select CRYPTO_ALGAPI
- help
- Use ACE for AES (ECB, CBC, CTR) and SHA1/SHA256.
- Available in EXYNOS4/S5PV210/S5PC110 and newer CPUs.
-
-config ACE_BC
- bool "Support for AES block cipher (ECB, CBC, CTR mode)"
- depends on CRYPTO_S5P_DEV_ACE
- select CRYPTO_AES
- select CRYPTO_BLKCIPHER
- select CRYPTO_ECB
- select CRYPTO_CTR
- select CRYPTO_CBC
- default y
- help
- Use ACE for ACE (ECB, CBC, CTR) for Samsung Hardware Crypto engine.
-
-config ACE_BC_ASYNC
- bool "Support for AES async mode"
- default y
- depends on ACE_BC
-
-config ACE_BC_IRQMODE
- bool "Support for AES IRQ mode"
- default n
- depends on ACE_BC_ASYNC
-
-config ACE_HASH_SHA1
- bool "Support for SHA1 hash algorithm"
- depends on CRYPTO_S5P_DEV_ACE
- select CRYPTO_HASH
- select CRYPTO_SHA1
- default y
- help
- Use SHA1 hash algorithm for Samsung Hardware Crypto engine
-
-config ACE_HASH_SHA256
- bool "Support for SHA256 hash algorithm"
- depends on CRYPTO_S5P_DEV_ACE && !ARCH_S5PV210
- select CRYPTO_HASH
- select CRYPTO_SHA256
- default y
- help
- Use SHA256 hash algorithm for Samsung Hardware Crypto engine
-
-config ACE_DEBUG
- bool "Debug message for crypto driver"
- depends on CRYPTO_S5P_DEV_ACE
- help
- This option allows you to check the debug print message for crypto driver.
-
endif # CRYPTO_HW