summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-22 15:48:18 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-23 22:03:40 +0200
commitc8cab0d868f71e86cedb41a8a345e708e3320baf (patch)
tree49a7582065bb9229194df773ec1703dff3e1d3fa /target/linux/config/Config.in.ethernet
parente1f9ce6e1274750b23d7f19906649dd807b7dd31 (diff)
add target support for SGI O2 workstation
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r--target/linux/config/Config.in.ethernet13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index e06594932..b63ad6432 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -41,6 +41,9 @@ config ADK_KERNEL_NET_VENDOR_REALTEK
config ADK_KERNEL_NET_VENDOR_MARVELL
bool
+config ADK_KERNEL_NET_VENDOR_SGI
+ bool
+
config ADK_KERNEL_NET_VENDOR_TI
bool
@@ -452,4 +455,14 @@ config ADK_KERNEL_ATL1
help
This driver supports the Atheros/Attansic L1 gigabit ethernet adapter.
+config ADK_KERNEL_SGI_O2MACE_ETH
+ tristate "SGI O2 ethernet driver"
+ select ADK_KERNEL_NET_VENDOR_SGI
+ select ADK_KERNEL_CRC32
+ depends on ADK_TARGET_SYSTEM_SGI_O2
+ default y if ADK_TARGET_SYSTEM_SGI_O2
+ default n
+ help
+ This driver supports the SGI O2 ethernet card.
+
endmenu