[PATCH] enable CONFIG_RTAS_PROC by default

From: Paul Mackerras
Date: Thu May 05 2005 - 20:26:00 EST


This patch enables CONFIG_RTAS_PROC by default on pSeries. This will
preserve /proc/ppc64/rtas/rmo_buffer, which is needed by librtas.

This patch should go in 2.6.12.

Signed-off-by: John Rose <johnrose@xxxxxxxxxxxxxx>
Signed-off-by: Paul Mackerras <paulus@xxxxxxxxx>
---
diff -puN arch/ppc64/Kconfig~fix_Kconfig arch/ppc64/Kconfig
--- 2_6_linus_3/arch/ppc64/Kconfig~fix_Kconfig 2005-04-12 18:03:45.000000000 -0500
+++ 2_6_linus_3-johnrose/arch/ppc64/Kconfig 2005-04-12 18:03:56.000000000 -0500
@@ -262,6 +262,7 @@ config PPC_RTAS
config RTAS_PROC
bool "Proc interface to RTAS"
depends on PPC_RTAS
+ default y

config RTAS_FLASH
tristate "Firmware flash interface"
-
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/