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 | d04f2317063995da4c9ca4c413d7dce7a36a3f1c (patch) | |
tree | e668ec1e8aade2160473eab406d23ae7e55dd2b5 /target/linux/at91 | |
parent | d0aca89c18f39a3f64ad94bfde62231994f82a44 (diff) | |
download | upstream-d04f2317063995da4c9ca4c413d7dce7a36a3f1c.tar.gz upstream-d04f2317063995da4c9ca4c413d7dce7a36a3f1c.tar.bz2 upstream-d04f2317063995da4c9ca4c413d7dce7a36a3f1c.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>
SVN-Revision: 46171
Diffstat (limited to 'target/linux/at91')
-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 |