diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 20eacf2a8424..de88972c5896 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -53,6 +53,9 @@ config STACKTRACE_SUPPORT | |||
53 | bool | 53 | bool |
54 | default y | 54 | default y |
55 | 55 | ||
56 | config HAVE_LATENCYTOP_SUPPORT | ||
57 | def_bool y | ||
58 | |||
56 | config TRACE_IRQFLAGS_SUPPORT | 59 | config TRACE_IRQFLAGS_SUPPORT |
57 | bool | 60 | bool |
58 | depends on PPC64 | 61 | depends on PPC64 |
@@ -111,6 +114,7 @@ config PPC | |||
111 | select HAVE_KPROBES | 114 | select HAVE_KPROBES |
112 | select HAVE_KRETPROBES | 115 | select HAVE_KRETPROBES |
113 | select HAVE_LMB | 116 | select HAVE_LMB |
117 | select HAVE_DMA_ATTRS if PPC64 | ||
114 | select USE_GENERIC_SMP_HELPERS if SMP | 118 | select USE_GENERIC_SMP_HELPERS if SMP |
115 | select HAVE_OPROFILE | 119 | select HAVE_OPROFILE |
116 | 120 | ||
@@ -311,8 +315,8 @@ config KEXEC | |||
311 | strongly in flux, so no good recommendation can be made. | 315 | strongly in flux, so no good recommendation can be made. |
312 | 316 | ||
313 | config CRASH_DUMP | 317 | config CRASH_DUMP |
314 | bool "Build a kdump crash kernel (EXPERIMENTAL)" | 318 | bool "Build a kdump crash kernel" |
315 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL | 319 | depends on PPC_MULTIPLATFORM && PPC64 |
316 | help | 320 | help |
317 | Build a kernel suitable for use as a kdump capture kernel. | 321 | Build a kernel suitable for use as a kdump capture kernel. |
318 | The kernel will be linked at a different address than normal, and | 322 | The kernel will be linked at a different address than normal, and |
@@ -461,6 +465,19 @@ config CMDLINE | |||
461 | some command-line options at build time by entering them here. In | 465 | some command-line options at build time by entering them here. In |
462 | most cases you will need to specify the root device here. | 466 | most cases you will need to specify the root device here. |
463 | 467 | ||
468 | config EXTRA_TARGETS | ||
469 | string "Additional default image types" | ||
470 | help | ||
471 | List additional targets to be built by the bootwrapper here (separated | ||
472 | by spaces). This is useful for targets that depend of device tree | ||
473 | files in the .dts directory. | ||
474 | |||
475 | Targets in this list will be build as part of the default build | ||
476 | target, or when the user does a 'make zImage' or a | ||
477 | 'make zImage.initrd'. | ||
478 | |||
479 | If unsure, leave blank | ||
480 | |||
464 | if !44x || BROKEN | 481 | if !44x || BROKEN |
465 | config ARCH_WANTS_FREEZER_CONTROL | 482 | config ARCH_WANTS_FREEZER_CONTROL |
466 | def_bool y | 483 | def_bool y |
@@ -541,6 +558,12 @@ config FSL_LBC | |||
541 | help | 558 | help |
542 | Freescale Localbus support | 559 | Freescale Localbus support |
543 | 560 | ||
561 | config FSL_GTM | ||
562 | bool | ||
563 | depends on PPC_83xx || QUICC_ENGINE || CPM2 | ||
564 | help | ||
565 | Freescale General-purpose Timers support | ||
566 | |||
544 | # Yes MCA RS/6000s exist but Linux-PPC does not currently support any | 567 | # Yes MCA RS/6000s exist but Linux-PPC does not currently support any |
545 | config MCA | 568 | config MCA |
546 | bool | 569 | bool |