aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/octeon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/octeon/Kconfig')
-rw-r--r--drivers/staging/octeon/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/octeon/Kconfig b/drivers/staging/octeon/Kconfig
new file mode 100644
index 00000000000..536e2382de5
--- /dev/null
+++ b/drivers/staging/octeon/Kconfig
@@ -0,0 +1,12 @@
+config OCTEON_ETHERNET
+ tristate "Cavium Networks Octeon Ethernet support"
+ depends on CPU_CAVIUM_OCTEON
+ select MII
+ help
+ This driver supports the builtin ethernet ports on Cavium
+ Networks' products in the Octeon family. This driver supports the
+ CN3XXX and CN5XXX Octeon processors.
+
+ To compile this driver as a module, choose M here. The module
+ will be called octeon-ethernet.
+