:orphan: .. title:: CONFIG_MDIO_ATMEL_SAM .. kconfig:: CONFIG_MDIO_ATMEL_SAM CONFIG_MDIO_ATMEL_SAM ##################### *Atmel SAM MDIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel SAM MCU Family MDIO driver. Direct dependencies =================== \ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`MDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/mdio/Kconfig.sam:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:22`` → ``/mdio/Kconfig:28`` Menu path: (Top) → Device Drivers → MDIO Drivers .. code-block:: kconfig config MDIO_ATMEL_SAM bool "Atmel SAM MDIO driver" default y depends on ETH_SAM_GMAC && MDIO help Enable Atmel SAM MCU Family MDIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*