diff mbox series

[BlueZ] README: Update Mesh required Kernel Config section

Message ID 20220819204649.244035-1-inga.stotland@intel.com (mailing list archive)
State New, archived
Headers show
Series [BlueZ] README: Update Mesh required Kernel Config section | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint success Gitlint PASS
tedd_an/setupell success Setup ELL PASS
tedd_an/buildprep success Build Prep PASS
tedd_an/build success Build Configuration PASS

Commit Message

Stotland, Inga Aug. 19, 2022, 8:46 p.m. UTC
Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
.config options
---
 README | 1 +
 1 file changed, 1 insertion(+)

Comments

Stotland, Inga Oct. 3, 2022, 11:09 p.m. UTC | #1
Ping

On Fri, 2022-08-19 at 13:46 -0700, Inga Stotland wrote:
> Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
> .config options
> ---
>  README | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/README b/README
> index 3dc226ff1..7de7045a8 100644
> --- a/README
> +++ b/README
> @@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
>         CONFIG_CRYPTO_USER_API
>         CONFIG_CRYPTO_USER_API_AEAD
>         CONFIG_CRYPTO_USER_API_HASH
> +       CONFIG_CRYPTO_USER_API_SKCIPHER
>  
>         CONFIG_CRYPTO_AES
>         CONFIG_CRYPTO_CCM
Luiz Augusto von Dentz Oct. 3, 2022, 11:50 p.m. UTC | #2
Hi Tedd,

On Mon, Oct 3, 2022 at 4:28 PM Stotland, Inga <inga.stotland@intel.com> wrote:
>
> Ping
>
> On Fri, 2022-08-19 at 13:46 -0700, Inga Stotland wrote:
> > Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
> > .config options
> > ---
> >  README | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/README b/README
> > index 3dc226ff1..7de7045a8 100644
> > --- a/README
> > +++ b/README
> > @@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
> >         CONFIG_CRYPTO_USER_API
> >         CONFIG_CRYPTO_USER_API_AEAD
> >         CONFIG_CRYPTO_USER_API_HASH
> > +       CONFIG_CRYPTO_USER_API_SKCIPHER
> >
> >         CONFIG_CRYPTO_AES
> >         CONFIG_CRYPTO_CCM
>

Does our CI infra already use the above config option?
diff mbox series

Patch

diff --git a/README b/README
index 3dc226ff1..7de7045a8 100644
--- a/README
+++ b/README
@@ -79,6 +79,7 @@  may need to be enabled, and the kernel rebuilt.
 	CONFIG_CRYPTO_USER_API
 	CONFIG_CRYPTO_USER_API_AEAD
 	CONFIG_CRYPTO_USER_API_HASH
+	CONFIG_CRYPTO_USER_API_SKCIPHER
 
 	CONFIG_CRYPTO_AES
 	CONFIG_CRYPTO_CCM