Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752293AbcLHIjE (ORCPT ); Thu, 8 Dec 2016 03:39:04 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:5535 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752007AbcLHIjD (ORCPT ); Thu, 8 Dec 2016 03:39:03 -0500 Subject: Re: [PATCH v5 5/5] ARM: configs: Add I2C support for STM32 defconfig To: "M'boumba Cedric Madianga" , , , , , , , , , , References: <1481185563-8735-1-git-send-email-cedric.madianga@gmail.com> <1481185563-8735-6-git-send-email-cedric.madianga@gmail.com> From: Alexandre Torgue Message-ID: Date: Thu, 8 Dec 2016 09:38:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1481185563-8735-6-git-send-email-cedric.madianga@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.0.2] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-08_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 31 Hi Cedric, On 12/08/2016 09:26 AM, M'boumba Cedric Madianga wrote: > Signed-off-by: M'boumba Cedric Madianga > --- > arch/arm/configs/stm32_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > Can you change the commit header by ARM: configs: stm32: Add I2C support Thx alex > diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig > index e7b56d4..9494eaf 100644 > --- a/arch/arm/configs/stm32_defconfig > +++ b/arch/arm/configs/stm32_defconfig > @@ -52,6 +52,9 @@ CONFIG_SERIAL_NONSTANDARD=y > CONFIG_SERIAL_STM32=y > CONFIG_SERIAL_STM32_CONSOLE=y > # CONFIG_HW_RANDOM is not set > +CONFIG_I2C=y > +CONFIG_I2C_CHARDEV=y > +CONFIG_I2C_STM32F4=y > # CONFIG_HWMON is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y >