2014-06-27 18:02:52 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-06-27 18:02:52 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_MDIO
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "PHY Tool"
|
2014-06-27 18:02:52 +02:00
|
|
|
default n
|
|
|
|
depends on NETDEV_PHY_IOCTL
|
|
|
|
---help---
|
2015-04-07 21:23:39 +02:00
|
|
|
Enable the PHY MDIO tool
|
2014-06-27 18:02:52 +02:00
|
|
|
|
|
|
|
if SYSTEM_MDIO
|
|
|
|
endif
|