From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933868AbXCNFQZ (ORCPT ); Wed, 14 Mar 2007 01:16:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933853AbXCNFMd (ORCPT ); Wed, 14 Mar 2007 01:12:33 -0400 Received: from ms-smtp-03.nyroc.rr.com ([24.24.2.57]:45364 "EHLO ms-smtp-03.nyroc.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933850AbXCNFMT (ORCPT ); Wed, 14 Mar 2007 01:12:19 -0400 Message-Id: <20070314051050.313710539@goodmis.org> References: <20070314050819.536207642@goodmis.org> User-Agent: quilt/0.45-1 Date: Wed, 14 Mar 2007 01:08:35 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , Chris Wright , Rusty Russell , Andi Kleen , Glauber de Oliveira Costa , Jeremy Fitzhardinge Subject: [PATCH 16/18] kconfig for oprofile Content-Disposition: inline; filename=oprofile-kconfig.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Merge the oprofile configs. Signed-off-by: Steven Rostedt Cc: Glauber de Oliveira Costa Cc: Rusty Russell Cc: Chris Wright Cc: Andi Kleen Cc: Jeremy Fitzhardinge diff --git a/arch/x86_64/oprofile/Kconfig b/arch/x86_64/oprofile/Kconfig deleted file mode 100644 index d8a8408..0000000 --- a/arch/x86_64/oprofile/Kconfig +++ /dev/null @@ -1,17 +0,0 @@ -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. - --