summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorAbbie Chang <abbie.chang@cortina-access.com>2021-01-15 00:34:12 +0300
committerTom Rini <trini@konsulko.com>2021-01-27 18:47:47 +0300
commita70d7b0192333133f8525305cce40f3d30e4281d (patch)
tree7ee5bda74e28c5a0071d804b34d341dc4a9424ad /drivers/net/phy/Kconfig
parentfebe13b438b3b02f0629f91f36928f3f300c7372 (diff)
downloadu-boot-a70d7b0192333133f8525305cce40f3d30e4281d.tar.xz
net: phy: ca_phy: Add driver for CAxxxx SoCs
Add phy driver support for MACs embedded inside Cortina Access SoCs Signed-off-by: Abbie Chang <abbie.chang@cortina-access.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com> CC: Joe Hershberger <joe.hershberger@ni.com> CC: Tom Rini <trini@konsulko.com> CC: Aaron Tseng <aaron.tseng@cortina-access.com> Moved out PHY specific code out of Cortina NI Ethernet driver and into a Cortina Access PHY interface driver
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 51733dd123..d69503067d 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -131,6 +131,13 @@ config SYS_CORTINA_FW_IN_SPIFLASH
endchoice
+config PHY_CORTINA_ACCESS
+ bool "Cortina Access Ethernet PHYs support"
+ default y
+ depends on CORTINA_NI_ENET
+ help
+ Cortina Access Ethernet PHYs init process
+
config PHY_DAVICOM
bool "Davicom Ethernet PHYs support"