mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
51ba902a16
Initialize hw interface as part of the nic initialization for accessing hw. Signed-off-by: Aviad Krawczyk <aviad.krawczyk@huawei.com> Signed-off-by: Zhao Chen <zhaochen6@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
#
|
|
# Huawei driver configuration
|
|
#
|
|
|
|
config HINIC
|
|
tristate "Huawei Intelligent PCIE Network Interface Card"
|
|
depends on (PCI_MSI && X86)
|
|
default m
|
|
---help---
|
|
This driver supports HiNIC PCIE Ethernet cards.
|
|
To compile this driver as part of the kernel, choose Y here.
|
|
If unsure, choose N.
|
|
The default is compiled as module.
|