Re: [PATCH 2/4] amd64_edac: do not enable module by default

From: Doug Thompson
Date: Wed May 20 2009 - 20:03:21 EST




--- On Wed, 5/20/09, Borislav Petkov <borislav.petkov@xxxxxxx> wrote:

> From: Borislav Petkov <borislav.petkov@xxxxxxx>
> Subject: [PATCH 2/4] amd64_edac: do not enable module by default
> To: akpm@xxxxxxxxxxxxxxxxxxxx, greg@xxxxxxxxx, mingo@xxxxxxx
> Cc: norsk5@xxxxxxxxx, tglx@xxxxxxxxxxxxx, hpa@xxxxxxxxx, mchehab@xxxxxxxxxx, aris@xxxxxxxxxx, edt@xxxxxx, linux-kernel@xxxxxxxxxxxxxxx, randy.dunlap@xxxxxxxxxx, "Borislav Petkov" <borislav.petkov@xxxxxxx>
> Date: Wednesday, May 20, 2009, 12:43 PM
> While at it, fix a link failure when
> !K8_NB.
>
> Signed-off-by: Borislav Petkov <borislav.petkov@xxxxxxx>

Acked-by: Doug Thompson <dougthompson@xxxxxxxxxxxx>

> ---
> drivers/edac/Kconfig |    7 +++----
> 1 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index 1c5a325..d294421 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -60,11 +60,10 @@ config EDAC_MM_EDAC
>
> config EDAC_AMD64
>     tristate "AMD64 (Opteron, Athlon64) K8,
> F10h, F11h"
> -    depends on EDAC_MM_EDAC && X86
> && PCI
> -    default m
> +    depends on EDAC_MM_EDAC &&
> K8_NB && X86_64 && PCI
>     help
> -    Support for error detection and
> correction on the AMD 64
> -    Families of Memory Controllers (K8,
> F10h and F11h)
> +      Support for error detection and
> correction on the AMD 64
> +      Families of Memory Controllers
> (K8, F10h and F11h)
>
> config EDAC_AMD64_ERROR_INJECTION
>     bool "Sysfs Error Injection
> facilities"
> --
> 1.6.2.4
>
>
>
--
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/