summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 10:02:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 10:02:14 -0600
commitaa00f370887559eebf9558dd7954768ba9a5b2ce (patch)
treed04d348f2c7c3a61ff222160787f589d42fed254 /nuttx/net/netdev
parent4390fa67da05f16f4b721bdd7bb1d7406b5d26e9 (diff)
downloadpx4-nuttx-aa00f370887559eebf9558dd7954768ba9a5b2ce.tar.gz
px4-nuttx-aa00f370887559eebf9558dd7954768ba9a5b2ce.tar.bz2
px4-nuttx-aa00f370887559eebf9558dd7954768ba9a5b2ce.zip
Move NETDEV config from net/Kconfig to net/netdev/Kconfig
Diffstat (limited to 'nuttx/net/netdev')
-rw-r--r--nuttx/net/netdev/Kconfig10
1 files changed, 8 insertions, 2 deletions
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