
On Sat, Feb 18, 2017 at 11:57:49AM +0900, Masahiro Yamada wrote:
Commit 94e3c8c4fd7b ("crypto/fsl - Add progressive hashing support using hardware acceleration.") created entries for CONFIG_SHA1, CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL. However, no defconfig has migrated to it. Complete the move with moveconfig tool.
This commit was generated as follows:
[1] tools/moveconfig.py -y SHA1 SHA256 SHA_HW_ACCEL [2] tools/moveconfig.py -y SHA_PROG_HW_ACCEL
Note: We cannot move SHA_HW_ACCEL and SHA_PROG_HW_ACCEL simultaneously because there is dependency between them.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
I'm working on a v2 of this patch. First, we need to (and I've done) migrate FIT_DISABLE_SHA256 (and make positive). Second we can in a large number of cases here know that we need these because we have FSL_CAAM, which also needs to be migrated. Thanks for the poke! :)