From patchwork Sun Dec 5 09:34:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabor Juhos X-Patchwork-Id: 380751 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 oB59Z9Mf008127 for ; Sun, 5 Dec 2010 09:35:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423Ab0LEJfD (ORCPT ); Sun, 5 Dec 2010 04:35:03 -0500 Received: from phoenix3.szarvasnet.hu ([87.101.127.16]:44690 "EHLO phoenix3.szarvasnet.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973Ab0LEJfC (ORCPT ); Sun, 5 Dec 2010 04:35:02 -0500 Received: from mail.szarvas.hu (localhost [127.0.0.1]) by phoenix3.szarvasnet.hu (Postfix) with SMTP id 098A345C003; Sun, 5 Dec 2010 10:35:01 +0100 (CET) Received: from localhost.localdomain (catvpool-576570d8.szarvasnet.hu [87.101.112.216]) by phoenix3.szarvasnet.hu (Postfix) with ESMTPA id 8988D570001; Sun, 5 Dec 2010 10:35:00 +0100 (CET) From: Gabor Juhos To: Dmitry Torokhov Cc: Ben Gardiner , linux-input@vger.kernel.org, Ralf Baechle , Kevin Hilman , nsekhar@ti.com, Gabor Juhos Subject: [PATCH v2 8/8] input: gpio_keys_polled: fix Kconfig help text Date: Sun, 5 Dec 2010 10:34:52 +0100 Message-Id: <1291541692-15988-1-git-send-email-juhosg@openwrt.org> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1291142663-1011-9-git-send-email-juhosg@openwrt.org> References: <1291142663-1011-9-git-send-email-juhosg@openwrt.org> X-VBMS: A17A3DD7836 | phoenix3 | 127.0.0.1 | | | 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]); Sun, 05 Dec 2010 09:35:09 +0000 (UTC) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 9648ff4..897b758 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -491,7 +491,7 @@ config KEYBOARD_GPIO_POLLED select INPUT_POLLDEV help This driver implements support for buttons connected - to GPIO pins of various CPUs (and some other chips). + to GPIO pins not capable to generate interrupts. Say Y here if your device has buttons connected directly to such GPIO pins. Your board-specific @@ -499,6 +499,6 @@ config KEYBOARD_GPIO_POLLED with configuration data saying which GPIOs are used. To compile this driver as a module, choose M here: the - module will be called gpio-buttons. + module will be called gpio_keys_polled. endif