diff mbox series

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

Message ID 20230906045643.2640096-2-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State Superseded
Headers show
Series Enabling additional features in security image | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Sept. 6, 2023, 4:56 a.m. UTC
From: Sai <Sai.Sathujoda@toshiba-tsip.com>

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

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

Comments

Pavel Machek Sept. 6, 2023, 12:04 p.m. UTC | #1
Hi!

> Data encryption, Secureboot and Swupdate options will be automatically
> selected when security extensions is selected.
> 
> Signed-off-by: Sai <Sai.Sathujoda@toshiba-tsip.com>

Would "Signed-off-by: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com>"
be more appropriate sign-off?

> ---
>  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.


"encryption".

Best regards,
								Pavel
diff mbox series

Patch

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