zephyr/drivers/ethernet
Juan Manuel Cruz b97f3f3996 eth: Add full-duplex configuration to ENC28J60
The driver originally gets the full-duplex configuration
from the PHCON1 register and PDPXMD bit as stated by the
ENC298J60 specification document section 2.6 "LED Configuration".
This section trust the board to LEDB connection to signal the
full-duplex configuration.

This commit gets the full-duplex configuration from Kconfig
symbols to allow a proper functionality even when the board
is not connecting LEDB apropriately.

Change-Id: I803958409a611e23e2c3e03f40b412f1695947af
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
2016-09-17 22:43:52 +00:00
..
eth_dw_priv.h ethernet: Enables multicast reception for dw driver 2016-09-01 11:04:14 +00:00
eth_dw.c ethernet: Enables multicast reception for dw driver 2016-09-01 11:04:14 +00:00
eth_enc28j60_priv.h eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
eth_enc28j60.c eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
Kconfig driver: ENC28J60 Ethernet SPI module 2016-08-05 20:36:44 +00:00
Kconfig.enc28j60 eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
Makefile driver: ENC28J60 Ethernet SPI module 2016-08-05 20:36:44 +00:00