15 lines
271 B
Plaintext
Raw Normal View History

2014-06-27 10:02:52 -06:00
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
2014-06-27 10:02:52 -06:00
#
config SYSTEM_MDIO
2015-04-07 13:23:39 -06:00
bool "PHY Tool"
2014-06-27 10:02:52 -06:00
default n
depends on NETDEV_PHY_IOCTL
---help---
2015-04-07 13:23:39 -06:00
Enable the PHY MDIO tool
2014-06-27 10:02:52 -06:00
if SYSTEM_MDIO
endif