From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161098AbXDJX1b (ORCPT ); Tue, 10 Apr 2007 19:27:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753670AbXDJX1b (ORCPT ); Tue, 10 Apr 2007 19:27:31 -0400 Received: from tomts5.bellnexxia.net ([209.226.175.25]:37520 "EHLO tomts5-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753464AbXDJX1a (ORCPT ); Tue, 10 Apr 2007 19:27:30 -0400 Date: Tue, 10 Apr 2007 19:27:28 -0400 From: Mathieu Desnoyers To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [PATCH] build-avr32-marker-menu Message-ID: <20070410232728.GH7092@Krystal> References: <20070410231126.GC7092@Krystal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20070410231126.GC7092@Krystal> X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.4.34-grsec (i686) X-Uptime: 19:26:22 up 67 days, 13:33, 6 users, load average: 1.44, 1.45, 1.80 User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Add Instrumentation/markers menus to avr32. Signed-off-by: Mathieu Desnoyers --- a/arch/avr32/Kconfig.debug +++ b/arch/avr32/Kconfig.debug @@ -6,6 +6,9 @@ config TRACE_IRQFLAGS_SUPPORT source "lib/Kconfig.debug" +menu "Instrumentation Support" + depends on EXPERIMENTAL + config KPROBES bool "Kprobes" depends on DEBUG_KERNEL @@ -16,4 +19,8 @@ config KPROBES for kernel debugging, non-intrusive instrumentation and testing. If in doubt, say "N". +source "kernel/Kconfig.marker" + +endmenu + endmenu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68