diff options
| -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 @@  config AF_RXRPC  	tristate "RxRPC session sockets" -	depends on EXPERIMENTAL +	depends on INET && EXPERIMENTAL  	select KEYS  	help  	  Say Y or M here to include support for RxRPC session sockets (just | 

