From patchwork Tue Nov 16 16:58:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gardiner X-Patchwork-Id: 328742 Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAGH0MCn000562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Nov 2010 17:00:44 GMT Received: from dlep35.itg.ti.com ([157.170.170.118]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id oAGGwZpA006645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Nov 2010 10:58:35 -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 oAGGwY2n003323; Tue, 16 Nov 2010 10:58:35 -0600 (CST) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id BB1B080627; Tue, 16 Nov 2010 10:58:34 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp51.itg.ti.com (dflp51.itg.ti.com [128.247.22.94]) by linux.omap.com (Postfix) with ESMTP id 60EC080626 for ; Tue, 16 Nov 2010 10:58:33 -0600 (CST) Received: from neches.ext.ti.com (localhost [127.0.0.1]) by dflp51.itg.ti.com (8.13.7/8.13.7) with ESMTP id oAGGwXdU027424 for ; Tue, 16 Nov 2010 10:58:33 -0600 (CST) Received: from psmtp.com (na3sys009amx191.postini.com [74.125.149.172]) by neches.ext.ti.com (8.13.7/8.13.7) with SMTP id oAGGwW0i013092 for ; Tue, 16 Nov 2010 10:58:32 -0600 Received: from source ([74.125.149.77]) by na3sys009amx191.postini.com ([74.125.148.10]) with SMTP; Tue, 16 Nov 2010 08:58:32 PST Received: from source ([209.85.212.47]) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKTOK4OHy7e4AyVVqRhfcMz/QDt1q4K2Fv@postini.com; Tue, 16 Nov 2010 08:58:32 PST Received: by mail-vw0-f47.google.com with SMTP id 12so364008vws.34 for ; Tue, 16 Nov 2010 08:58:32 -0800 (PST) Received: by 10.220.194.73 with SMTP id dx9mr248506vcb.1.1289926712219; Tue, 16 Nov 2010 08:58:32 -0800 (PST) Received: from localhost.localdomain ([206.191.47.130]) by mx.google.com with ESMTPS id q3sm406817vcr.3.2010.11.16.08.58.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 08:58:31 -0800 (PST) From: Ben Gardiner To: Kevin Hillman , davinci-linux-open-source@linux.davincidsp.com Subject: [PATCH v3] da850-evm: allow pca953x module build Date: Tue, 16 Nov 2010 11:58:30 -0500 Message-Id: <1289926710-29892-1-git-send-email-bengardiner@nanometrics.ca> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: MIME-Version: 1.0 X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:99.90000/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: , 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]); Tue, 16 Nov 2010 17:00:45 +0000 (UTC) X-MIME-Autoconverted: from base64 to 8bit by demeter1.kernel.org id oAGH0MCn000562 diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index b77b860..254a43f 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. @@ -178,6 +177,9 @@ config DA850_UI_RMII endchoice +config GPIO_PCA953X + default y if MACH_DAVINCI_DA850_EVM + config MACH_TNETV107X bool "TI TNETV107X Reference Platform" default ARCH_DAVINCI_TNETV107X