Message ID | 20250217105354.551788-14-thierry.bultel.yh@bp.renesas.com (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | add initial support for Renesas RZ/T2H SoC | expand |
On 17/02/2025 11:52, Thierry Bultel wrote:
> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
Still missing commit msg. Still no explanation why do we want this patch.
Best regards,
Krzysztof
On 18/02/2025 08:20, Krzysztof Kozlowski wrote: > On 17/02/2025 11:52, Thierry Bultel wrote: >> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> > > > Still missing commit msg. Still no explanation why do we want this patch. And you completely ignored all previous comments. Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e61586..a1cc7a37386d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -486,6 +486,7 @@ CONFIG_SERIAL_TEGRA_TCU=y CONFIG_SERIAL_IMX=y CONFIG_SERIAL_IMX_CONSOLE=y CONFIG_SERIAL_SH_SCI=y +CONFIG_SERIAL_RZ_SCI=y CONFIG_SERIAL_MSM=y CONFIG_SERIAL_MSM_CONSOLE=y CONFIG_SERIAL_QCOM_GENI=y @@ -1457,6 +1458,7 @@ CONFIG_ARCH_R9A07G054=y CONFIG_ARCH_R9A08G045=y CONFIG_ARCH_R9A09G011=y CONFIG_ARCH_R9A09G057=y +CONFIG_ARCH_R9A09G077=y CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_ARCH_TEGRA_132_SOC=y CONFIG_ARCH_TEGRA_210_SOC=y
Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)