From patchwork Wed Sep 6 04:56:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sai.Sathujoda@toshiba-tsip.com X-Patchwork-Id: 13375266 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63102EB8FA5 for ; Wed, 6 Sep 2023 04:56:59 +0000 (UTC) Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.131]) by mx.groups.io with SMTP id smtpd.web11.1742.1693976210211629495 for ; Tue, 05 Sep 2023 21:56:51 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: toshiba-tsip.com, ip: 210.130.202.131, mailfrom: sai.sathujoda@toshiba-tsip.com) Received: by mo-csw.securemx.jp (mx-mo-csw1120) id 3864ums52554729; Wed, 6 Sep 2023 13:56:48 +0900 X-Iguazu-Qid: 2rWgyA9oohD7aouMyB X-Iguazu-QSIG: v=2; s=0; t=1693976207; q=2rWgyA9oohD7aouMyB; m=rV4cMRcqFDG5v1ST1iT6Ibc4IzPJhbRrxZjw43Uc1jM= Received: from imx12-a.toshiba.co.jp ([38.106.60.135]) by relay.securemx.jp (mx-mr1120) id 3864ukEh181482 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 6 Sep 2023 13:56:47 +0900 From: Sai.Sathujoda@toshiba-tsip.com To: cip-dev@lists.cip-project.org, jan.kiszka@siemens.com Cc: Sai , dinesh.kumar@toshiba-tsip.com, kazuhiro3.hayashi@toshiba.co.jp Subject: [isar-cip-core 1/3] Kconfig: Opt additional IEC 62443-4-2 features when security option is selected Date: Wed, 6 Sep 2023 10:26:41 +0530 X-TSB-HOP2: ON Message-Id: <20230906045643.2640096-2-Sai.Sathujoda@toshiba-tsip.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230906045643.2640096-1-Sai.Sathujoda@toshiba-tsip.com> References: <20230906045643.2640096-1-Sai.Sathujoda@toshiba-tsip.com> MIME-Version: 1.0 X-OriginalArrivalTime: 06 Sep 2023 04:56:43.0171 (UTC) FILETIME=[87B94F30:01D9E07E] List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 06 Sep 2023 04:56:59 -0000 X-Groupsio-URL: https://lists.cip-project.org/g/cip-dev/message/12971 From: Sai Data encryption, Secureboot and Swupdate options will be automatically selected when security extensions is selected. Signed-off-by: Sai --- Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kconfig b/Kconfig index ec49631..75d6ba4 100644 --- a/Kconfig +++ b/Kconfig @@ -170,6 +170,9 @@ config KAS_INCLUDE_IMAGE_FORMAT config IMAGE_SECURITY bool "Security extensions" + select IMAGE_DATA_ENCRYPTION + help + This enables security, encrpytion, secureboot and swupdate for IEC 62443-4-2. config KAS_INCLUDE_SECURITY string