u-boot-brain/lib/rsa
Eugeniu Rosca 39883af3f0 lib/rsa: Kconfig: Remove superfluous 'depends on RSA'
RSA_SOFTWARE_EXP and RSA_FREESCALE_EXP are wrapped inside:

if RSA
	...
endif

So, remove the redundant "depends on RSA" from their depends expression.
In addition, move SPL_RSA into the same "if RSA ... endif" block, since
its only direct dependeny is CONFIG_RSA. This tidies up and simplifies
reading of lib/rsa/Kconfig.

No functional change intended.

Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-04-28 10:42:35 -04:00
..
Kconfig lib/rsa: Kconfig: Remove superfluous 'depends on RSA' 2018-04-28 10:42:35 -04:00
Makefile verified-boot: Minimal support for booting U-Boot proper from SPL 2016-06-12 13:14:58 -04:00
rsa-checksum.c rsa: Verify RSA padding programatically 2016-11-21 14:07:30 -05:00
rsa-mod-exp.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
rsa-sign.c rsa: Fix build with OpenSSL 1.1.x 2017-05-12 08:37:19 -04:00
rsa-verify.c image: Combine image_sig_algo with image_sign_info 2016-11-21 14:07:31 -05:00