2020-07-16 11:03:17 +00:00
|
|
|
--- a/drivers/net/phy/Kconfig
|
|
|
|
+++ b/drivers/net/phy/Kconfig
|
2020-10-08 10:20:39 +00:00
|
|
|
@@ -584,6 +584,13 @@ config XILINX_GMII2RGMII
|
|
|
|
the Reduced Gigabit Media Independent Interface(RGMII) between
|
|
|
|
Ethernet physical media devices and the Gigabit Ethernet controller.
|
2020-01-14 16:15:57 +00:00
|
|
|
|
|
|
|
+config AR40XX_PHY
|
|
|
|
+ tristate "Driver for Qualcomm Atheros IPQ40XX switches"
|
2020-10-08 10:20:39 +00:00
|
|
|
+ depends on HAS_IOMEM && OF && OF_MDIO
|
2020-01-14 16:15:57 +00:00
|
|
|
+ select SWCONFIG
|
2020-10-30 13:18:27 +00:00
|
|
|
+ help
|
2020-01-14 16:15:57 +00:00
|
|
|
+ This is the driver for Qualcomm Atheros IPQ40XX ESS switches.
|
|
|
|
+
|
|
|
|
endif # PHYLIB
|
|
|
|
|
|
|
|
config MICREL_KS8995MA
|
2020-07-16 11:03:17 +00:00
|
|
|
--- a/drivers/net/phy/Makefile
|
|
|
|
+++ b/drivers/net/phy/Makefile
|
2020-11-11 20:30:36 +00:00
|
|
|
@@ -69,6 +69,7 @@ ifdef CONFIG_HWMON
|
2020-02-28 20:15:48 +00:00
|
|
|
aquantia-objs += aquantia_hwmon.o
|
|
|
|
endif
|
2020-01-14 16:15:57 +00:00
|
|
|
obj-$(CONFIG_AQUANTIA_PHY) += aquantia.o
|
|
|
|
+obj-$(CONFIG_AR40XX_PHY) += ar40xx.o
|
|
|
|
obj-$(CONFIG_AX88796B_PHY) += ax88796b.o
|
|
|
|
obj-$(CONFIG_AT803X_PHY) += at803x.o
|
|
|
|
obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o
|