diff options
| author | Tom Lendacky <thomas.lendacky@amd.com> | 2014-07-23 10:45:19 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-07-24 04:52:12 -0400 |
| commit | 4839ddcaba266bcf37dfb00757f339ab9de4710e (patch) | |
| tree | f97a1c9e42a8c04c168b4b21a64936582475e54a | |
| parent | 8f1da7b945b65513fb02b75ce25040c67ce32726 (diff) | |
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 <fengguang.wu@intel.com>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
| -rw-r--r-- | drivers/crypto/ccp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig index 474382d50ec4..7639ffc36c68 100644 --- a/drivers/crypto/ccp/Kconfig +++ b/drivers/crypto/ccp/Kconfig | |||
| @@ -3,7 +3,6 @@ config CRYPTO_DEV_CCP_DD | |||
| 3 | depends on CRYPTO_DEV_CCP | 3 | depends on CRYPTO_DEV_CCP |
| 4 | default m | 4 | default m |
| 5 | select HW_RANDOM | 5 | select HW_RANDOM |
| 6 | select OF if ARM64 | ||
| 7 | help | 6 | help |
| 8 | Provides the interface to use the AMD Cryptographic Coprocessor | 7 | Provides the interface to use the AMD Cryptographic Coprocessor |
| 9 | which can be used to accelerate or offload encryption operations | 8 | which can be used to accelerate or offload encryption operations |
