forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters