:orphan: .. title:: CONFIG_MDIO_SHELL .. kconfig:: CONFIG_MDIO_SHELL CONFIG_MDIO_SHELL ################# *Enable MDIO Shell* Type: ``bool`` Help ==== .. code-block:: none Enable MDIO Shell. The MDIO shell currently supports scanning and device read/write. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`MDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/mdio/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:22`` Menu path: (Top) → Device Drivers → MDIO Drivers .. code-block:: kconfig 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.)*