From patchwork Tue Nov 23 19:41:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gardiner X-Patchwork-Id: 350591 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 oANJg7VQ028430 for ; Tue, 23 Nov 2010 19:42:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756471Ab0KWTlU (ORCPT ); Tue, 23 Nov 2010 14:41:20 -0500 Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:47373 "HELO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751930Ab0KWTlT (ORCPT ); Tue, 23 Nov 2010 14:41:19 -0500 Received: from source ([74.125.83.43]) by na3sys009aob105.postini.com ([74.125.148.12]) with SMTP ID DSNKTOwY26Mqf1TNwH7vFT+GcHKzp9GaprAQ@postini.com; Tue, 23 Nov 2010 11:41:19 PST Received: by mail-gw0-f43.google.com with SMTP id 17so5312249gwb.30 for ; Tue, 23 Nov 2010 11:41:11 -0800 (PST) Received: by 10.90.248.40 with SMTP id v40mr29232agh.19.1290541271461; Tue, 23 Nov 2010 11:41:11 -0800 (PST) Received: from localhost.localdomain ([206.191.47.130]) by mx.google.com with ESMTPS id h74sm4243264yhj.21.2010.11.23.11.41.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Nov 2010 11:41:11 -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 , Kevin Hilman Subject: [PATCH v4 5/5] da850-evm: KEYBOARD_GPIO and INPUT_POLLDEV Kconfig conditionals Date: Tue, 23 Nov 2010 14:41:00 -0500 Message-Id: <3f75a5067091aebdac52d2b0d8788abe5dddbfb0.1290540916.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]); Tue, 23 Nov 2010 19:42:20 +0000 (UTC) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 84066e8..70d1758 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -180,6 +180,10 @@ endchoice config GPIO_PCA953X default MACH_DAVINCI_DA850_EVM +config KEYBOARD_GPIO + default MACH_DAVINCI_DA850_EVM + select INPUT_POLLDEV if MACH_DAVINCI_DA850_EVM + config MACH_TNETV107X bool "TI TNETV107X Reference Platform" default ARCH_DAVINCI_TNETV107X