aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/oprofile/Kconfig (renamed from arch/ppc/oprofile/Kconfig)0
-rw-r--r--arch/ppc/Kconfig2
-rw-r--r--arch/ppc64/Kconfig2
-rw-r--r--arch/ppc64/oprofile/Kconfig23
4 files changed, 2 insertions, 25 deletions
diff --git a/arch/ppc/oprofile/Kconfig b/arch/powerpc/oprofile/Kconfig
index 19d37730b664..19d37730b664 100644
--- a/arch/ppc/oprofile/Kconfig
+++ b/arch/powerpc/oprofile/Kconfig
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index f9285210475f..ed9c9727d75f 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -1368,7 +1368,7 @@ endmenu
1368 1368
1369source "lib/Kconfig" 1369source "lib/Kconfig"
1370 1370
1371source "arch/ppc/oprofile/Kconfig" 1371source "arch/powerpc/oprofile/Kconfig"
1372 1372
1373source "arch/ppc/Kconfig.debug" 1373source "arch/ppc/Kconfig.debug"
1374 1374
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index c658650af429..32951bfc7f65 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -461,7 +461,7 @@ config VIOPATH
461 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH 461 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
462 default y 462 default y
463 463
464source "arch/ppc64/oprofile/Kconfig" 464source "arch/powerpc/oprofile/Kconfig"
465 465
466source "arch/ppc64/Kconfig.debug" 466source "arch/ppc64/Kconfig.debug"
467 467
diff --git a/arch/ppc64/oprofile/Kconfig b/arch/ppc64/oprofile/Kconfig
deleted file mode 100644
index 5ade19801b97..000000000000
--- a/arch/ppc64/oprofile/Kconfig
+++ /dev/null
@@ -1,23 +0,0 @@
1
2menu "Profiling support"
3 depends on EXPERIMENTAL
4
5config PROFILING
6 bool "Profiling support (EXPERIMENTAL)"
7 help
8 Say Y here to enable the extended profiling support mechanisms used
9 by profilers such as OProfile.
10
11
12config OPROFILE
13 tristate "OProfile system profiling (EXPERIMENTAL)"
14 depends on PROFILING
15 help
16 OProfile is a profiling system capable of profiling the
17 whole system, include the kernel, kernel modules, libraries,
18 and applications.
19
20 If unsure, say N.
21
22endmenu
23