diff options
author | David Howells <dhowells@redhat.com> | 2007-05-22 19:13:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-05-22 19:13:49 -0400 |
commit | 71a904bf49582f1866e2d6f9ce0a186af9a50b39 (patch) | |
tree | dc5873260893af3293272613b527165e5ad32bc8 /net/rxrpc | |
parent | 26b8e51e98ae09cfc770b918577c004a376de4b8 (diff) |
[AF_RXRPC]: AF_RXRPC depends on IPv4
Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this
error:
net/built-in.o: In function `rxrpc_get_peer':
(.text+0x42824): undefined reference to `ip_route_output_key'
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc')
-rw-r--r-- | net/rxrpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index 91b3d52f6f1a..e662f1d07664 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | config AF_RXRPC | 5 | config AF_RXRPC |
6 | tristate "RxRPC session sockets" | 6 | tristate "RxRPC session sockets" |
7 | depends on EXPERIMENTAL | 7 | depends on INET && EXPERIMENTAL |
8 | select KEYS | 8 | select KEYS |
9 | help | 9 | help |
10 | Say Y or M here to include support for RxRPC session sockets (just | 10 | Say Y or M here to include support for RxRPC session sockets (just |