CONFIG_MDIO_SHELL¶
Enable MDIO Shell
Type: bool
Help¶
Enable MDIO Shell.
The MDIO shell currently supports scanning and device
read/write.
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/mdio/Kconfig:16
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:22
Menu path: (Top) → Device Drivers → MDIO Drivers
config MDIO_SHELL
    bool "Enable MDIO Shell"
    default y
    depends on SHELL && MDIO
    help
      Enable MDIO Shell.
      The MDIO shell currently supports scanning and device
      read/write.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)