[U-Boot] [PATCH] lib/rsa: Kconfig: Remove superfluous 'depends on RSA'

Simon Glass sjg at chromium.org
Wed Apr 25 05:01:15 UTC 2018


On 21 April 2018 at 06:00, Eugeniu Rosca <roscaeugeniu at gmail.com> wrote:
> 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 at de.adit-jv.com>
> ---
>  lib/rsa/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list