summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 13:56:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 13:56:31 +0200
commitde5885b090d586780f2c38691794782304a92a21 (patch)
tree1342bbc7eb0b1d8d901f01e1c6db43d2e7490088 /target/linux
parent3dfefae62738b7b8f8539619e18b53900addb450 (diff)
varios fixes, add usb network card support
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.netdevice12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index 026d8602d..0bff56a1b 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -13,6 +13,9 @@ config ADK_KERNEL_PHYLIB
config ADK_KERNEL_MII
boolean
+config ADK_KERNEL_USB_USBNET
+ boolean
+
config ADK_KERNEL_NET_PCI
boolean
@@ -195,6 +198,15 @@ config ADK_KERNEL_R8169
default n
help
+config ADK_KERNEL_USB_NET_SMSC95XX
+ boolean
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_NET_ETHERNET
+ select ADK_KERNEL_USB_USBNET
+ default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
+ default n
+ help
+
menu "Ethernet card support"
depends on ADK_TARGET_WITH_PCI