]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
hinic: don't build the module by default
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 28 Aug 2017 13:16:05 +0000 (15:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 04:39:52 +0000 (21:39 -0700)
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>
drivers/net/ethernet/huawei/hinic/Kconfig

index 69f2b1fba48d2c01c1a253227d8a8374feae2817..08db24954f7e5a235d8af1ecae0f59b4c5791896 100644 (file)
@@ -5,7 +5,6 @@
 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.