summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
diff options
context:
space:
mode:
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