diff options
author | John Crispin <john@openwrt.org> | 2007-10-16 21:02:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-16 21:02:36 +0000 |
commit | dc0a4f8ff86a949e255029ee50ef55b4d6e63259 (patch) | |
tree | 424ac7631e81671c70e8fc2858933293f30904ae /target/linux/x86/config-2.6.23 | |
parent | e36f4396f658fb806ffff128d04696f5fb9ce4f6 (diff) | |
download | upstream-dc0a4f8ff86a949e255029ee50ef55b4d6e63259.tar.gz upstream-dc0a4f8ff86a949e255029ee50ef55b4d6e63259.tar.bz2 upstream-dc0a4f8ff86a949e255029ee50ef55b4d6e63259.zip |
added rtl8169, from #2554
SVN-Revision: 9339
Diffstat (limited to 'target/linux/x86/config-2.6.23')
-rw-r--r-- | target/linux/x86/config-2.6.23 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-2.6.23 b/target/linux/x86/config-2.6.23 index 963069675c..3be125911a 100644 --- a/target/linux/x86/config-2.6.23 +++ b/target/linux/x86/config-2.6.23 @@ -288,6 +288,9 @@ CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set CONFIG_PREEMPT_BKL=y CONFIG_QUICKLIST=y +CONFIG_R8169=m +CONFIG_R8169_NAPI=y +# CONFIG_R8169_VLAN is not set # CONFIG_RELOCATABLE is not set CONFIG_RTC=y CONFIG_RWSEM_GENERIC_SPINLOCK=y |