:orphan: .. title:: ETH_MCUX_RMII_EXT_CLK .. option:: CONFIG_ETH_MCUX_RMII_EXT_CLK *Enable RMII clock from external sources* Type: ``bool`` Help ==== .. code-block:: none Setting this option will configure MCUX clock block to feed RMII reference clock from external source (ENET_1588_CLKIN) Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_IP_K66F `) || (\ :option:`ETH_MCUX ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`ETH_MCUX ` Kconfig definitions =================== At ``/arm/ip_k66f/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config ETH_MCUX_RMII_EXT_CLK bool default y if ETH_MCUX depends on NETWORKING && BOARD_IP_K66F ---- At ``/ethernet/Kconfig.mcux:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config ETH_MCUX_RMII_EXT_CLK bool "Enable RMII clock from external sources" depends on ETH_MCUX && NET_L2_ETHERNET help Setting this option will configure MCUX clock block to feed RMII reference clock from external source (ENET_1588_CLKIN) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*