[PATCH] net: driver: samsung: keep off in Kconfig by default

From: Dave Hansen
Date: Wed May 14 2014 - 14:24:35 EST



From: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>

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 <dave.hansen@xxxxxxxxxxxxxxx>
Cc: Siva Reddy Kallam <siva.kallam@xxxxxxxxxxx>
Cc: Vipul Pandya <vipul.pandya@xxxxxxxxxxx>
Cc: Girish K S <ks.giri@xxxxxxxxxxx>
Cc: Joe Perches <joe@xxxxxxxxxxx>
Cc: Byungho An <bh74.an@xxxxxxxxxxx>
Cc: David S. Miller <davem@xxxxxxxxxxxxx>
Cc: netdev@xxxxxxxxxxxxxxx
---

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/