From: Geert Uytterhoeven Date: Wed, 4 Jul 2018 11:50:11 +0000 (+0200) Subject: net: ethernet: Make NET_VENDOR_AURORA default to yes X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=118e96906dd321ac01e02db6d5c02d5b3e92bbe7;p=openwrt%2Fstaging%2Fblogic.git net: ethernet: Make NET_VENDOR_AURORA default to yes Enabling NET_VENDOR_* Kconfig options does not directly affect the kernel build. Hence NET_VENDOR_AURORA should default to yes, like other NET_VENDOR_* options. Signed-off-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/aurora/Kconfig b/drivers/net/ethernet/aurora/Kconfig index 8ba7f8ff3434..392f564d8fd4 100644 --- a/drivers/net/ethernet/aurora/Kconfig +++ b/drivers/net/ethernet/aurora/Kconfig @@ -1,5 +1,6 @@ config NET_VENDOR_AURORA bool "Aurora VLSI devices" + default y help If you have a network (Ethernet) device belonging to this class, say Y.