diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-22 17:38:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-22 17:38:07 +0000 |
commit | a8e1784a7064f97dea8a3ffc30f57d2afbe4a6d2 (patch) | |
tree | a9ebf482827533b6d2e2bd0d98e613e8dab0e4a1 /target/linux/ar71xx/config-2.6.32 | |
parent | e4b621c24add07fcd1b3e457efba3fd9abf52809 (diff) | |
download | upstream-a8e1784a7064f97dea8a3ffc30f57d2afbe4a6d2.tar.gz upstream-a8e1784a7064f97dea8a3ffc30f57d2afbe4a6d2.tar.bz2 upstream-a8e1784a7064f97dea8a3ffc30f57d2afbe4a6d2.zip |
rtl8366_smi: move RTL8366S driver into a separate file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19279 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 8077926b6d..2d83f96dfd 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -193,7 +193,8 @@ CONFIG_PHYLIB=y # CONFIG_PROBE_INITRD_HEADER is not set CONFIG_RTL8306_PHY=y CONFIG_RTL8366_SMI=y -# CONFIG_RTL8366_SMI_DEBUG_FS is not set +CONFIG_RTL8366S_PHY=y +# CONFIG_RTL8366S_PHY_DEBUG_FS is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_EXTENDED is not set |