diff options
author | Paul Mackerras <paulus@samba.org> | 2005-05-06 20:41:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-07 01:09:27 -0400 |
commit | b7c2b704bd78aa3665fc24100bd2d4f5f8305d7a (patch) | |
tree | cecd53ae0d936d82677f3d4c58df75ddfe771a75 /arch/ppc64/Kconfig | |
parent | b2411dd202e854d1f3be541135af8bb9872ea8b6 (diff) |
[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 <johnrose@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 257ff66d83cf..5cb343883e4d 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -262,6 +262,7 @@ config PPC_RTAS | |||
262 | config RTAS_PROC | 262 | config RTAS_PROC |
263 | bool "Proc interface to RTAS" | 263 | bool "Proc interface to RTAS" |
264 | depends on PPC_RTAS | 264 | depends on PPC_RTAS |
265 | default y | ||
265 | 266 | ||
266 | config RTAS_FLASH | 267 | config RTAS_FLASH |
267 | tristate "Firmware flash interface" | 268 | tristate "Firmware flash interface" |