aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorNathan Lynch <ntl@pobox.com>2007-02-05 21:01:15 -0500
committerPaul Mackerras <paulus@samba.org>2007-02-06 22:03:23 -0500
commit4297c9869b3452860f1a2c588d43f9e62c701019 (patch)
tree402d2606a4121fa92753449f611cad11c3412335 /arch/powerpc/Kconfig
parent721e0c9037ef4e755f3bd87fee92beff452be420 (diff)
[POWERPC] Maple: use mmio nvram
Some systems supported by the maple platform (e.g. JS2x blades running SLOF) are able to use the mmio_nvram backend for reading and writing nvram. This is an improvement over the current situation -- no nvram access from userspace at all. Select MMIO_NVRAM for the maple platform. Initialize the mmio_nvram backend from maple setup code. Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 901f12de113a..5f80f0b828f2 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -491,6 +491,7 @@ config PPC_MAPLE
491 select PPC_970_NAP 491 select PPC_970_NAP
492 select PPC_NATIVE 492 select PPC_NATIVE
493 select PPC_RTAS 493 select PPC_RTAS
494 select MMIO_NVRAM
494 default n 495 default n
495 help 496 help
496 This option enables support for the Maple 970FX Evaluation Board. 497 This option enables support for the Maple 970FX Evaluation Board.