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

[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