summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-02-07 07:50:55 -0600
committerTom Rini <[email protected]>2026-02-07 07:50:55 -0600
commit3243a73102c3a268269e4b1b1c79b2efb835df70 (patch)
tree4b786fedf73c851f4fc8c1db189c1e7dd6b5f960 /configs
parent717cd8d54c81f16c2c062a4ac80463956628d4c1 (diff)
parent0cd81619bb25b0bcb768b9e30a603d37170476e6 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Enable wget and TCP on R-Car systems
Diffstat (limited to 'configs')
-rw-r--r--configs/renesas_rcar.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config
index d9a99e1f428..b3107d79b0e 100644
--- a/configs/renesas_rcar.config
+++ b/configs/renesas_rcar.config
@@ -10,6 +10,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_WGET=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_REGULATOR=y
@@ -22,8 +23,10 @@ CONFIG_FIT=y
CONFIG_HUSH_PARSER=y
CONFIG_MTD=y
CONFIG_OF_CONTROL=y
+CONFIG_PROT_TCP_SACK=y
CONFIG_RCAR_GPIO=y
CONFIG_SCIF_CONSOLE=y
CONFIG_SERIAL_RX_BUFFER=y
CONFIG_SPI=y
CONFIG_VERSION_VARIABLE=y
+CONFIG_WGET=y