:orphan: .. title:: ETH_ENC28J60_0 .. option:: CONFIG_ETH_ENC28J60_0 *ENC28J60C Ethernet port 0* Type: ``bool`` Help ==== .. code-block:: none Include port 0 driver Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK `) || (\ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/shields/mikroe_eth_click/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ETH_ENC28J60_0 bool default y depends on NETWORKING && SHIELD_MIKROE_ETH_CLICK ---- At ``/shields/mikroe_eth_click/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config ETH_ENC28J60_0 bool default y depends on NETWORKING && SHIELD_MIKROE_ETH_CLICK ---- At ``/ethernet/Kconfig.enc28j60:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:47`` Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller .. code-block:: kconfig config ETH_ENC28J60_0 bool "ENC28J60C Ethernet port 0" depends on ETH_ENC28J60 && NET_L2_ETHERNET help Include port 0 driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*