diff mbox

Add select of CONFIG_SRCU by CONFIG_CRYPTO

Message ID 4666184.fJucKke4tk@kru (mailing list archive)
State Changes Requested
Delegated to: Herbert Xu
Headers show

Commit Message

Andrej Kruták Oct. 22, 2015, 6:56 a.m. UTC
Signed-off-by: Andrej Krutak <andrej.krutak@sysgo.com>

---
 crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Herbert Xu Oct. 22, 2015, 2:35 p.m. UTC | #1
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,
Andrej Kruták Oct. 23, 2015, 8:22 a.m. UTC | #2
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 mbox

Patch

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.