From patchwork Sat Feb 25 19:48:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 6929 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C4E582450A for ; Sat, 25 Feb 2012 19:49:13 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8D9F6A183A7 for ; Sat, 25 Feb 2012 19:49:13 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id z7so6145251iab.11 for ; Sat, 25 Feb 2012 11:49:13 -0800 (PST) Received: from mr.google.com ([10.50.168.74]) by 10.50.168.74 with SMTP id zu10mr6514116igb.26.1330199353419 (num_hops = 1); Sat, 25 Feb 2012 11:49:13 -0800 (PST) Received: by 10.50.168.74 with SMTP id zu10mr5235533igb.26.1330199353375; Sat, 25 Feb 2012 11:49:13 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.11.10 with SMTP id r10csp37187ibr; Sat, 25 Feb 2012 11:49:13 -0800 (PST) Received: by 10.68.223.68 with SMTP id qs4mr18754881pbc.112.1330199352612; Sat, 25 Feb 2012 11:49:12 -0800 (PST) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id r4si11036804pbi.215.2012.02.25.11.49.12 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Feb 2012 11:49:12 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by mail-pz0-f50.google.com with SMTP id d2so4075776dal.37 for ; Sat, 25 Feb 2012 11:49:12 -0800 (PST) Received-SPF: pass (google.com: domain of mathieu.poirier@linaro.org designates 10.68.233.165 as permitted sender) client-ip=10.68.233.165; Received: from mr.google.com ([10.68.233.165]) by 10.68.233.165 with SMTP id tx5mr21953991pbc.88.1330199352456 (num_hops = 1); Sat, 25 Feb 2012 11:49:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.233.165 with SMTP id tx5mr18442606pbc.88.1330199352417; Sat, 25 Feb 2012 11:49:12 -0800 (PST) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net. [70.73.24.112]) by mx.google.com with ESMTPS id q1sm7891147pbq.68.2012.02.25.11.49.11 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Feb 2012 11:49:11 -0800 (PST) From: mathieu.poirier@linaro.org To: linus.walleij@linaro.org Cc: linux-arm-kernel@infradead.org, arnd@arndb.de, patches@linaro.org Subject: [PATCH 6/6] ARM: ux500: select I2C for U8500 Date: Sat, 25 Feb 2012 12:48:54 -0700 Message-Id: <1330199334-5133-6-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1330199334-5133-1-git-send-email-mathieu.poirier@linaro.org> References: <1330199334-5133-1-git-send-email-mathieu.poirier@linaro.org> X-Gm-Message-State: ALoCoQki5fKH5X6hyz19alGerPrvjwsQMUr9/a2JZgNgSzgGuUbeo76voVo628csVmDZX8GgyKA6 From: Arnd Bergmann The U8500 platform selects the TPS6105X, so also select the I2C layer that this driver depends on. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Acked-by: Linus Walleij --- arch/arm/mach-ux500/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index c7d1fb5..f0f6199 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -29,6 +29,7 @@ config MACH_U8500 select UX500_SOC_DB8500 select TPS6105X select SOC_BUS + select I2C help Include support for the mop500 development platform.