Message ID | 20220819204649.244035-1-inga.stotland@intel.com |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ] README: Update Mesh required Kernel Config section | expand |
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
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 --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