linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH v3 14/15] serial: Add h8300
Date: Sun, 15 Feb 2015 16:49:32 +0900	[thread overview]
Message-ID: <1423986573-2329-15-git-send-email-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp>

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index c79b43c..ed01f33 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -747,7 +747,7 @@ config SERIAL_IP22_ZILOG_CONSOLE
 
 config SERIAL_SH_SCI
 	tristate "SuperH SCI(F) serial port support"
-	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+	depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST || H8300
 	select SERIAL_CORE
 
 config SERIAL_SH_SCI_NR_UARTS
-- 
2.1.4

  parent reply	other threads:[~2015-02-15  7:49 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
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 ` Yoshinori Sato [this message]
2015-02-15  7:49   ` [PATCH v3 14/15] serial: Add h8300 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=1423986573-2329-15-git-send-email-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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).