From 1db2614c2a25cc5e50087321bbb96024d766a47e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 10:13:10 -0600 Subject: [PATCH] Add missing source of netdev/Kconfig --- net/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net/Kconfig b/net/Kconfig index 8440b4dc1d..f2814ab04d 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -73,12 +73,6 @@ config NET_SOCKOPTS ---help--- Enable or disable support for socket options -config NETDEV_PHY_IOCTL - bool "Enable PHY ioctl()" - default n - ---help--- - Enable support for ioctl() commands to access PHY registers" - if NET_SOCKOPTS config NET_SOLINGER @@ -130,6 +124,7 @@ config NET_GUARDSIZE packet size will be chopped down to the size indicated in the TCP header. +source "net/netdev/Kconfig" source "net/pkt/Kconfig" source "net/tcp/Kconfig" source "net/udp/Kconfig"