summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 09:30:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 09:30:41 -0600
commite8410ddb25e9f03d48928e1c9686a740303d9d45 (patch)
treee3e319d20ebb979203b04ed04f3593d91701ae75 /apps/system/Kconfig
parent4120657cd331cbfd29ac9d6b0f2b76cad7d72cd4 (diff)
downloadnuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.tar.gz
nuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.tar.bz2
nuttx-e8410ddb25e9f03d48928e1c9686a740303d9d45.zip
Add support for a network device IOCTL to access PHY registers. Ioctls only implemented for STM32. From Lazlo
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index 382ef3476..ed16af860 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -47,6 +47,10 @@ menu "P-Code Support"
source "$APPSDIR/system/prun/Kconfig"
endmenu
+menu "PHY Tool"
+source "$APPSDIR/system/mdio/Kconfig"
+endmenu
+
menu "Power Off"
source "$APPSDIR/system/poweroff/Kconfig"
endmenu