From: Andreas Schwab Date: Mon, 19 Oct 2015 15:37:13 +0000 (+0200) Subject: net: cavium: change NET_VENDOR_CAVIUM to bool X-Git-Tag: v4.3~11^2~44 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7a4264a9250fc6d555ff305aa5e5168723805bb9;p=uclinux-h8%2Flinux.git 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: Andreas Schwab Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig index 9b35d142f47a..8fb84e69c30e 100644 --- a/drivers/net/ethernet/cavium/Kconfig +++ b/drivers/net/ethernet/cavium/Kconfig @@ -3,7 +3,7 @@ # config NET_VENDOR_CAVIUM - tristate "Cavium ethernet drivers" + bool "Cavium ethernet drivers" depends on PCI default y ---help---