From: Dave Hansen <[email protected]> These are a pet peeve of mine: Kconfig options that very few people need turned on, but that default to y.
I know that this doesn't generate any code by itself, but it does get in the way of every single person that does an oldconfig. Signed-off-by: Dave Hansen <[email protected]> Cc: Siva Reddy Kallam <[email protected]> Cc: Vipul Pandya <[email protected]> Cc: Girish K S <[email protected]> Cc: Joe Perches <[email protected]> Cc: Byungho An <[email protected]> Cc: David S. Miller <[email protected]> Cc: [email protected] --- b/drivers/net/ethernet/samsung/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/ethernet/samsung/Kconfig~turn-off-samsung-on-by-default drivers/net/ethernet/samsung/Kconfig --- a/drivers/net/ethernet/samsung/Kconfig~turn-off-samsung-on-by-default 2014-05-14 11:17:06.213259966 -0700 +++ b/drivers/net/ethernet/samsung/Kconfig 2014-05-14 11:17:14.440628851 -0700 @@ -4,7 +4,6 @@ config NET_VENDOR_SAMSUNG bool "Samsung Ethernet devices" - default y ---help--- If you have a network (Ethernet) chipset belonging to this class, say Y. _ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

