diff options
| author | Dominic Rath <[email protected]> | 2021-12-22 08:57:46 +0100 |
|---|---|---|
| committer | Ramon Fried <[email protected]> | 2022-01-15 18:50:16 +0200 |
| commit | f3e22eea815d99f025aed505eefeffbbf699f845 (patch) | |
| tree | f63c4f741f5ce7daa7109f59b0f1f82762f93638 /drivers/net/phy/Kconfig | |
| parent | 6372ece6e8cb46105cd12a901197fa7bdf637415 (diff) | |
net: phy: add TI DP83869HM ethernet driver
This driver is based on an older downstream TI kernel, with
changes and cleanups to work with mainline device-tree bindings.
Signed-off-by: Dominic Rath <[email protected]>
Signed-off-by: Christian Gmeiner <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Diffstat (limited to 'drivers/net/phy/Kconfig')
| -rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index e69cd8a4b31..4f8d33ce8fd 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -280,6 +280,12 @@ config PHY_TI_DP83867 ---help--- Adds support for the TI DP83867 1Gbit PHY. +config PHY_TI_DP83869 + select PHY_TI + bool "Texas Instruments Ethernet DP83869 PHY support" + ---help--- + Adds support for the TI DP83869 1Gbit PHY. + config PHY_TI_GENERIC select PHY_TI bool "Texas Instruments Generic Ethernet PHYs support" |
