1170b0c839f8e09e17d3f558e93d2135103a4f01
[openwrt-10.03/.git] / target / linux / ar71xx / patches-2.6.28 / 101-ksz8041_phy_driver.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -80,6 +80,11 @@ config ADM6996_PHY
4  config MVSWITCH_PHY
5         tristate "Driver for Marvell 88E6060 switches"
6  
7 +config MICREL_PHY
8 +       tristate "Drivers for Micrel/Kendin PHYs"
9 +       ---help---
10 +         Currently has a driver for the KSZ8041
11 +
12  config FIXED_PHY
13         bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
14         depends on PHYLIB=y
15 --- a/drivers/net/phy/Makefile
16 +++ b/drivers/net/phy/Makefile
17 @@ -16,6 +16,7 @@ obj-$(CONFIG_ICPLUS_PHY)      += icplus.o
18  obj-$(CONFIG_ADM6996_PHY)      += adm6996.o
19  obj-$(CONFIG_MVSWITCH_PHY)     += mvswitch.o
20  obj-$(CONFIG_REALTEK_PHY)      += realtek.o
21 +obj-$(CONFIG_MICREL_PHY)       += micrel.o
22  obj-$(CONFIG_FIXED_PHY)                += fixed.o
23  obj-$(CONFIG_MDIO_BITBANG)     += mdio-bitbang.o
24  obj-$(CONFIG_MDIO_OF_GPIO)     += mdio-ofgpio.o