Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbbBRII7 (ORCPT ); Wed, 18 Feb 2015 03:08:59 -0500 Received: from mail1.asahi-net.or.jp ([202.224.39.197]:50477 "EHLO mail1.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbbBRII5 (ORCPT ); Wed, 18 Feb 2015 03:08:57 -0500 Date: Wed, 18 Feb 2015 17:08:55 +0900 Message-ID: <87r3tn4p60.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Paul Bolle Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH v3 10/15] h8300: Build scripts In-Reply-To: <1424166381.7082.27.camel@x220> 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> <1424166381.7082.27.camel@x220> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2369 Lines: 78 At Tue, 17 Feb 2015 10:46:21 +0100, Paul Bolle wrote: > > 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, OK It was used few years ago, but it was removed. Removed this entry. > > > 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/ -- Yoshinori Sato -- 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/