From: Tom Lendacky Date: Wed, 23 Jul 2014 14:45:19 +0000 (-0500) Subject: crypto: ccp - Remove "select OF" from Kconfig X-Git-Tag: omap-for-v3.17/fixes-against-rc2~194^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4839ddcaba266bcf37dfb00757f339ab9de4710e;p=pandora-kernel.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 --- Reading git-diff-tree failed