diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:30:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 07:30:31 +0200 |
commit | db16a43186aa78290e40c72c4673295ac7a9da9e (patch) | |
tree | f0607f56555d0a00207a028d8cf9d1905053b402 /target/linux/config/Config.in.netdevice | |
parent | 83b06f4f07ae26ef02fd909f18288f43ed4c3c29 (diff) |
fix network config for qemu-mips
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index d9a8cd9dc..23ffd314c 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -42,6 +42,17 @@ config ADK_KERNEL_MACB default n help +config ADK_KERNEL_PCNET32 + boolean + select ADK_KERNEL_NETDEVICES + select ADK_KERNEL_NET_ETHERNET + select ADK_KERNEL_NET_PCI + select ADK_KERNEL_MII + default y if ADK_TARGET_SYSTEM_QEMU_MIPSEL + default y if ADK_TARGET_SYSTEM_QEMU_MIPS + default n + help + config ADK_KERNEL_NATSEMI boolean select ADK_KERNEL_NETDEVICES |