CONFIG_MDIO_SHELL

Enable MDIO Shell

Type: bool

Help

Enable MDIO Shell.

The MDIO shell currently supports scanning and device
read/write.

Direct dependencies

SHELL && MDIO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/mdio/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/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.)