From patchwork Tue Nov 30 18:44:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabor Juhos X-Patchwork-Id: 367871 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 oAUIiTJR029886 for ; Tue, 30 Nov 2010 18:44:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755471Ab0K3Soa (ORCPT ); Tue, 30 Nov 2010 13:44:30 -0500 Received: from phoenix3.szarvasnet.hu ([87.101.127.16]:37554 "EHLO phoenix3.szarvasnet.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755902Ab0K3So3 (ORCPT ); Tue, 30 Nov 2010 13:44:29 -0500 Received: from mail.szarvas.hu (localhost [127.0.0.1]) by phoenix3.szarvasnet.hu (Postfix) with SMTP id D39034DC016; Tue, 30 Nov 2010 19:44:27 +0100 (CET) Received: from localhost.localdomain (catvpool-576570d8.szarvasnet.hu [87.101.112.216]) by phoenix3.szarvasnet.hu (Postfix) with ESMTPA id 77108270001; Tue, 30 Nov 2010 19:44:27 +0100 (CET) From: Gabor Juhos To: Dmitry Torokhov Cc: Ben Gardiner , linux-input@vger.kernel.org, Ralf Baechle , Kevin Hilman , nsekhar@ti.com Subject: [PATCH 8/8] input: gpio_keys_polled: fix Kconfig help text Date: Tue, 30 Nov 2010 19:44:23 +0100 Message-Id: <1291142663-1011-9-git-send-email-juhosg@openwrt.org> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <4CF541ED.80905@openwrt.org> References: <4CF541ED.80905@openwrt.org> X-VBMS: A11DD89D12F | 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]); Tue, 30 Nov 2010 18:44:31 +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 which is 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