From patchwork Mon Feb 17 10:52:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 13977543 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 8DB822163B6; Mon, 17 Feb 2025 10:54:43 +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=1739789685; cv=none; b=QEG+PRfs/3xjA6dx0q8Mc40bT7qm8fqTxMGwgQghfjKcjxoDnrNTh/obeMpvu2khc5ixD6dzLpgJtJxbMjM5Xu9A1JFG1s9surkTWfF+1wzaJ0kpcnXV1dRRqnFEj9xav7y4KbAQ4zTG2a8MZLoq+tTQsT7oZ02e/AsxC2hkX3Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739789685; c=relaxed/simple; bh=fArnd/g1q3Lal8ltbXDDUmvyw4F0F0EdSzPoDiA7lXM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=aMcJ8SX1O4Lv+iiWOzfy4xeOOUA35LtxEBepgTOunk5qhsTYw1APz+t+yPZ2zWSzcnSnyWxQvaHjG4DhMGmMXp/ANXGKVN/LXs+RpRDsTRXUJkANZtadYbkkt7G5sdh98xDLArcRvII1TZaXNMZScU5FmWOACdUOEvc6kjsOw5U= 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: rUQ5CesFQN2VMy/nwdH9pQ== X-CSE-MsgGUID: NvDw1zIVR06idl21AnXUrg== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 17 Feb 2025 19:54:42 +0900 Received: from superbuilder.administration.lan (unknown [10.226.93.254]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 054D8428055F; Mon, 17 Feb 2025 19:54:39 +0900 (JST) From: Thierry Bultel To: thierry.bultel@linatsea.fr, Geert Uytterhoeven , Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, Thierry Bultel , linux-kernel@vger.kernel.org Subject: [PATCH v2 04/13] soc: renesas: Add RZ/T2H (R9A09G077) config option Date: Mon, 17 Feb 2025 11:52:05 +0100 Message-ID: <20250217105354.551788-5-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250217105354.551788-1-thierry.bultel.yh@bp.renesas.com> References: <20250217105354.551788-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