:orphan: .. title:: ETH_ENC28J60 .. option:: CONFIG_ETH_ENC28J60 *ENC28J60C Ethernet Controller* Type: ``bool`` Help ==== ENC28J60C Stand-Alone Ethernet Controller with SPI Interface Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK `) || (\ :option:`SPI ` && \ :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:16`` 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 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK ` ---- At ``boards/shields/mikroe_eth_click/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_ENC28J60 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_MIKROE_ETH_CLICK ` ---- At ``drivers/ethernet/Kconfig.enc28j60:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:47`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_ENC28J60 bool "ENC28J60C Ethernet Controller" depends on \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` help ENC28J60C Stand-Alone Ethernet Controller with SPI Interface *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*