From patchwork Thu Feb 6 09:14:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: T Pratham X-Patchwork-Id: 862649 Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 732ED225A48; Thu, 6 Feb 2025 09:22:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.246 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738833759; cv=none; b=STtr2uNm8/Uc4gCjRqlGmRqU3v1Ze3izUK7U3ueGOPYWB/thCZNmd84nI7pfVcpxmYxMkSY8o1EW9iiYBkATqQLQ6SrkplxSCIP8Q5Hv46EH9CRcZjphx0aGXCN065ordVi2OK6PUuaL48Ta87Lq57QFGSYNnsq8Kyvr9buUTEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738833759; c=relaxed/simple; bh=rMUdc8rgCvguL1dYjMNJWOARf7jz7NGicxVXPEWwrGo=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=rraEC2V59IM5zc+dvQZhaAyVl725dEtSgzPOM9xAq2mALaaV0MsLbyfzB7LSuYS2tFiu8N7ccoEXRjCP1dNzGji8tpuhdoBYZMWmi339L5+I3Nz+sH7fp8xRPyyKXOEwI0cngLhEVoPU9otC6InazBe3pVtr7iHM0ztpKOitiE4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=WcuqHpJj; arc=none smtp.client-ip=198.47.19.246 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="WcuqHpJj" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 5169Ldqs2704578 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Feb 2025 03:21:39 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738833699; bh=n1wz6KRTg5DPLq/LpHJTBKLZg67NKVlvbqSY8YffbdQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=WcuqHpJjFMlGLY/+yNA5lxAKM8eRRrhsgdrlHx7vscwKbLqrpm8ku4iRJw4Ri58z3 NtGM4AAJgchtuGlVOxc7RQjYh0Jx7M4IU9+ligBM/tqLrMnu65G4dubDyi6FwfI1dT 0BPr+yhYMvufrxxVSw9JiRZ6I371TazgT4F+qHGk= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 5169LdiM084371 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Feb 2025 03:21:39 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 6 Feb 2025 03:21:39 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 6 Feb 2025 03:21:39 -0600 Received: from pratham-Workstation-PC (pratham-workstation-pc.dhcp.ti.com [172.24.227.40]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 5169Lb5Y129767; Thu, 6 Feb 2025 03:21:38 -0600 From: T Pratham To: Herbert Xu , "David S. Miller" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Catalin Marinas , Will Deacon CC: T Pratham , , , , , Vignesh Raghavendra , Praneeth Bajjuri , Kamlesh Gurudasani , Manorit Chawdhry Subject: [PATCH RFC DONOTMERGE 3/3] arm64: defconfig: enable DTHE V2 module Date: Thu, 6 Feb 2025 14:44:32 +0530 Message-ID: <20250206-dthe-v2-aes-v1-3-1e86cf683928@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250206-dthe-v2-aes-v1-0-1e86cf683928@ti.com> References: <20250206-dthe-v2-aes-v1-0-1e86cf683928@ti.com> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mailer: b4 0.14.2 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea Enabling the TI DTHE V2 module to be built for K3 devices. Signed-off-by: T Pratham --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e6158633f07c1f3532fba62f09b31e7448..f10b926e1321943f02376f8ff8472e0a01628d27 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1711,6 +1711,7 @@ CONFIG_CRYPTO_DEV_HISI_ZIP=m CONFIG_CRYPTO_DEV_HISI_HPRE=m CONFIG_CRYPTO_DEV_HISI_TRNG=m CONFIG_CRYPTO_DEV_SA2UL=m +CONFIG_CRYPTO_DEV_TI_DTHE_V2=m CONFIG_DMA_RESTRICTED_POOL=y CONFIG_CMA_SIZE_MBYTES=32 CONFIG_PRINTK_TIME=y