:orphan: .. title:: CONFIG_PHY_GENERIC_MII .. kconfig:: CONFIG_PHY_GENERIC_MII CONFIG_PHY_GENERIC_MII ###################### *Generic MII PHY Driver* Type: ``bool`` Help ==== .. code-block:: none This is a generic MII PHY interface that communicates with the PHY using the MDIO bus. Direct dependencies =================== \ :kconfig:`MDIO ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/phy/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:62`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Ethernet PHY Drivers .. code-block:: kconfig config PHY_GENERIC_MII bool "Generic MII PHY Driver" default y depends on MDIO && NET_L2_ETHERNET && NET_L2_ETHERNET help This is a generic MII PHY interface that communicates with the PHY using the MDIO bus. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*