From d8e18e7f9633a1aa38f8ae1ed38bbbcba1d8142f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 10:02:14 -0600 Subject: [PATCH] Move NETDEV config from net/Kconfig to net/netdev/Kconfig --- net/netdev/Kconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net/netdev/Kconfig b/net/netdev/Kconfig index 5209f24b35..355794690a 100644 --- a/net/netdev/Kconfig +++ b/net/netdev/Kconfig @@ -3,6 +3,12 @@ # see misc/tools/kconfig-language.txt. # -#menu "Network Device Operations" +menu "Network Device Operations" -#endmenu # Network Device Operations +config NETDEV_PHY_IOCTL + bool "Enable PHY ioctl()" + default n + ---help--- + Enable support for ioctl() commands to access PHY registers" + +endmenu # Network Device Operations