aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/icplus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/icplus/Kconfig')
-rw-r--r--drivers/net/ethernet/icplus/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/ethernet/icplus/Kconfig b/drivers/net/ethernet/icplus/Kconfig
new file mode 100644
index 000000000000..3aff81d7989f
--- /dev/null
+++ b/drivers/net/ethernet/icplus/Kconfig
@@ -0,0 +1,14 @@
+#
+# IC Plus device configuration
+#
+
+config IP1000
+ tristate "IP1000 Gigabit Ethernet support"
+ depends on PCI && EXPERIMENTAL
+ select NET_CORE
+ select MII
+ ---help---
+ This driver supports IP1000 gigabit Ethernet cards.
+
+ To compile this driver as a module, choose M here: the module
+ will be called ipg. This is recommended.