-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: ethernet: phy: add support for adin1100
Add support for adin1100 "industrial ethernet" 10Base-T1L phy. Signed-off-by: Angelo Dureghello <[email protected]>
- Loading branch information
1 parent
f53c632
commit 7a2ec09
Showing
4 changed files
with
459 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
zephyr_library_sources_ifdef(CONFIG_PHY_GENERIC_MII phy_mii.c) | ||
zephyr_library_sources_ifdef(CONFIG_PHY_ADIN1100 phy_adin1100.c) | ||
zephyr_library_sources_ifdef(CONFIG_PHY_ADIN2111 phy_adin2111.c) | ||
zephyr_library_sources_ifdef(CONFIG_PHY_TJA1103 phy_tja1103.c) | ||
zephyr_library_sources_ifdef(CONFIG_PHY_MICROCHIP_KSZ8081 phy_microchip_ksz8081.c) |
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
Oops, something went wrong.