:orphan: .. title:: ETH_ENC28J60_0 .. option:: CONFIG_ETH_ENC28J60_0 *ENC28J60C Ethernet port 0* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``boards/shields/mikroe_eth_click/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ETH_ENC28J60_0 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK ` ---- At ``boards/shields/mikroe_eth_click/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_ENC28J60_0 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK ` ---- At ``drivers/ethernet/Kconfig.enc28j60:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:47`` Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller .. parsed-literal:: config ETH_ENC28J60_0 bool "ENC28J60C Ethernet port 0" depends on \ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` help Include port 0 driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*