CONFIG_ARCH_R8A7795 is being replaced by CONFIG_ARCH_R8A7795[01]. Enable both the old and the new options for now, so r8a77950 and r8a77951 support stays enabled both before and after the removal of the CONFIG_ARCH_R8A7795 option. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- To be applied to topic/renesas-defconfig. Not intended for upstream merge. arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index b3740e6b1b0a7730..1957279892e84ed8 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -289,6 +289,8 @@ CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y +CONFIG_ARCH_R8A77950=y +CONFIG_ARCH_R8A77951=y CONFIG_ARCH_R8A77960=y CONFIG_ARCH_R8A77961=y CONFIG_ARCH_R8A77965=y -- 2.17.1