Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753607AbbGFDvH (ORCPT ); Sun, 5 Jul 2015 23:51:07 -0400 Received: from conuserg012.nifty.com ([202.248.44.38]:25700 "EHLO conuserg012-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753511AbbGFDuq (ORCPT ); Sun, 5 Jul 2015 23:50:46 -0400 X-Nifty-SrcIP: [106.178.191.106] From: Masahiro Yamada To: arm@kernel.org Cc: Masahiro Yamada , Kukjin Kim , Krzysztof Kozlowski , Olof Johansson , Peter Griffin , linux-kernel@vger.kernel.org, Russell King , Alexandre Belloni , Arnd Bergmann , Geert Uytterhoeven , Lee Jones , Javier Martinez Canillas , Ray Jui , linux-arm-kernel@lists.infradead.org, Stephen Warren Subject: [PATCH 1/3] ARM: multi_v7_defconfig: enable UniPhier UART driver Date: Mon, 6 Jul 2015 12:47:28 +0900 Message-Id: <1436154450-21102-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1436154450-21102-1-git-send-email-yamada.masahiro@socionext.com> References: <1436154450-21102-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 32 The UniPhier on-chip UART driver was merged into the mainline by commit 1a8d2903cb6a (serial: 8250_uniphier: add UniPhier serial driver). Enable it from multi_v7_defconfig. Signed-off-by: Masahiro Yamada --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6d83a1b..9311cd9 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -251,6 +251,7 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_EM=y CONFIG_SERIAL_8250_MT6577=y +CONFIG_SERIAL_8250_UNIPHIER=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y CONFIG_SERIAL_ATMEL=y -- 1.9.1 -- 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/