summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tehuti/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-05-16 04:46:41 (GMT)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-11 23:28:56 (GMT)
commitef7f54297df683665145859501f63c801f6c7ea8 (patch)
treeb41a8cc3d8b786984859e0ba483ddbe796314ff7 /drivers/net/ethernet/tehuti/Kconfig
parentded19addf9c937d83b9bfb4d73a836732569041b (diff)
downloadlinux-fsl-qoriq-ef7f54297df683665145859501f63c801f6c7ea8.tar.xz
tehuti: Move the Tehuti driver
Move the Tehuti driver into drivers/net/ethernet/tehuti/ and make the necessary Kconfig and Makefile changes. CC: Alexander Indenbaum <baum@tehutinetworks.net> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/tehuti/Kconfig')
-rw-r--r--drivers/net/ethernet/tehuti/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/net/ethernet/tehuti/Kconfig b/drivers/net/ethernet/tehuti/Kconfig
new file mode 100644
index 0000000..914ad4059
--- /dev/null
+++ b/drivers/net/ethernet/tehuti/Kconfig
@@ -0,0 +1,26 @@
+#
+# Tehuti network device configuration
+#
+
+config NET_VENDOR_TEHUTI
+ bool "Tehuti devices"
+ depends on PCI
+ ---help---
+ If you have a network (Ethernet) card belonging to this class, say Y
+ and read the Ethernet-HOWTO, available from
+ <http://www.tldp.org/docs.html#howto>.
+
+ Note that the answer to this question doesn't directly affect the
+ kernel: saying N will just cause the configurator to skip all
+ the questions about Tehuti cards. If you say Y, you will be asked for
+ your specific card in the following questions.
+
+if NET_VENDOR_TEHUTI
+
+config TEHUTI
+ tristate "Tehuti Networks 10G Ethernet"
+ depends on PCI
+ ---help---
+ Tehuti Networks 10G Ethernet NIC
+
+endif # NET_VENDOR_TEHUTI