Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933559AbbBQJq1 (ORCPT ); Tue, 17 Feb 2015 04:46:27 -0500 Received: from cpsmtpb-ews02.kpnxchange.com ([213.75.39.5]:54336 "EHLO cpsmtpb-ews02.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbbBQJqY (ORCPT ); Tue, 17 Feb 2015 04:46:24 -0500 Message-ID: <1424166381.7082.27.camel@x220> Subject: Re: [PATCH v3 10/15] h8300: Build scripts From: Paul Bolle To: Yoshinori Sato Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Date: Tue, 17 Feb 2015 10:46:21 +0100 In-Reply-To: <87vbj1kmvy.wl-ysato@users.sourceforge.jp> References: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp> <1423986573-2329-11-git-send-email-ysato@users.sourceforge.jp> <1424028184.9418.99.camel@x220> <87vbj1kmvy.wl-ysato@users.sourceforge.jp> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Feb 2015 09:46:21.0788 (UTC) FILETIME=[961E91C0:01D04A96] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1824 Lines: 61 On Tue, 2015-02-17 at 16:39 +0900, Yoshinori Sato wrote: > At Sun, 15 Feb 2015 20:23:04 +0100, > Paul Bolle wrote: > > On Sun, 2015-02-15 at 16:49 +0900, Yoshinori Sato wrote: > > > diff --git a/arch/h8300/Kconfig.debug b/arch/h8300/Kconfig.debug > > > new file mode 100644 > > > index 0000000..eb72b01 > > > --- /dev/null > > > +++ b/arch/h8300/Kconfig.debug > > > @@ -0,0 +1,23 @@ > > > +menu "Kernel hacking" > > > + > > > +source "lib/Kconfig.debug" > > > + > > > +config FULLDEBUG > > > + bool "Full Symbolic/Source Debugging support" > > > + help > > > + Enable debugging symbols on kernel build. > > > + > > > +config HIGHPROFILE > > > + bool "Use fast second timer for profiling" > > > + help > > > + Use a fast secondary clock to produce profiling information. > > > + > > > +config NO_KERNEL_MSG > > > + bool "Suppress Kernel BUG Messages" > > > + help > > > + Do not output any debug BUG messages within the kernel. > > > + > > > +config SH_STANDARD_BIOS > > > + def_bool n > > > + > > > > I don't think this entry is needed. > > This entry using sh-sci. This entry will always set SH_STANDARD_BIOS to 'n', and a line reading # CONFIG_SH_STANDARD_BIOS is not set will always be included in the generated .config for h8300. But for the three lines in drivers/tty/serial/sh-sci.c reading #ifdef CONFIG_SH_STANDARD_BIOS sh_bios_gdb_detach(); #endif that line has no effect. Even if there's no entry for SH_STANDARD_BIOS the preprocessor will still remove that call of sh_bios_gdb_detach(). > > > +endmenu Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/