[PATCH] EDAC: make default 'Y' to match Kconfig recommendation

From: Jesper Juhl
Date: Mon Oct 17 2005 - 07:57:47 EST


The help text for EDAC has a clear "If unsure, select 'Y'" note, yet the
default is 'N' - that doesn't add up.
This patch makes DEAC default to 'Y' to match the recommendation.


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

drivers/edac/Kconfig | 1 +
1 files changed, 1 insertion(+)

--- linux-2.6.14-rc4-mm1-orig/drivers/edac/Kconfig 2005-10-17 12:00:36.000000000 +0200
+++ linux-2.6.14-rc4-mm1/drivers/edac/Kconfig 2005-10-17 14:55:28.000000000 +0200
@@ -10,6 +10,7 @@

config EDAC
tristate "EDAC core system error reporting"
+ default y
help
EDAC is designed to report errors in the core system.
These are low-level errors that are reported in the CPU or



-
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/