mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-14 08:53:21 +00:00
15 lines
240 B
Text
15 lines
240 B
Text
|
|
#
|
||
|
|
# 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
|