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