summaryrefslogtreecommitdiff
path: root/apps/system/mdio/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 10:02:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 10:02:52 -0600
commite3f5f32248ef8a594a375f1df521b9fb7c1aaeb1 (patch)
tree8a2fa863140bf96e8450143264c0c6fddf5efe26 /apps/system/mdio/Kconfig
parent51282717666bc7b3845a23a66fb63ea5057d5fc2 (diff)
downloadnuttx-e3f5f32248ef8a594a375f1df521b9fb7c1aaeb1.tar.gz
nuttx-e3f5f32248ef8a594a375f1df521b9fb7c1aaeb1.tar.bz2
nuttx-e3f5f32248ef8a594a375f1df521b9fb7c1aaeb1.zip
Add apps/system/mdio from Lazlo
Diffstat (limited to 'apps/system/mdio/Kconfig')
-rw-r--r--apps/system/mdio/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/system/mdio/Kconfig b/apps/system/mdio/Kconfig
new file mode 100644
index 000000000..878ac4adc
--- /dev/null
+++ b/apps/system/mdio/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config SYSTEM_MDIO
+ bool "MDIO tool"
+ default n
+ depends on NETDEV_PHY_IOCTL
+ ---help---
+ Enable the MDIO tool
+
+if SYSTEM_MDIO
+endif