diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-01 18:24:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-01 18:24:52 +0200 |
commit | 6515d1df05a492624a81317b6c5bb3871c5890c6 (patch) | |
tree | 5242d6116faf9b5ce5e7fe47aa9b8df72bc3744f /target | |
parent | 0f96a0f56c74580d580b5d695499cf4df6bad520 (diff) |
enable networking for qemu-sh, fix libgcc stuff
Diffstat (limited to 'target')
-rw-r--r-- | target/sh/kernel.config | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/sh/kernel.config b/target/sh/kernel.config index 787edeb34..85fbc2e4b 100644 --- a/target/sh/kernel.config +++ b/target/sh/kernel.config @@ -769,12 +769,8 @@ CONFIG_ETHERNET=y # CONFIG_NET_PACKET_ENGINE is not set # CONFIG_NET_VENDOR_QLOGIC is not set CONFIG_NET_VENDOR_REALTEK=y -# CONFIG_8139CP is not set -CONFIG_8139TOO=y -# CONFIG_8139TOO_PIO is not set -# CONFIG_8139TOO_TUNE_TWISTER is not set -# CONFIG_8139TOO_8129 is not set -# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_8139CP=y +# CONFIG_8139TOO is not set # CONFIG_R8169 is not set # CONFIG_NET_VENDOR_RDC is not set # CONFIG_NET_VENDOR_SEEQ is not set |