Browse Source

[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>
Stephen Rothwell 19 năm trước cách đây
mục cha
commit
bcdd1ea350

+ 0 - 0
arch/ppc/oprofile/Kconfig → arch/powerpc/oprofile/Kconfig


+ 1 - 1
arch/ppc/Kconfig

@@ -1368,7 +1368,7 @@ endmenu
 
 
 source "lib/Kconfig"
 source "lib/Kconfig"
 
 
-source "arch/ppc/oprofile/Kconfig"
+source "arch/powerpc/oprofile/Kconfig"
 
 
 source "arch/ppc/Kconfig.debug"
 source "arch/ppc/Kconfig.debug"
 
 

+ 1 - 1
arch/ppc64/Kconfig

@@ -461,7 +461,7 @@ config VIOPATH
 	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
 	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
 	default y
 	default y
 
 
-source "arch/ppc64/oprofile/Kconfig"
+source "arch/powerpc/oprofile/Kconfig"
 
 
 source "arch/ppc64/Kconfig.debug"
 source "arch/ppc64/Kconfig.debug"
 
 

+ 0 - 23
arch/ppc64/oprofile/Kconfig

@@ -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
-