aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
diff options
context:
space:
mode:
authorCody P Schafer <cody@linux.vnet.ibm.com>2014-05-12 23:09:55 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2014-12-28 23:45:42 -0500
commite3a8446a6a1bff8c2345cacd4f3b8bdea0ba36d8 (patch)
tree26f494c52027320cb0330f252570dd645a623f00 /arch/powerpc/platforms/pseries
parentb7392d2247cfe6771f95d256374f1a8e6a6f48d6 (diff)
powerpc/pseries: relocate "config DTL" so kconfig nests properly
Moving config DTL up so it is below config PPC_SPLPAR means that menuconfig will show config DTL nicely indented right below config PPC_SPLPAR when PPC_SPLPAR is enabled. To contrast that, right now if I enable PPC_SPLPAR in menuconfig, all I can immediately tell is that "something showed up further down the list where I wasn't looking", and I end up having to toggle the option a few times to figure out what showed up, or look at the KConfig to find out that config DTL depends on config PPC_SPLPAR. Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r--arch/powerpc/platforms/pseries/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig
index 756b482f819a..a758a9c3bbba 100644
--- a/arch/powerpc/platforms/pseries/Kconfig
+++ b/arch/powerpc/platforms/pseries/Kconfig
@@ -34,6 +34,16 @@ config PPC_SPLPAR
34 processors, that is, which share physical processors between 34 processors, that is, which share physical processors between
35 two or more partitions. 35 two or more partitions.
36 36
37config DTL
38 bool "Dispatch Trace Log"
39 depends on PPC_SPLPAR && DEBUG_FS
40 help
41 SPLPAR machines can log hypervisor preempt & dispatch events to a
42 kernel buffer. Saying Y here will enable logging these events,
43 which are accessible through a debugfs file.
44
45 Say N if you are unsure.
46
37config PSERIES_MSI 47config PSERIES_MSI
38 bool 48 bool
39 depends on PCI_MSI && PPC_PSERIES && EEH 49 depends on PCI_MSI && PPC_PSERIES && EEH
@@ -123,13 +133,3 @@ config HV_PERF_CTRS
123 systems. 24x7 is available on Power 8 systems. 133 systems. 24x7 is available on Power 8 systems.
124 134
125 If unsure, select Y. 135 If unsure, select Y.
126
127config DTL
128 bool "Dispatch Trace Log"
129 depends on PPC_SPLPAR && DEBUG_FS
130 help
131 SPLPAR machines can log hypervisor preempt & dispatch events to a
132 kernel buffer. Saying Y here will enable logging these events,
133 which are accessible through a debugfs file.
134
135 Say N if you are unsure.