aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-19 23:13:24 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-21 19:21:08 +1000
commitbcdd1ea350feb7ee28d4f425c312e9fdf681acfb (patch)
tree6da2a23b984e417d2abda8896b4261be237592a7 /arch/ppc
parent[PATCH] powerpc: Merge include/asm-ppc*/a.out.h into include/asm-powerpc (diff)
downloadlinux-dev-bcdd1ea350feb7ee28d4f425c312e9fdf681acfb.tar.xz
linux-dev-bcdd1ea350feb7ee28d4f425c312e9fdf681acfb.zip
[PATCH] powerpc: Move arch/ppc*/oprofile/Kconfig to arch/powerpc
These files are identical. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Kconfig2
-rw-r--r--arch/ppc/oprofile/Kconfig23
2 files changed, 1 insertions, 24 deletions
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
source "lib/Kconfig"
-source "arch/ppc/oprofile/Kconfig"
+source "arch/powerpc/oprofile/Kconfig"
source "arch/ppc/Kconfig.debug"
diff --git a/arch/ppc/oprofile/Kconfig b/arch/ppc/oprofile/Kconfig
deleted file mode 100644
index 19d37730b664..000000000000
--- a/arch/ppc/oprofile/Kconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-
-menu "Profiling support"
- depends on EXPERIMENTAL
-
-config PROFILING
- bool "Profiling support (EXPERIMENTAL)"
- help
- Say Y here to enable the extended profiling support mechanisms used
- by profilers such as OProfile.
-
-
-config OPROFILE
- tristate "OProfile system profiling (EXPERIMENTAL)"
- depends on PROFILING
- help
- OProfile is a profiling system capable of profiling the
- whole system, include the kernel, kernel modules, libraries,
- and applications.
-
- If unsure, say N.
-
-endmenu
-