aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorTom Lendacky <thomas.lendacky@amd.com>2013-11-12 11:46:51 -0600
committerHerbert Xu <herbert@gondor.apana.org.au>2013-12-05 21:28:40 +0800
commitf114766088f352a47f57307ff927b815e0239644 (patch)
tree763d44982b4350819d0cf7dd7ddf5f1633135d81 /drivers/crypto/Kconfig
parentcrypto: ccp - CCP SHA crypto API support (diff)
downloadlinux-dev-f114766088f352a47f57307ff927b815e0239644.tar.xz
linux-dev-f114766088f352a47f57307ff927b815e0239644.zip
crytpo: ccp - CCP device driver build files
These files provide the ability to configure and build the AMD CCP device driver and crypto API support. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index f4fd837bcb82..4954d7579c5b 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -399,4 +399,16 @@ config CRYPTO_DEV_ATMEL_SHA
To compile this driver as a module, choose M here: the module
will be called atmel-sha.
+config CRYPTO_DEV_CCP
+ bool "Support for AMD Cryptographic Coprocessor"
+ depends on X86
+ default n
+ help
+ The AMD Cryptographic Coprocessor provides hardware support
+ for encryption, hashing and related operations.
+
+if CRYPTO_DEV_CCP
+ source "drivers/crypto/ccp/Kconfig"
+endif
+
endif # CRYPTO_HW