Re: [PATCH 1/6] x86, RAS: Add a barebones RAS subtree

From: Tony Luck
Date: Mon Oct 08 2012 - 19:53:42 EST


On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov <bp@xxxxxxxxx> wrote:
> +config X86_RAS
> + def_bool y
> + prompt "X86 RAS features"
> + ---help---
> + A collection of Reliability, Availability and Serviceability software
> + features which enable hardware error logging and reporting. Leave it
> + at 'y' unless you really know what you're doing.
> +

The intent of "X86_RAS" is just to show/hide all the menu
options for the individual features - which will all use
depends on X86_RAS
right? Having this set to "y" doesn't actually enable any of
the features - they all have their own CONFIG_* variables.

Perhaps we could make that clearer in the help text? And
ditch the "Leave it at 'y' ... ", I don't think it helps anyone.

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