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