From: Paul Mackerras Date: Sat, 7 May 2005 00:41:03 +0000 (-0700) Subject: [PATCH] ppc64: enable CONFIG_RTAS_PROC by default X-Git-Tag: v2.6.12-rc4~16 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b7c2b704bd78aa3665fc24100bd2d4f5f8305d7a;p=linux-2.6-omap-h63xx.git [PATCH] ppc64: enable CONFIG_RTAS_PROC by default This patch enables CONFIG_RTAS_PROC by default on pSeries. This will preserve /proc/ppc64/rtas/rmo_buffer, which is needed by librtas. Signed-off-by: John Rose Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 257ff66d83c..5cb343883e4 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig @@ -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"