aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/Kconfig
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-04-23 12:26:14 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-28 12:17:54 +0200
commit1660998033e1f180768b58b0f037da9292d1adda (patch)
treecd6030cc9f4fef51b5e747954a970f0ac263ab67 /drivers/staging/ccree/Kconfig
parentstaging: ccree: add AEAD support (diff)
downloadlinux-dev-1660998033e1f180768b58b0f037da9292d1adda.tar.xz
linux-dev-1660998033e1f180768b58b0f037da9292d1adda.zip
staging: ccree: add FIPS support
Add FIPS mode support to CryptoCell driver Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/Kconfig')
-rw-r--r--drivers/staging/ccree/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/ccree/Kconfig b/drivers/staging/ccree/Kconfig
index 2d112237dbc0..ae627049c499 100644
--- a/drivers/staging/ccree/Kconfig
+++ b/drivers/staging/ccree/Kconfig
@@ -24,6 +24,15 @@ config CRYPTO_DEV_CCREE
cryptographic operations on the system REE.
If unsure say Y.
+config CCREE_FIPS_SUPPORT
+ bool "Turn on CryptoCell 7XX REE FIPS mode support"
+ depends on CRYPTO_DEV_CCREE
+ default n
+ help
+ Say 'Y' to enable support for FIPS compliant mode by the
+ CCREE driver.
+ If unsure say N.
+
config CCREE_DISABLE_COHERENT_DMA_OPS
bool "Disable Coherent DMA operations for the CCREE driver"
depends on CRYPTO_DEV_CCREE