aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index aa13a9d95ea2..1c44a1dac421 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -325,6 +325,7 @@ config PPC_CELL
325 depends on PPC_MULTIPLATFORM && PPC64 325 depends on PPC_MULTIPLATFORM && PPC64
326 select PPC_RTAS 326 select PPC_RTAS
327 select RTAS_FW 327 select RTAS_FW
328 select MMIO_NVRAM
328 329
329config PPC_OF 330config PPC_OF
330 bool 331 bool
@@ -360,6 +361,10 @@ config RTAS_FW
360 depends on PPC_RTAS 361 depends on PPC_RTAS
361 default n 362 default n
362 363
364config MMIO_NVRAM
365 bool
366 default n
367
363config MPIC_BROKEN_U3 368config MPIC_BROKEN_U3
364 bool 369 bool
365 depends on PPC_MAPLE 370 depends on PPC_MAPLE