Home
last modified time | relevance | path

Searched hist:"2 ea65f3e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A DKconfig2ea65f3e Fri Aug 28 06:14:21 CDT 2015 Masahiro Yamada <yamada.masahiro@socionext.com> serial: drop redundant depends on

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@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>