diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-02 19:59:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-02 19:59:19 +0000 |
commit | 1de7321026a71ec8249e2e3df7a7c5c8cdf65f9f (patch) | |
tree | f5ddb0452dffc986234401fbfa23d7a62377a61c /target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch | |
parent | 1a24fcd9ecdeb5256c80ccde1530943d15b7a9a6 (diff) | |
download | mtk-20170518-1de7321026a71ec8249e2e3df7a7c5c8cdf65f9f.zip mtk-20170518-1de7321026a71ec8249e2e3df7a7c5c8cdf65f9f.tar.gz mtk-20170518-1de7321026a71ec8249e2e3df7a7c5c8cdf65f9f.tar.bz2 |
add experimental support for 2.6.30
SVN-Revision: 15561
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch b/target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch new file mode 100644 index 0000000..0de8853 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.30/101-ksz8041_phy_driver.patch @@ -0,0 +1,24 @@ +--- a/drivers/net/phy/Kconfig ++++ b/drivers/net/phy/Kconfig +@@ -100,6 +100,11 @@ config AR8216_PHY + tristate "Driver for Atheros AR8216 switches" + select SWCONFIG + ++config MICREL_PHY ++ tristate "Drivers for Micrel/Kendin PHYs" ++ ---help--- ++ Currently has a driver for the KSZ8041 ++ + config FIXED_PHY + bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" + depends on PHYLIB=y +--- a/drivers/net/phy/Makefile ++++ b/drivers/net/phy/Makefile +@@ -18,6 +18,7 @@ obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o + obj-$(CONFIG_REALTEK_PHY) += realtek.o + obj-$(CONFIG_AR8216_PHY) += ar8216.o + obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o ++obj-$(CONFIG_MICREL) += micrel.o + obj-$(CONFIG_FIXED_PHY) += fixed.o + obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o + obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o |