diff options
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | 2015-10-26 10:02:27 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-28 03:34:47 +0100 |
commit | e712d52b9f2a8ecf14ba0a2ec9a80ed0b194c4a1 (patch) | |
tree | 1688333a8c70b9181258718f1757cd375fd8355f /drivers/net/ethernet/qlogic/Kconfig | |
parent | qed: Add basic L2 interface (diff) | |
download | linux-e712d52b9f2a8ecf14ba0a2ec9a80ed0b194c4a1.tar.xz linux-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/Kconfig | 5 |
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 |