brintos

brintos / linux-shallow public Read only

0
0
Text · 720 B · 570626c Raw
31 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config QCOM_NET_PHYLIB3	tristate4 5config AT803X_PHY6	tristate "Qualcomm Atheros AR803X PHYs"7	select QCOM_NET_PHYLIB8	depends on REGULATOR9	help10	  Currently supports the AR8030, AR8031, AR8033, AR8035 model11 12config QCA83XX_PHY13	tristate "Qualcomm Atheros QCA833x PHYs"14	select QCOM_NET_PHYLIB15	help16	  Currently supports the internal QCA8337(Internal qca8k PHY) model17 18config QCA808X_PHY19	tristate "Qualcomm QCA808x PHYs"20	select QCOM_NET_PHYLIB21	help22	  Currently supports the QCA8081 model23 24config QCA807X_PHY25	tristate "Qualcomm QCA807x PHYs"26	select QCOM_NET_PHYLIB27	depends on OF_MDIO28	help29	  Currently supports the Qualcomm QCA8072, QCA8075 and the PSGMII30	  control PHY.31