|
@@ -1,3 +1,20 @@
|
|
|
+#
|
|
|
+# Solarflare device configuration
|
|
|
+#
|
|
|
+
|
|
|
+config NET_VENDOR_SOLARFLARE
|
|
|
+ bool "Solarflare devices"
|
|
|
+ default y
|
|
|
+ ---help---
|
|
|
+ If you have a network (Ethernet) card belonging to this class, say Y.
|
|
|
+
|
|
|
+ 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 Solarflare devices. If you say Y, you will be asked
|
|
|
+ for your specific card in the following questions.
|
|
|
+
|
|
|
+if NET_VENDOR_SOLARFLARE
|
|
|
+
|
|
|
config SFC
|
|
|
tristate "Solarflare SFC9000/SFC9100-family support"
|
|
|
depends on PCI
|
|
@@ -44,3 +61,7 @@ config SFC_MCDI_LOGGING
|
|
|
Driver-Interface) commands and responses, allowing debugging of
|
|
|
driver/firmware interaction. The tracing is actually enabled by
|
|
|
a sysfs file 'mcdi_logging' under the PCI device.
|
|
|
+
|
|
|
+source "drivers/net/ethernet/sfc/falcon/Kconfig"
|
|
|
+
|
|
|
+endif # NET_VENDOR_SOLARFLARE
|