Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcdd1ea3 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[PATCH] powerpc: Move arch/ppc*/oprofile/Kconfig to arch/powerpc



These files are identical.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 5bfc8265
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -1368,7 +1368,7 @@ endmenu

source "lib/Kconfig"

source "arch/ppc/oprofile/Kconfig"
source "arch/powerpc/oprofile/Kconfig"

source "arch/ppc/Kconfig.debug"

+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ config VIOPATH
	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
	default y

source "arch/ppc64/oprofile/Kconfig"
source "arch/powerpc/oprofile/Kconfig"

source "arch/ppc64/Kconfig.debug"

arch/ppc64/oprofile/Kconfig

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line

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