From patchwork Wed Sep 26 11:57:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Raghavendra, Vignesh" X-Patchwork-Id: 975032 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="XRIiOLX9"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42KxJm47nsz9s4Z for ; Wed, 26 Sep 2018 21:57:44 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728186AbeIZSKV (ORCPT ); Wed, 26 Sep 2018 14:10:21 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:36778 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727201AbeIZSKV (ORCPT ); Wed, 26 Sep 2018 14:10:21 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8QBv8BH043817; Wed, 26 Sep 2018 06:57:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1537963028; bh=v1T6iGDylm4eT4vThr338ed44klRiY0y+LPXVJ/XcA0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=XRIiOLX9boAoMtZiu0oSGqfu9mVsJfz3DVvJhHVy0ygR8oun83xZAbUcD5EKLS3cR 0hExaq74f5UEYj+usna1e8f8x2w5lQp0Dj3WzR+fRAzkSoOsHDe3UE3nZnANzyW9Cf vUu/FEJmuQ/Gd21eII3WXV3nJJqj8fP/ysbdRemg= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8QBv8m6025731; Wed, 26 Sep 2018 06:57:08 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 26 Sep 2018 06:57:08 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 26 Sep 2018 06:57:07 -0500 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8QBuwVe002625; Wed, 26 Sep 2018 06:57:05 -0500 From: Vignesh R To: Rob Herring , Wolfram Sang CC: Vignesh R , Sekhar Nori , , , , Nishanth Menon , Tero Kristo , Subject: [PATCH 2/2] i2c: busses: Kconfig: Enable I2C_OMAP for ARCH_K3 Date: Wed, 26 Sep 2018 17:27:51 +0530 Message-ID: <20180926115751.20421-3-vigneshr@ti.com> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180926115751.20421-1-vigneshr@ti.com> References: <20180926115751.20421-1-vigneshr@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Allow I2C_OMAP to be built for K3 platforms. Signed-off-by: Vignesh R --- 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 451d4ae50e66..ac4b09642f63 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -751,7 +751,7 @@ config I2C_OCORES config I2C_OMAP tristate "OMAP I2C adapter" - depends on ARCH_OMAP + depends on ARCH_OMAP || ARCH_K3 default y if MACH_OMAP_H3 || MACH_OMAP_OSK help If you say yes to this option, support will be included for the