[U-Boot] [PATCH] serial: drop redundant depends on

Simon Glass sjg at chromium.org
Sat Aug 29 01:21:55 CEST 2015


On 28 August 2015 at 05:14, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> SANDBOX_SERIAL depends on SANDBOX, and SANDBOX selects DM.
> So, "SANDBOX_SERIAL depends on DM" is redundant.
>
> Likewise, UNIPHIER_SERIAL depends on ARCH_UNIPHIER, and
> ARCH_UNIPHIER selects DM_SERIAL.
> So, "UNIPHIER_SERIAL depends on DM_SERIAL" is redundant.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  drivers/serial/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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


More information about the U-Boot mailing list