From: Vitaly Kuznetsov Date: Mon, 28 Aug 2017 13:16:05 +0000 (+0200) Subject: hinic: don't build the module by default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c8488a8ad7c284b1159973baf536ca58fba0ad36;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/huawei/hinic/Kconfig b/drivers/net/ethernet/huawei/hinic/Kconfig index 69f2b1fba48d..08db24954f7e 100644 --- a/drivers/net/ethernet/huawei/hinic/Kconfig +++ b/drivers/net/ethernet/huawei/hinic/Kconfig @@ -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.