summaryrefslogtreecommitdiff
path: root/apps/system/mdio/Kconfig
diff options
context:
space:
mode:
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