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.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