diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-08 10:29:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-08 10:29:35 +0000 |
commit | 468bef06f346a8196fccc13ddf6242339d068878 (patch) | |
tree | fd489f9057a8c57bafd585504a1ae4ac9732594e /target/linux/ar71xx/config-2.6.32 | |
parent | be4403aa0da0cd61352bffa80a068e45cbdfa6f9 (diff) | |
download | master-187ad058-468bef06f346a8196fccc13ddf6242339d068878.tar.gz master-187ad058-468bef06f346a8196fccc13ddf6242339d068878.tar.bz2 master-187ad058-468bef06f346a8196fccc13ddf6242339d068878.zip |
ar71xx: add mdio bus driver for the rtl8366 switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.32')
-rw-r--r-- | target/linux/ar71xx/config-2.6.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index dcca7d22b7..f1a69bc0bc 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -173,6 +173,7 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_STB810 is not set # CONFIG_PROBE_INITRD_HEADER is not set CONFIG_RTL8306_PHY=y +CONFIG_RTL8366_SMI=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_EXTENDED is not set |