:orphan: .. title:: ETH_ENC424J600 .. option:: CONFIG_ETH_ENC424J600 *ENC424J600C Ethernet Controller* Type: ``bool`` Help ==== ENC424J600C Stand-Alone Ethernet Controller with SPI Interface Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_LINK_BOARD_ETH `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_LINK_BOARD_ETH `) || (\ :option:`SPI ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/link_board_eth/Kconfig.defconfig:14`` 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_ENC424J600 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_LINK_BOARD_ETH ` ---- At ``boards/shields/link_board_eth/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_ENC424J600 bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_LINK_BOARD_ETH ` ---- At ``drivers/ethernet/Kconfig.enc424j600:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:48`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_ENC424J600 bool "ENC424J600C Ethernet Controller" depends on \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` help ENC424J600C Stand-Alone Ethernet Controller with SPI Interface *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*