Message ID | 4666184.fJucKke4tk@kru (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Herbert Xu |
Headers | show |
Andrej Krutak <andrej.krutak@sysgo.com> wrote:
> Signed-off-by: Andrej Krutak <andrej.krutak@sysgo.com>
You are supposed to describe the patch here, e.g., the reason
why we need this patch.
Thanks,
On Thursday 22 of October 2015 23:35:07 Herbert Xu wrote: > Andrej Krutak <andrej.krutak@sysgo.com> wrote: > > Signed-off-by: Andrej Krutak <andrej.krutak@sysgo.com> > > You are supposed to describe the patch here, e.g., the reason > why we need this patch. > I'm sorry, please ignore this patch (it's for v4.1 with rt patches).
diff --git a/crypto/Kconfig b/crypto/Kconfig index 48ee3e1..c7596ee 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -14,6 +14,7 @@ source "crypto/async_tx/Kconfig" # menuconfig CRYPTO tristate "Cryptographic API" + select SRCU help This option provides the core Cryptographic API.
Signed-off-by: Andrej Krutak <andrej.krutak@sysgo.com> --- crypto/Kconfig | 1 + 1 file changed, 1 insertion(+)