mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:16:41 +07:00
9aebddd11b
Moves the Emulex driver into drivers/net/ethernet/emulex/ and make the necessary Kconfig and Makefile changes. CC: Sathya Perla <sathya.perla@emulex.com> CC: Subbu Seetharaman <subbu.seetharaman@emulex.com> CC: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
23 lines
639 B
Plaintext
23 lines
639 B
Plaintext
#
|
|
# Emulex driver configuration
|
|
#
|
|
|
|
config NET_VENDOR_EMULEX
|
|
bool "Emulex devices"
|
|
depends on PCI && INET
|
|
---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 Emulex cards. If you say Y, you will be asked for
|
|
your specific card in the following questions.
|
|
|
|
if NET_VENDOR_EMULEX
|
|
|
|
source "drivers/net/ethernet/emulex/benet/Kconfig"
|
|
|
|
endif # NET_VENDOR_EMULEX
|