diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 21:00:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 21:00:14 +0000 |
commit | 6c42f140a09c0fc734b1b26dc5ea9092a4e9fa18 (patch) | |
tree | a8eaf613029fcccd13f1435c16063bd3d63b3298 /target/linux/x86/geode | |
parent | 1488ed7c2c10c2bffd2dc4457fc8b2236ec26d62 (diff) | |
download | upstream-6c42f140a09c0fc734b1b26dc5ea9092a4e9fa18.tar.gz upstream-6c42f140a09c0fc734b1b26dc5ea9092a4e9fa18.tar.bz2 upstream-6c42f140a09c0fc734b1b26dc5ea9092a4e9fa18.zip |
x86: enable rtl8139 ethernet support for geode by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44849
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r-- | target/linux/x86/geode/config-default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index b4c0faa968..f4efab0689 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -1,4 +1,10 @@ # CONFIG_3C515 is not set +CONFIG_8139CP=y +CONFIG_8139TOO=y +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set CONFIG_ALIX=y # CONFIG_ATA_PIIX is not set CONFIG_CS5535_CLOCK_EVENT_SRC=y |