浏览代码

crypto: ccp - CCP Kconfig fixes

Update the Kconfig to include PCI on the 'depends on'
and add 'select HW_RANDOM' to insure the necessary PCI
and HW_RANDOM functions are available/included in the
build.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tom Lendacky 11 年之前
父节点
当前提交
d5aa80952a
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      drivers/crypto/Kconfig
  2. 1 0
      drivers/crypto/ccp/Kconfig

+ 1 - 1
drivers/crypto/Kconfig

@@ -401,7 +401,7 @@ config CRYPTO_DEV_ATMEL_SHA
 
 
 config CRYPTO_DEV_CCP
 config CRYPTO_DEV_CCP
 	bool "Support for AMD Cryptographic Coprocessor"
 	bool "Support for AMD Cryptographic Coprocessor"
-	depends on X86
+	depends on X86 && PCI
 	default n
 	default n
 	help
 	help
 	  The AMD Cryptographic Coprocessor provides hardware support
 	  The AMD Cryptographic Coprocessor provides hardware support

+ 1 - 0
drivers/crypto/ccp/Kconfig

@@ -2,6 +2,7 @@ config CRYPTO_DEV_CCP_DD
 	tristate "Cryptographic Coprocessor device driver"
 	tristate "Cryptographic Coprocessor device driver"
 	depends on CRYPTO_DEV_CCP
 	depends on CRYPTO_DEV_CCP
 	default m
 	default m
+	select HW_RANDOM
 	help
 	help
 	  Provides the interface to use the AMD Cryptographic Coprocessor
 	  Provides the interface to use the AMD Cryptographic Coprocessor
 	  which can be used to accelerate or offload encryption operations
 	  which can be used to accelerate or offload encryption operations