From patchwork Thu Dec 9 21:51:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gardiner X-Patchwork-Id: 396512 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB9LqaUF023836 for ; Thu, 9 Dec 2010 21:52:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757223Ab0LIVv4 (ORCPT ); Thu, 9 Dec 2010 16:51:56 -0500 Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:59744 "HELO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757451Ab0LIVv1 (ORCPT ); Thu, 9 Dec 2010 16:51:27 -0500 Received: from source ([74.125.83.48]) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKTQFPXmq64w6Bl7XLSq/ToSQuhDkBy+lL@postini.com; Thu, 09 Dec 2010 13:51:27 PST Received: by mail-gw0-f48.google.com with SMTP id a20so2191544gwa.35 for ; Thu, 09 Dec 2010 13:51:26 -0800 (PST) Received: by 10.42.175.74 with SMTP id az10mr1567080icb.230.1291931486174; Thu, 09 Dec 2010 13:51:26 -0800 (PST) Received: from localhost.localdomain ([206.191.47.130]) by mx.google.com with ESMTPS id d21sm1895993ibg.21.2010.12.09.13.51.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 13:51:24 -0800 (PST) From: Ben Gardiner To: Kevin Hilman , davinci-linux-open-source@linux.davincidsp.com, linux-input@vger.kernel.org, Dmitry Torokhov Cc: linux-kernel@vger.kernel.org, Chris Cordahi , Paul Mundt , Sekhar Nori , Gabor Juhos , Kevin Hilman Subject: [PATCH v6 5/5] da850-evm: KEYBOARD_GPIO_POLLED Kconfig conditional Date: Thu, 9 Dec 2010 16:51:07 -0500 Message-Id: <939e12134ad83efb7a8706d16afec7c12663079e.1291931041.git.bengardiner@nanometrics.ca> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 09 Dec 2010 21:52:38 +0000 (UTC) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 84066e8..b93c327 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -180,6 +180,9 @@ endchoice config GPIO_PCA953X default MACH_DAVINCI_DA850_EVM +config KEYBOARD_GPIO_POLLED + default MACH_DAVINCI_DA850_EVM + config MACH_TNETV107X bool "TI TNETV107X Reference Platform" default ARCH_DAVINCI_TNETV107X