Switch all Renesas R-Car systems to LWIP based network stack. This is the modern replacement for legacy U-Boot network stack, and is now functionaly on par with U-Boot network stack, with additional useful functionality like HTTPS support, and generally better throughput.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Tom Rini <[email protected]> --- configs/renesas_rcar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config index a93cb2e9f13..fb9c2304656 100644 --- a/configs/renesas_rcar.config +++ b/configs/renesas_rcar.config @@ -24,6 +24,7 @@ CONFIG_HUSH_PARSER=y # CONFIG_HUSH_OLD_PARSER is not set CONFIG_HUSH_MODERN_PARSER=y CONFIG_MTD=y +CONFIG_NET_LWIP=y CONFIG_OF_CONTROL=y CONFIG_PROT_TCP_SACK=y CONFIG_RCAR_GPIO=y -- 2.53.0

