linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: [PATCH v3 10/15] h8300: Build scripts
Date: Wed, 18 Feb 2015 17:08:55 +0900	[thread overview]
Message-ID: <87r3tn4p60.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <1424166381.7082.27.camel@x220>

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
<ysato@users.sourceforge.jp>

  parent reply	other threads:[~2015-02-18  8:08 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15  7:49 [PATCH v3 00/15] Revert h8300 archtecture Yoshinori Sato
2015-02-15  7:49 ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 01/15] h8300: Assembly headers Yoshinori Sato
2015-02-15  9:11   ` Geert Uytterhoeven
2015-02-17  7:39     ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 02/15] h8300: UAPI headers Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 03/15] h8300: Exception and Interrupt handling Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 04/15] h8300: kernel booting Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 05/15] h8300: Process and signal Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  8:11   ` Yoshinori Sato
2015-02-15 10:33     ` Paul Bolle
2015-02-15 10:33       ` Paul Bolle
2015-02-17  7:07       ` Yoshinori Sato
2015-02-17  7:07         ` Yoshinori Sato
2015-02-15 19:38   ` Richard Weinberger
2015-02-17  7:09     ` Yoshinori Sato
2015-02-17  7:09       ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 06/15] h8300 CPU depend helpers Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 07/15] h8300: miscellaneous functions Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 08/15] h8300: Memory management Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 09/15] h8300: library functions Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 10/15] h8300: Build scripts Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 19:23   ` Paul Bolle
2015-02-17  7:39     ` Yoshinori Sato
2015-02-17  9:46       ` Paul Bolle
2015-02-17  9:46         ` Paul Bolle
2015-02-18  8:08         ` Yoshinori Sato [this message]
2015-02-15  7:49 ` [PATCH v3 11/15] h8300: clock driver Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 12/15] h8300: clocksource Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 13/15] h8300: configs Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 14/15] serial: Add h8300 Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 15/15] Add ELF machine Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 10:59 ` [PATCH v3 00/15] Revert h8300 archtecture Paul Bolle
2015-02-17  7:39   ` Yoshinori Sato
2015-02-17  7:39     ` Yoshinori Sato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3tn4p60.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pebolle@tiscali.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).