2024-01-29 15:15:19 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2024-01-29 15:15:20 +01:00
|
|
|
config QCOM_NET_PHYLIB
|
|
|
|
tristate
|
|
|
|
|
2024-01-29 15:15:19 +01:00
|
|
|
config AT803X_PHY
|
2024-01-29 15:15:21 +01:00
|
|
|
tristate "Qualcomm Atheros AR803X PHYs"
|
2024-01-29 15:15:20 +01:00
|
|
|
select QCOM_NET_PHYLIB
|
2024-01-29 15:15:19 +01:00
|
|
|
depends on REGULATOR
|
|
|
|
help
|
2025-06-13 05:55:08 +04:00
|
|
|
Currently supports the AR8030, AR8031, AR8033, AR8035, IPQ5018 model
|
2024-01-29 15:15:21 +01:00
|
|
|
|
|
|
|
config QCA83XX_PHY
|
|
|
|
tristate "Qualcomm Atheros QCA833x PHYs"
|
|
|
|
select QCOM_NET_PHYLIB
|
|
|
|
help
|
|
|
|
Currently supports the internal QCA8337(Internal qca8k PHY) model
|
2024-01-29 15:15:23 +01:00
|
|
|
|
|
|
|
config QCA808X_PHY
|
|
|
|
tristate "Qualcomm QCA808x PHYs"
|
|
|
|
select QCOM_NET_PHYLIB
|
|
|
|
help
|
|
|
|
Currently supports the QCA8081 model
|
2024-02-06 18:31:10 +01:00
|
|
|
|
|
|
|
config QCA807X_PHY
|
|
|
|
tristate "Qualcomm QCA807x PHYs"
|
|
|
|
select QCOM_NET_PHYLIB
|
2025-06-12 23:28:18 +02:00
|
|
|
select PHY_PACKAGE
|
2024-02-06 18:31:10 +01:00
|
|
|
depends on OF_MDIO
|
|
|
|
help
|
|
|
|
Currently supports the Qualcomm QCA8072, QCA8075 and the PSGMII
|
|
|
|
control PHY.
|