From: Tom Lendacky Date: Wed, 23 Jul 2014 14:45:19 +0000 (-0500) Subject: crypto: ccp - Remove "select OF" from Kconfig X-Git-Tag: v3.17-rc1~151^2~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4839ddcaba266bcf37dfb00757f339ab9de4710e;p=~emulex%2Finfiniband.git crypto: ccp - Remove "select OF" from Kconfig 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig index 474382d50ec..7639ffc36c6 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