| 1 | --- a/drivers/net/phy/Kconfig |
| 2 | +++ b/drivers/net/phy/Kconfig |
| 3 | @@ -135,6 +135,10 @@ config MICREL_PHY |
| 4 | ---help--- |
| 5 | Currently has a driver for the KSZ8041 |
| 6 | |
| 7 | +config MCS814X_PHY |
| 8 | + tristate "Driver for the Moschip MCS814x internal PHY" |
| 9 | + depends on ARCH_MCS814X |
| 10 | + |
| 11 | config FIXED_PHY |
| 12 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
| 13 | depends on PHYLIB=y |
| 14 | --- a/drivers/net/phy/Makefile |
| 15 | +++ b/drivers/net/phy/Makefile |
| 16 | @@ -38,3 +38,4 @@ obj-$(CONFIG_STE10XP) += ste10Xp.o |
| 17 | obj-$(CONFIG_MICREL_PHY) += micrel.o |
| 18 | obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o |
| 19 | obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o |
| 20 | +obj-$(CONFIG_MCS814X_PHY) += mcs814x.o |
| 21 | |