aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/crypto/Kconfig2
-rw-r--r--drivers/crypto/ccp/Kconfig1
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 4954d7579c5b..9dee00f257cb 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -401,7 +401,7 @@ config CRYPTO_DEV_ATMEL_SHA
401 401
402config CRYPTO_DEV_CCP 402config CRYPTO_DEV_CCP
403 bool "Support for AMD Cryptographic Coprocessor" 403 bool "Support for AMD Cryptographic Coprocessor"
404 depends on X86 404 depends on X86 && PCI
405 default n 405 default n
406 help 406 help
407 The AMD Cryptographic Coprocessor provides hardware support 407 The AMD Cryptographic Coprocessor provides hardware support
diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig
index 335ed5cac7a0..7639ffc36c68 100644
--- a/drivers/crypto/ccp/Kconfig
+++ b/drivers/crypto/ccp/Kconfig
@@ -2,6 +2,7 @@ config CRYPTO_DEV_CCP_DD
2 tristate "Cryptographic Coprocessor device driver" 2 tristate "Cryptographic Coprocessor device driver"
3 depends on CRYPTO_DEV_CCP 3 depends on CRYPTO_DEV_CCP
4 default m 4 default m
5 select HW_RANDOM
5 help 6 help
6 Provides the interface to use the AMD Cryptographic Coprocessor 7 Provides the interface to use the AMD Cryptographic Coprocessor
7 which can be used to accelerate or offload encryption operations 8 which can be used to accelerate or offload encryption operations