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