diff mbox series

[1/3] net: ethernet: Make NET_VENDOR_AURORA default to yes

Message ID 20180704115013.28078-2-geert+renesas@glider.be
State Accepted, archived
Delegated to: David Miller
Headers show
Series net: ethernet: Miscellaneous Kconfig and Makefile cleanups | expand

Commit Message

Geert Uytterhoeven July 4, 2018, 11:50 a.m. UTC
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 <geert+renesas@glider.be>
---
 drivers/net/ethernet/aurora/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/aurora/Kconfig b/drivers/net/ethernet/aurora/Kconfig
index 8ba7f8ff3434000f..392f564d8fd436f2 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.