linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: mingo@elte.hu, akpm@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	dhowells@redhat.com
Subject: [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
Date: Wed, 28 Nov 2007 14:53:58 +0000	[thread overview]
Message-ID: <20071128145358.15389.83198.stgit@warthog.procyon.org.uk> (raw)
In-Reply-To: <20071122153359.GA7268@elte.hu>

AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 net/rxrpc/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d..0d3103c 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -5,6 +5,7 @@
 config AF_RXRPC
 	tristate "RxRPC session sockets"
 	depends on INET && EXPERIMENTAL
+	select CRYPTO
 	select KEYS
 	help
 	  Say Y or M here to include support for RxRPC session sockets (just


  parent reply	other threads:[~2007-11-28 14:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-22 15:33 [build bug] ./net/rxrpc/ar-key.c fails to build Ingo Molnar
2007-11-22 19:01 ` David Howells
2007-11-28 12:44 ` [build bug] SCTP, net/sctp/auth.c, " Ingo Molnar
2007-11-28 12:47   ` Ingo Molnar
2007-11-28 15:24     ` Vlad Yasevich
2007-11-28 14:58       ` Ingo Molnar
2007-11-28 16:05         ` Vlad Yasevich
2007-11-28 14:53 ` David Howells [this message]
2007-11-28 14:37 [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC David Howells
2007-11-30 12:07 ` Herbert Xu
2007-11-30 12:11   ` Ingo Molnar
2007-11-30 13:36     ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071128145358.15389.83198.stgit@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).