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 ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/ethernet/Kconfig.enc28j60:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller → ENC28J60C Ethernet port 0
config ETH_ENC28J60_0_FULL_DUPLEX
bool "ENC28J60 full duplex"
default y
depends on ETH_ENC28J60 && ETH_ENC28J60_0 && 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.)