From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Subject: [PATCH 06/16] drivers: Add h8300 Date: Wed, 21 Jan 2015 13:27:31 +0900 Message-ID: <87r3uovjv0.wl-ysato@users.sourceforge.jp> References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail1.asahi-net.or.jp ([202.224.39.197]:63751 "EHLO mail1.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753472AbbAUE6z (ORCPT ); Tue, 20 Jan 2015 23:58:55 -0500 Received: from sa76r4 (y081184.ppp.asahi-net.or.jp [118.243.81.184]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id 9A83E211B2 for ; Wed, 21 Jan 2015 13:39:21 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by sa76r4 (Postfix) with ESMTP id 8A3E4CEC8 for ; Wed, 21 Jan 2015 13:39:21 +0900 (JST) Received: from sa76r4 ([127.0.0.1]) by localhost (sa76r4.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f2YI5EQVblGK for ; Wed, 21 Jan 2015 13:39:21 +0900 (JST) Received: from sa76r4.ysato.dip.jp (localhost [127.0.0.1]) by sa76r4 (Postfix) with ESMTP id 68F77CEA0 for ; Wed, 21 Jan 2015 13:39:21 +0900 (JST) In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org Signed-off-by: Yoshinori Sato 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 diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index fe1cd01..080677a 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -9,7 +9,7 @@ config VGA_CONSOLE depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \ !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \ (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \ - !ARM64 + !ARM64 && !H8300 default y help Saying Y here will allow you to use Linux in text mode through a -- 2.1.3