:orphan: .. title:: ETH_ENC28J60_0_FULL_DUPLEX .. option:: CONFIG_ETH_ENC28J60_0_FULL_DUPLEX *ENC28J60 full duplex* Type: ``bool`` Help ==== Enable Full Duplex. Device is configured half duplex when disabled. Direct dependencies =================== \ :option:`ETH_ENC28J60 ` && \ :option:`ETH_ENC28J60_0 ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.enc28j60:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:47`` Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller → ENC28J60C Ethernet port 0 .. parsed-literal:: config ETH_ENC28J60_0_FULL_DUPLEX bool "ENC28J60 full duplex" default y depends on \ :option:`ETH_ENC28J60 ` && \ :option:`ETH_ENC28J60_0 ` && \ :option:`NET_L2_ETHERNET ` help Enable Full Duplex. Device is configured half duplex when disabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*