Kconfig (6fb760972c49490b03f3db2ad64cf30bdd28c54a) | Kconfig (2e45d404d99d43bb7127b74b5dea8818df64996c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_NET_PHYLIB 3 tristate 4 5config AT803X_PHY | 1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_NET_PHYLIB 3 tristate 4 5config AT803X_PHY |
6 tristate "Qualcomm Atheros AR803X PHYs and QCA833x PHYs" | 6 tristate "Qualcomm Atheros AR803X PHYs" |
7 select QCOM_NET_PHYLIB 8 depends on REGULATOR 9 help | 7 select QCOM_NET_PHYLIB 8 depends on REGULATOR 9 help |
10 Currently supports the AR8030, AR8031, AR8033, AR8035 and internal 11 QCA8337(Internal qca8k PHY) model | 10 Currently supports the AR8030, AR8031, AR8033, AR8035 model 11 12config QCA83XX_PHY 13 tristate "Qualcomm Atheros QCA833x PHYs" 14 select QCOM_NET_PHYLIB 15 help 16 Currently supports the internal QCA8337(Internal qca8k PHY) model |