]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/rxrpc/Kconfig
sched: fix memory leak in a failure path
[linux-2.6-omap-h63xx.git] / net / rxrpc / Kconfig
index 8750f6da6bc7fb57e57e1b53f7f0bdd1fc4bfde1..0d3103c4f11c64e6e61c9642fa4b33b98fdd7c24 100644 (file)
@@ -4,7 +4,9 @@
 
 config AF_RXRPC
        tristate "RxRPC session sockets"
-       depends on EXPERIMENTAL
+       depends on INET && EXPERIMENTAL
+       select CRYPTO
+       select KEYS
        help
          Say Y or M here to include support for RxRPC session sockets (just
          the transport part, not the presentation part: (un)marshalling is
@@ -29,7 +31,7 @@ config AF_RXRPC_DEBUG
 
 config RXKAD
        tristate "RxRPC Kerberos security"
-       depends on AF_RXRPC && KEYS
+       depends on AF_RXRPC
        select CRYPTO
        select CRYPTO_MANAGER
        select CRYPTO_BLKCIPHER