common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Oct 2021 09:35:03 +0000 (11:35 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 26 Oct 2021 19:26:45 +0000 (15:26 -0400)
commit5d39c9324418405d75c0428ab12e3267afcc8c7e
tree2c892dac482c9580e02c3783a98e00e93c6c5a7c
parentb560c704d66edf30c32c2a588bc1d177750bb418
common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS

The padding pss is only supported on u-boot and tools since
commit 2bbed3ff8c7f ("image: Use Kconfig to enable FIT_RSASSA_PSS on host")

This commit adds the config SPL_FIT_RSASSA_PSS to support
the padding pss in the SPL.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig.boot