From patchwork Mon Nov 15 19:30:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gardiner X-Patchwork-Id: 326082 Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAFJWDXE014092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Nov 2010 19:32:34 GMT Received: from dlep35.itg.ti.com ([157.170.170.118]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id oAFJURhD003364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Nov 2010 13:30:27 -0600 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id oAFJUQ87020670; Mon, 15 Nov 2010 13:30:27 -0600 (CST) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 671B080627; Mon, 15 Nov 2010 13:30:26 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp53.itg.ti.com (dflp53.itg.ti.com [128.247.5.6]) by linux.omap.com (Postfix) with ESMTP id 04D8B80626 for ; Mon, 15 Nov 2010 13:30:25 -0600 (CST) Received: from red.ext.ti.com (localhost [127.0.0.1]) by dflp53.itg.ti.com (8.13.8/8.13.8) with ESMTP id oAFJUOQA012460 for ; Mon, 15 Nov 2010 13:30:24 -0600 (CST) Received: from psmtp.com (na3sys009amx231.postini.com [74.125.149.115]) by red.ext.ti.com (8.13.7/8.13.7) with SMTP id oAFJUOVJ025772 for ; Mon, 15 Nov 2010 13:30:24 -0600 Received: from source ([74.125.149.77]) by na3sys009amx231.postini.com ([74.125.148.10]) with SMTP; Mon, 15 Nov 2010 14:30:24 EST Received: from source ([209.85.213.46]) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKTOGKT3kY1Ctlz/dxd7vjvwOvn84GAc8n@postini.com; Mon, 15 Nov 2010 11:30:24 PST Received: by mail-yw0-f46.google.com with SMTP id 8so103629ywg.19 for ; Mon, 15 Nov 2010 11:30:23 -0800 (PST) Received: by 10.151.41.17 with SMTP id t17mr196396ybj.373.1289849423063; Mon, 15 Nov 2010 11:30:23 -0800 (PST) Received: from localhost.localdomain ([206.191.47.130]) by mx.google.com with ESMTPS id v12sm3279297ybk.11.2010.11.15.11.30.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 11:30:21 -0800 (PST) From: Ben Gardiner To: Kevin Hillman , davinci-linux-open-source@linux.davincidsp.com Subject: [PATCH v2] da850-evm: allow pca953x module build Date: Mon, 15 Nov 2010 14:30:19 -0500 Message-Id: <1289849419-32343-1-git-send-email-bengardiner@nanometrics.ca> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <4CE156B4.1020500@mvista.com> X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:91.78220/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.0750) s cv GT3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] Cc: Sergei Shtylyov X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 15 Nov 2010 19:32:35 +0000 (UTC) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index b77b860..1d42fb9 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -148,7 +148,6 @@ config MACH_DAVINCI_DA850_EVM bool "TI DA850/OMAP-L138/AM18x Reference Platform" default ARCH_DAVINCI_DA850 depends on ARCH_DAVINCI_DA850 - select GPIO_PCA953X help Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module. diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 510aa20..2e23017 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -149,6 +149,7 @@ config GPIO_MAX732X_IRQ config GPIO_PCA953X tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" depends on I2C + default y if MACH_DAVINCI_DA850_EVM help Say yes here to provide access to several register-oriented SMBus I/O expanders, made mostly by NXP or TI. Compatible