diff options
author | Eugeniu Rosca <roscaeugeniu@gmail.com> | 2018-04-21 14:00:10 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-28 10:42:35 -0400 |
commit | 39883af3f0a8e3e481752026fa7f3cfa2f506e4e (patch) | |
tree | 59e7e86527883e536944cca321109695d0d8fc6c /configs/orangepi_lite_defconfig | |
parent | 002c3234e63303062fdc7511ef69be1fdda3093c (diff) |
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>
Diffstat (limited to 'configs/orangepi_lite_defconfig')
0 files changed, 0 insertions, 0 deletions