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 | 2b5ba9073f4df220772af1200592deb939b2eda8 (patch) | |
tree | 2ac28fa0dadeec629dbb4842d20a8ccd5e49e6ea /target/linux/ar71xx/config-2.6.31 | |
parent | 46b0e6643a6910c113e0ebff1c4d07e31f2cced5 (diff) | |
download | upstream-2b5ba9073f4df220772af1200592deb939b2eda8.tar.gz upstream-2b5ba9073f4df220772af1200592deb939b2eda8.tar.bz2 upstream-2b5ba9073f4df220772af1200592deb939b2eda8.zip |
rtl8366_smi: move RTL8366S driver into a separate file
SVN-Revision: 19279
Diffstat (limited to 'target/linux/ar71xx/config-2.6.31')
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index ef62b7d17c..95bbc55a89 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -190,7 +190,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 |