diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-31 09:50:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-31 09:50:24 +0200 |
commit | e6c5a9a53dd6ba112cfe0c05f4c1c5acae3d9999 (patch) | |
tree | a5896df37b2051dff87d69db21841fc78716da8f /target/linux/config/Config.in.netdevice | |
parent | b17c7212a430d6abf4ded89493604e3292a2d141 (diff) | |
parent | 451e85da10ceb1e05a609ef73b42d936c1b84c97 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 713c990f2..2f9b87200 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 |