From patchwork Wed Jan 29 16:37:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 13953937 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id EAA161DFD98; Wed, 29 Jan 2025 16:52:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738169531; cv=none; b=jG4q1dDVY3wYK2jvG6o5nWIl/lmHr1bQfYEXRo4zp1jZrwaPoJ0jF0WHU/T5iSroB7sKo4HvvjfoTxD57aCSM06iBorybZEW8Dg+INMOVrhLU2rBnbt9TW5TL3yGfxHFPBtk3TC4gQyyqXTPfu/JglCOYpnR8EDSq9xisJWqDNc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738169531; c=relaxed/simple; bh=fArnd/g1q3Lal8ltbXDDUmvyw4F0F0EdSzPoDiA7lXM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tz2LdaBYqECYg6+oQd4SL/d1R1lNqSi0vmMsG90Id+yalR//lKLXTrVlJvydzrCPb26fkdrs72pHjLz/I6RvX2udUz9pnHBZR1TLLnfG6nc98OKo4slZnUqW3JL+WVmquyArOyX3R5siNjG5WWqXgT8iyN4uoFJJuXHtpt62DZU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: 1UlhR4+aSqqjxmJpMQ3vLw== X-CSE-MsgGUID: FBY7j5B9RiqtMztNRX/I/w== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 30 Jan 2025 01:52:07 +0900 Received: from wvbox.administration.lan (unknown [10.226.92.145]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 6C29B402F96D; Thu, 30 Jan 2025 01:52:05 +0900 (JST) From: Thierry Bultel To: Geert Uytterhoeven , Magnus Damm Cc: Thierry Bultel , linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 05/14] soc: renesas: Add RZ/T2H (R9A09G077) config option Date: Wed, 29 Jan 2025 16:37:41 +0000 Message-ID: <20250129165122.2980-6-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com> References: <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add a configuration option for the RZ/T2H SoC. Signed-off-by: Thierry Bultel --- drivers/soc/renesas/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 9f7fe02310b9..058ac0b53ffe 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -351,6 +351,11 @@ config ARCH_R9A09G057 help This enables support for the Renesas RZ/V2H(P) SoC variants. +config ARCH_R9A09G077 + bool "ARM64 Platform support for RZ/T2H" + help + This enables support for the Renesas RZ/T2H SoC variants. + endif # ARM64 if RISCV