]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: ccp - Remove "select OF" from Kconfig
authorTom Lendacky <thomas.lendacky@amd.com>
Wed, 23 Jul 2014 14:45:19 +0000 (09:45 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 24 Jul 2014 08:52:12 +0000 (16:52 +0800)
commit4839ddcaba266bcf37dfb00757f339ab9de4710e
treef97a1c9e42a8c04c168b4b21a64936582475e54a
parent8f1da7b945b65513fb02b75ce25040c67ce32726
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>
drivers/crypto/ccp/Kconfig