summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev/Kconfig')
-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