From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80FBDC04A6B for ; Fri, 10 May 2019 08:12:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 538F92177B for ; Fri, 10 May 2019 08:12:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VdfPg06W" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 538F92177B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KZLmT3XmXmg3KtUb1IxagbuAgicuPu0VTjERttVy6n4=; b=VdfPg06Wfy0su5 mL9TFJSTCmTJeo6MN9GlI5bEwKP6hjJuFbvUfhoVv1MIWxx/hUUFVZBQGGGFTIPuZfZaoaM+5JXQn n0iIlvVxDW+YoBqXMdtelft9aWNk6hBCIbm0bEQtLzMbxoT1PdTVRivNyokym9JkV8HJMnAe6eQcC CRlq5rjzpbId9VcuCIhCsPsckHS7BebBQQMXzwy5ahITFXY2lXIW0gZ758UR1cdcTHm/y8jQvAP2x BMuRSgJjSwr3NpJuPSpVX9VN6giSib1AyTsHyv/rZrz9H0ptU+phioVcwWKpJjxbp5Icx1YyntCTG OVPsxUq7q4oUFHg2DCzg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hP0dt-0006kw-M4; Fri, 10 May 2019 08:12:33 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hP0dq-0006jL-DP for linux-arm-kernel@lists.infradead.org; Fri, 10 May 2019 08:12:31 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 1A2D1AF41; Fri, 10 May 2019 08:12:26 +0000 (UTC) Date: Fri, 10 May 2019 10:12:24 +0200 From: Jean Delvare To: Florian Fainelli Subject: Re: [PATCH] i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB Message-ID: <20190510101224.3cd5d0f9@endymion> In-Reply-To: <20190509210438.28223-1-f.fainelli@gmail.com> References: <20190509210438.28223-1-f.fainelli@gmail.com> Organization: SUSE Linux X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190510_011230_597454_52036BB5 X-CRM114-Status: GOOD ( 15.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heikki Krogerus , Vignesh R , Ajay Gupta , Wolfram Sang , Eddie James , Kamal Dasu , linux-kernel@vger.kernel.org, Elie Morisse , Jarkko Nikula , linux-i2c@vger.kernel.org, Karthikeyan Ramasubramanian , Andy Shevchenko , Juergen Fitschen , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 9 May 2019 14:04:36 -0700, Florian Fainelli wrote: > From: Kamal Dasu > > ARCH_BRCMSTB platforms have the BCM2835 I2C controllers, allow > selecting the i2c-bcm2835 driver on such platforms. > > Signed-off-by: Kamal Dasu > Signed-off-by: Florian Fainelli > --- > drivers/i2c/busses/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > index 26186439db6b..7277c1051ca2 100644 > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -435,7 +435,7 @@ config I2C_AXXIA > > config I2C_BCM2835 > tristate "Broadcom BCM2835 I2C controller" > - depends on ARCH_BCM2835 > + depends on ARCH_BCM2835 || ARCH_BRCMSTB > help > If you say yes to this option, support will be included for the > BCM2835 I2C controller. Reviewed-by: Jean Delvare Thanks, -- Jean Delvare SUSE L3 Support _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel