summaryrefslogtreecommitdiff
path: root/apps/system/mdio/Kconfig
blob: 878ac4adcb66ef7feff3f719885f5e4b5f19eda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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