-
CONFIG_ETH_ENC28J60_0_FULL_DUPLEX
¶
ENC28J60 full duplex
Type: bool
Help¶
Enable Full Duplex. Device is configured half duplex when disabled.
Direct dependencies¶
ETH_ENC28J60
&& ETH_ENC28J60_0
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
ETH_ENC28J60
&Ð_ENC28J60_0
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.enc28j60:48
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:27
Menu path: (top menu) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller
config ETH_ENC28J60_0_FULL_DUPLEX bool prompt "ENC28J60 full duplex" ifETH_ENC28J60
&Ð_ENC28J60_0
&&NET_L2_ETHERNET
default "y" ifETH_ENC28J60
&Ð_ENC28J60_0
&&NET_L2_ETHERNET
depends onETH_ENC28J60
&Ð_ENC28J60_0
&&NET_L2_ETHERNET
help Enable Full Duplex. Device is configured half duplex when disabled.
(Definitions include propagated dependencies, including from if’s and menus.)