diff mbox series

[isar-cip-core,1/3,v2] Kconfig: Opt additional IEC 62443-4-2 features when security option is selected

Message ID 20230908124237.508469-2-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core,1/3,v2] Kconfig: Opt additional IEC 62443-4-2 features when security option is selected | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Sept. 8, 2023, 12:42 p.m. UTC
From: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com>

Data encryption, Secureboot and Swupdate options will be automatically
selected when security extensions is selected.

Signed-off-by: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com>
---
 Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jan Kiszka Sept. 9, 2023, 11:06 a.m. UTC | #1
On 08.09.23 14:42, Sai.Sathujoda@toshiba-tsip.com wrote:
> From: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com>
> 
> Data encryption, Secureboot and Swupdate options will be automatically
> selected when security extensions is selected.
> 
> Signed-off-by: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com>
> ---
>  Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Kconfig b/Kconfig
> index ec49631..dca137d 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, encryption, secureboot and swupdate for IEC 62443-4-2.
>  
>  config KAS_INCLUDE_SECURITY
>  	string

Thanks, all three applied, but I tried to massage the commit message of
patch 2 a bit further. Please cross-read.

Jan
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index ec49631..dca137d 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, encryption, secureboot and swupdate for IEC 62443-4-2.
 
 config KAS_INCLUDE_SECURITY
 	string