hinic: don't build the module by default
We probably don't want to enable code supporting particular hardware by default e.g. when someone does 'make defconfig'. Other ethernet modules don't do it. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
acae4b4885
commit
c8488a8ad7
|
@ -5,7 +5,6 @@
|
||||||
config HINIC
|
config HINIC
|
||||||
tristate "Huawei Intelligent PCIE Network Interface Card"
|
tristate "Huawei Intelligent PCIE Network Interface Card"
|
||||||
depends on (PCI_MSI && X86)
|
depends on (PCI_MSI && X86)
|
||||||
default m
|
|
||||||
---help---
|
---help---
|
||||||
This driver supports HiNIC PCIE Ethernet cards.
|
This driver supports HiNIC PCIE Ethernet cards.
|
||||||
To compile this driver as part of the kernel, choose Y here.
|
To compile this driver as part of the kernel, choose Y here.
|
||||||
|
|
Loading…
Reference in New Issue