From e9edd1ad49eda3bf1c7f973480593baf9c739ecb Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Thu, 14 Sep 2017 10:25:06 +0200 Subject: net: phy: add ar8327 driver The Atheros ar8327 is a seven port gigabit ethernet switch. This patch adds a driver for the phys in it. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- drivers/net/phy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/net/phy/Makefile') diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 10732f8070..13b8f6545d 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -1,4 +1,5 @@ obj-y += phy.o mdio_bus.o +obj-$(CONFIG_AR8327N_PHY) += ar8327.o obj-$(CONFIG_AT803X_PHY) += at803x.o obj-$(CONFIG_LXT_PHY) += lxt.o obj-$(CONFIG_MARVELL_PHY) += marvell.o -- cgit v1.2.3