CONFIG_MDIO_SHELL¶
Enable MDIO Shell
Type: bool
Help¶
Enable MDIO Shell.
The MDIO shell currently supports scanning and device
read/write.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At drivers/mdio/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:42
→ 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.)