From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751598AbdLAQhh (ORCPT ); Fri, 1 Dec 2017 11:37:37 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:50334 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751085AbdLAQhd (ORCPT ); Fri, 1 Dec 2017 11:37:33 -0500 From: Ludovic Barre To: Greg Kroah-Hartman , Jiri Slaby , Rob Herring CC: Maxime Coquelin , Alexandre Torgue , , , , , Ludovic Barre Subject: [PATCH 1/2] serial: stm32: add default console Date: Fri, 1 Dec 2017 17:36:50 +0100 Message-ID: <1512146211-29086-2-git-send-email-ludovic.Barre@st.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1512146211-29086-1-git-send-email-ludovic.Barre@st.com> References: <1512146211-29086-1-git-send-email-ludovic.Barre@st.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.48.0.237] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-01_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ludovic Barre This patch adds by default the console support on stm32. Signed-off-by: Ludovic Barre --- drivers/tty/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index b788fee..969e598 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1664,6 +1664,7 @@ config SERIAL_STM32_CONSOLE bool "Support for console on STM32" depends on SERIAL_STM32=y select SERIAL_CORE_CONSOLE + default y config SERIAL_MVEBU_UART bool "Marvell EBU serial port support" -- 2.7.4