aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig17
1 files changed, 8 insertions, 9 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 18102163e7dc..b29adaa97348 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -338,10 +338,6 @@ config PPC_MULTIPLATFORM
338 RS/6000 machine, an Apple machine, or a PReP, CHRP, 338 RS/6000 machine, an Apple machine, or a PReP, CHRP,
339 Maple or Cell-based machine. 339 Maple or Cell-based machine.
340 340
341config PPC_ISERIES
342 bool "IBM Legacy iSeries"
343 depends on PPC64
344
345config EMBEDDED6xx 341config EMBEDDED6xx
346 bool "Embedded 6xx/7xx/7xxx-based board" 342 bool "Embedded 6xx/7xx/7xxx-based board"
347 depends on PPC32 && (BROKEN||BROKEN_ON_SMP) 343 depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
@@ -365,6 +361,10 @@ config PPC_PSERIES
365 select PPC_UDBG_16550 361 select PPC_UDBG_16550
366 default y 362 default y
367 363
364config PPC_ISERIES
365 bool "IBM Legacy iSeries"
366 depends on PPC_MULTIPLATFORM && PPC64
367
368config PPC_CHRP 368config PPC_CHRP
369 bool "Common Hardware Reference Platform (CHRP) based machines" 369 bool "Common Hardware Reference Platform (CHRP) based machines"
370 depends on PPC_MULTIPLATFORM && PPC32 370 depends on PPC_MULTIPLATFORM && PPC32
@@ -732,11 +732,10 @@ config ARCH_SPARSEMEM_DEFAULT
732 def_bool y 732 def_bool y
733 depends on SMP && PPC_PSERIES 733 depends on SMP && PPC_PSERIES
734 734
735source "mm/Kconfig" 735config ARCH_POPULATES_NODE_MAP
736
737config HAVE_ARCH_EARLY_PFN_TO_NID
738 def_bool y 736 def_bool y
739 depends on NEED_MULTIPLE_NODES 737
738source "mm/Kconfig"
740 739
741config ARCH_MEMORY_PROBE 740config ARCH_MEMORY_PROBE
742 def_bool y 741 def_bool y
@@ -1071,7 +1070,7 @@ source "arch/powerpc/oprofile/Kconfig"
1071 1070
1072config KPROBES 1071config KPROBES
1073 bool "Kprobes (EXPERIMENTAL)" 1072 bool "Kprobes (EXPERIMENTAL)"
1074 depends on PPC64 && EXPERIMENTAL && MODULES 1073 depends on PPC64 && KALLSYMS && EXPERIMENTAL && MODULES
1075 help 1074 help
1076 Kprobes allows you to trap at almost any kernel address and 1075 Kprobes allows you to trap at almost any kernel address and
1077 execute a callback function. register_kprobe() establishes 1076 execute a callback function. register_kprobe() establishes