Kconfig (e5a77529971caba88130fe38f26c083fda03bb78) | Kconfig (d1cb613efbd3cd7d0c000167816beb3f248f5eb8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_NET_PHYLIB 3 tristate 4 5config AT803X_PHY 6 tristate "Qualcomm Atheros AR803X PHYs" 7 select QCOM_NET_PHYLIB 8 depends on REGULATOR --- 6 unchanged lines hidden (view full) --- 15 help 16 Currently supports the internal QCA8337(Internal qca8k PHY) model 17 18config QCA808X_PHY 19 tristate "Qualcomm QCA808x PHYs" 20 select QCOM_NET_PHYLIB 21 help 22 Currently supports the QCA8081 model | 1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_NET_PHYLIB 3 tristate 4 5config AT803X_PHY 6 tristate "Qualcomm Atheros AR803X PHYs" 7 select QCOM_NET_PHYLIB 8 depends on REGULATOR --- 6 unchanged lines hidden (view full) --- 15 help 16 Currently supports the internal QCA8337(Internal qca8k PHY) model 17 18config QCA808X_PHY 19 tristate "Qualcomm QCA808x PHYs" 20 select QCOM_NET_PHYLIB 21 help 22 Currently supports the QCA8081 model |
23 24config QCA807X_PHY 25 tristate "Qualcomm QCA807x PHYs" 26 select QCOM_NET_PHYLIB 27 depends on OF_MDIO 28 help 29 Currently supports the Qualcomm QCA8072, QCA8075 and the PSGMII 30 control PHY. |
|