[PATCH] Make PERFCTR_VIRTUAL default in Kconfig match recommendationin help text

From: Jesper Juhl
Date: Tue Aug 24 2004 - 15:52:58 EST



Greetings,

A tiny patch to make PERFCTR_VIRTUAL default to Y to match the
recommendation given in the help text. The help has a very clear "Say Y"
recommendation and it doesn't make much sense to not enable this currently
if PERFCTR is set, so it should default to Y, not N as it does currently.

Patch is against 2.6.8.1-mm4

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

diff -up linux-2.6.8.1-mm4-orig/drivers/perfctr/Kconfig linux-2.6.8.1-mm4/drivers/perfctr/Kconfig
--- linux-2.6.8.1-mm4-orig/drivers/perfctr/Kconfig 2004-08-24 19:55:27.000000000 +0200
+++ linux-2.6.8.1-mm4/drivers/perfctr/Kconfig 2004-08-24 20:56:37.000000000 +0200
@@ -40,6 +40,7 @@ config PERFCTR_INIT_TESTS
config PERFCTR_VIRTUAL
bool "Virtual performance counters support"
depends on PERFCTR
+ default y
help
The processor's performance-monitoring counters are special-purpose
global registers. This option adds support for virtual per-process


/Jesper

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