aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/Kconfig
diff options
context:
space:
mode:
authorYuval Mintz <Yuval.Mintz@qlogic.com>2015-10-26 11:02:27 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-27 19:34:47 -0700
commite712d52b9f2a8ecf14ba0a2ec9a80ed0b194c4a1 (patch)
tree1688333a8c70b9181258718f1757cd375fd8355f /drivers/net/ethernet/qlogic/Kconfig
parentqed: Add basic L2 interface (diff)
downloadlinux-dev-e712d52b9f2a8ecf14ba0a2ec9a80ed0b194c4a1.tar.xz
linux-dev-e712d52b9f2a8ecf14ba0a2ec9a80ed0b194c4a1.zip
qede: Add basic Network driver
The Qlogic Everest Driver for Ethernet is the Ethernet specific module for QL4xxx ethernet products by Qlogic. This patch adds a very minimal PCI driver, one that doesn't yet register a network device, but one that does interact with qed and does a basic initialization of the HW. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/Kconfig')
-rw-r--r--drivers/net/ethernet/qlogic/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig
index 58c3fb388f46..30a6f246dfc9 100644
--- a/drivers/net/ethernet/qlogic/Kconfig
+++ b/drivers/net/ethernet/qlogic/Kconfig
@@ -97,4 +97,9 @@ config QED
---help---
This enables the support for ...
+config QEDE
+ tristate "QLogic QED 25/40/100Gb Ethernet NIC"
+ depends on QED
+ ---help---
+ This enables the support for ...
endif # NET_VENDOR_QLOGIC