From aa00f370887559eebf9558dd7954768ba9a5b2ce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 10:02:14 -0600 Subject: Move NETDEV config from net/Kconfig to net/netdev/Kconfig --- nuttx/net/netdev/Kconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'nuttx/net/netdev') diff --git a/nuttx/net/netdev/Kconfig b/nuttx/net/netdev/Kconfig index 5209f24b3..355794690 100644 --- a/nuttx/net/netdev/Kconfig +++ b/nuttx/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 -- cgit v1.2.3