2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-13 15:00:03 +07:00
|
|
|
#
|
2015-02-20 04:02:31 +07:00
|
|
|
# QLogic BR-series device configuration
|
2011-05-13 15:00:03 +07:00
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_BROCADE
|
2015-02-20 04:02:31 +07:00
|
|
|
bool "QLogic BR-series devices"
|
2011-08-23 15:29:52 +07:00
|
|
|
default y
|
2011-05-13 15:00:03 +07:00
|
|
|
depends on PCI
|
|
|
|
---help---
|
2015-06-22 03:28:02 +07:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-05-13 15:00:03 +07:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
2015-02-20 04:02:31 +07:00
|
|
|
the questions about QLogic BR-series cards. If you say Y, you will be
|
|
|
|
asked for your specific card in the following questions.
|
2011-05-13 15:00:03 +07:00
|
|
|
|
|
|
|
if NET_VENDOR_BROCADE
|
|
|
|
|
|
|
|
source "drivers/net/ethernet/brocade/bna/Kconfig"
|
|
|
|
|
|
|
|
endif # NET_VENDOR_BROCADE
|