diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-07-04 01:24:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-07-04 01:24:27 +0000 |
commit | 1074a4ce2f0d69aa9c3d326ff1b575b924edec6e (patch) | |
tree | 7dc7fde9ef89716686cd58f0181c022f65fd9384 /target | |
parent | 9ca5a98cd2d95a269ded87cc5f40fe39442c3a4b (diff) | |
download | master-187ad058-1074a4ce2f0d69aa9c3d326ff1b575b924edec6e.tar.gz master-187ad058-1074a4ce2f0d69aa9c3d326ff1b575b924edec6e.tar.bz2 master-187ad058-1074a4ce2f0d69aa9c3d326ff1b575b924edec6e.zip |
at91: enable Micrel PHY driver
The AT91 SAMA5D3XPLAINED uses a KSZ9031 and a KSZ8081 that are supported
by this PHY driver.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 93db53b5f1..8faced7a55 100644 --- a/target/linux/at91/config-default +++ b/target/linux/at91/config-default @@ -120,6 +120,7 @@ CONFIG_MACB=y CONFIG_MACH_AT91SAM9_DT=y CONFIG_MDIO_BOARDINFO=y # CONFIG_MII is not set +CONFIG_MICREL_PHY=y CONFIG_MMC=y CONFIG_MMC_ATMELMCI=y CONFIG_MMC_BLOCK=y |