summaryrefslogtreecommitdiff
path: root/configs/renesas_rcar3.config
AgeCommit message (Collapse)Author
2025-11-06arm64: renesas: Make CONFIG_SYS_LOAD_ADDR family-specificHai Pham
Make CONFIG_SYS_LOAD_ADDR family-specific to prepare for R-Car Gen5 support. R-Car Gen5 uses different memory map compared to the current R-Car Gen3 and Gen4 and also different CONFIG_SYS_LOAD_ADDR. This is a preparatory change for R-Car Gen5. No functional change. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> # Upport
2025-01-29net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTIMarek Vasut
It seems that every remaining system which enables BITBANGMII also enables BITBANGMII_MULTI . Remove the BITBANGMII_MULTI symbol and assume it is always enabled. This allows removal of a bit of legacy code. No functional change intended. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
2024-12-22ARM: renesas: Consistently enable ENV_OVERWRITE on Renesas R-CarMarek Vasut
Move CONFIG_ENV_OVERWRITE=y into commont renesas_rcar.config to make sure this configuration option is consistently enabled on all of Renesas R-Car Gen2, Gen3, Gen4. Currently this option is not enabled on Gen4, this fix corrects that omission. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-11-03ARM: renesas: Deduplicate Renesas R-Car 64bit defconfigsMarek Vasut
Deduplicate defconfigs for all Renesas R-Car 64bit systems by factoring out the common parts into generic renesas_rcar64.config and including those using the #include <configs/...> preprocessor macro in the current set of board specific defconfigs. The preprocessor macro is applicable to defconfigs as well. This introduces no functional change, the resulting .config is identical for all Renesas R-Car 64bit systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-11-03ARM: renesas: Deduplicate Renesas R-Car Gen3 defconfigsMarek Vasut
Deduplicate defconfigs for all Renesas R-Car Gen3 systems by factoring out the common parts into generic renesas_rcar3.config and including those using the #include <configs/...> preprocessor macro in the current set of board specific defconfigs. The preprocessor macro is applicable to defconfigs as well. This introduces no functional change, the resulting .config is identical for all Renesas R-Car Gen3 systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>