]> git.sur5r.net Git - u-boot/commit
lib/rsa: Kconfig: Remove superfluous 'depends on RSA'
authorEugeniu Rosca <roscaeugeniu@gmail.com>
Sat, 21 Apr 2018 12:00:10 +0000 (14:00 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000 (10:42 -0400)
commit39883af3f0a8e3e481752026fa7f3cfa2f506e4e
tree59e7e86527883e536944cca321109695d0d8fc6c
parent002c3234e63303062fdc7511ef69be1fdda3093c
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>
lib/rsa/Kconfig