Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753826AbbBCWXO (ORCPT ); Tue, 3 Feb 2015 17:23:14 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:60277 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751794AbbBCWXI (ORCPT ); Tue, 3 Feb 2015 17:23:08 -0500 Message-ID: <54D14A47.1030107@gmail.com> Date: Tue, 03 Feb 2015 23:23:03 +0100 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 To: Antoine Tenart CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, thomas.petazzoni@free-electrons.com, zmxu@marvell.com, jszhang@marvell.com Subject: Re: [PATCH] ARM: multi_v7_defconfig: update Berlin config References: <1422975184-25985-1-git-send-email-antoine.tenart@free-electrons.com> In-Reply-To: <1422975184-25985-1-git-send-email-antoine.tenart@free-electrons.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1405 Lines: 45 On 03.02.2015 15:53, Antoine Tenart wrote: > Marvell Berlin SoCs are supported in the multi_v7_defconfig. However > some options were missing to support some features. > > This patch adds the missing features: pxa168 Ethernet, Berlin USB PHY > and Berlin SATA PHY. > > Signed-off-by: Antoine Tenart Acked-by: Sebastian Hesselbarth Thanks! > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index bc393b7e5ece..8e803d42142d 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -161,6 +161,7 @@ CONFIG_NET_CALXEDA_XGMAC=y > CONFIG_IGB=y > CONFIG_MV643XX_ETH=y > CONFIG_MVNETA=y > +CONFIG_PXA168_ETH=y > CONFIG_KS8851=y > CONFIG_R8169=y > CONFIG_SMSC911X=y > @@ -452,6 +453,8 @@ CONFIG_PWM=y > CONFIG_PWM_TEGRA=y > CONFIG_PWM_VT8500=y > CONFIG_PHY_HIX5HD2_SATA=y > +CONFIG_PHY_BERLIN_USB=y > +CONFIG_PHY_BERLIN_SATA=y > CONFIG_OMAP_USB2=y > CONFIG_TI_PIPE3=y > CONFIG_PHY_MIPHY365X=y > -- 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/