Commit 71a904bf authored by David Howells's avatar David Howells Committed by David S. Miller

[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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 26b8e51e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
config AF_RXRPC config AF_RXRPC
tristate "RxRPC session sockets" tristate "RxRPC session sockets"
depends on EXPERIMENTAL depends on INET && EXPERIMENTAL
select KEYS select KEYS
help help
Say Y or M here to include support for RxRPC session sockets (just Say Y or M here to include support for RxRPC session sockets (just
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment