summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netdevice
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r--target/linux/config/Config.in.netdevice22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index 2ab36a10f..cef62da0b 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -45,6 +45,28 @@ config ADK_KPACKAGE_KMOD_PCNET32
help
AMD PCnet32 driver
+config ADK_KPACKAGE_KMOD_8139CP
+ prompt "kmod-net-rtl8139cp............ RTL8139C+ PCI driver"
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_NET_ETHERNET
+ select ADK_KERNEL_NET_PCI
+ select ADK_KERNEL_MII
+ tristate
+ default n
+ help
+ RTL8139C+ pci driver
+
+config ADK_KPACKAGE_KMOD_8139TOO
+ prompt "kmod-net-rtl8139.............. RTL8139 PCI driver"
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_NET_ETHERNET
+ select ADK_KERNEL_NET_PCI
+ select ADK_KERNEL_MII
+ tristate
+ default n
+ help
+ RTL8139 pci driver
+
config ADK_KPACKAGE_KMOD_E100
prompt "kmod-net-e100................. Intel(R) PRO/100+ driver"
select ADK_KERNEL_NETDEVICES