Re: [PATCH] crypto: ccp - Remove "select OF" from Kconfig

2014-07-24 Thread Herbert Xu
On Wed, Jul 23, 2014 at 09:45:19AM -0500, Tom Lendacky wrote:
> The addition of the "select OF if ARM64" has led to a Kconfig
> recursive dependency error when "make ARCH=sh rsk7269_defconfig"
> was run.  Since OF is selected by ARM64 and the of_property_read_bool
> is defined no matter what, delete the Kconfig line that selects OF.
> 
> Reported-by: kbuild test robot 
> Signed-off-by: Tom Lendacky 

Patch applied.  Thanks Tom.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] crypto: ccp - Remove "select OF" from Kconfig

2014-07-23 Thread Tom Lendacky
The addition of the "select OF if ARM64" has led to a Kconfig
recursive dependency error when "make ARCH=sh rsk7269_defconfig"
was run.  Since OF is selected by ARM64 and the of_property_read_bool
is defined no matter what, delete the Kconfig line that selects OF.

Reported-by: kbuild test robot 
Signed-off-by: Tom Lendacky 
---
 drivers/crypto/ccp/Kconfig |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig
index 474382d..7639ffc 100644
--- a/drivers/crypto/ccp/Kconfig
+++ b/drivers/crypto/ccp/Kconfig
@@ -3,7 +3,6 @@ config CRYPTO_DEV_CCP_DD
depends on CRYPTO_DEV_CCP
default m
select HW_RANDOM
-   select OF if ARM64
help
  Provides the interface to use the AMD Cryptographic Coprocessor
  which can be used to accelerate or offload encryption operations

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html