summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:33:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:33:56 +0100
commit59e0fef16a9ac5d6693369f70e72ed62f91e4720 (patch)
tree6aaf353c0154ec867c7af60b31627d54214150ab /target/linux/config
parent4b39f4295b6acd48401eb66a88806f9668d05c7c (diff)
add tulip driver for DEC alpha
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.ethernet16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index 787f5d5ef..761bf6192 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -21,6 +21,9 @@ config ADK_KERNEL_NET_VENDOR_AMD
config ADK_KERNEL_NET_VENDOR_ATHEROS
bool
+config ADK_KERNEL_NET_VENDOR_DEC
+ bool
+
config ADK_KERNEL_NET_VENDOR_IBM
bool
@@ -70,6 +73,9 @@ config ADK_KERNEL_NET_VENDOR_XSCALE
select ADK_KERNEL_NET_VENDOR_INTEL
bool
+config ADK_KERNEL_NET_TULIP
+ bool
+
config ADK_KERNEL_NET_PTP_CLASSIFY
bool
@@ -140,6 +146,16 @@ config ADK_KERNEL_AG71XX
help
Atheros AG71XX ethernet driver
+config ADK_KERNEL_DE2104X
+ tristate "DE2104X ethernet driver"
+ select ADK_KERNEL_NET_VENDOR_DEC
+ select ADK_KERNEL_NET_TULIP
+ depends on ADK_TARGET_SYSTEM_DEC_MULTIA
+ default y if ADK_TARGET_SYSTEM_DEC_MULTIA
+ default n
+ help
+ DEC Tulip ethernet driver.
+
config ADK_KERNEL_FEC
tristate "FEC ethernet driver"
select ADK_KERNEL_NET_VENDOR_FREESCALE