Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a4264a9 authored by Andreas Schwab's avatar Andreas Schwab Committed by David S. Miller
Browse files

net: cavium: change NET_VENDOR_CAVIUM to bool



CONFIG_NET_VENDOR_CAVIUM is only used to hide/show config options and to
include subdirectories in the build, so it doesn't make sense to make it
tristate.

Signed-off-by: default avatarAndreas Schwab <schwab@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 45c8b7b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#

config NET_VENDOR_CAVIUM
	tristate "Cavium ethernet drivers"
	bool "Cavium ethernet drivers"
	depends on PCI
	default y
	---help---