From patchwork Mon Jul 2 10:22:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 10500949 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D7D8A60325 for ; Mon, 2 Jul 2018 10:36:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C33FE26538 for ; Mon, 2 Jul 2018 10:36:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B4B8928803; Mon, 2 Jul 2018 10:36:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6F31926538 for ; Mon, 2 Jul 2018 10:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=opDnJUmYjcVPHkY2wseOFs9AjBj5sgjE5a8AuH52CTw=; b=U5zUeeDsXqVh44CDp4pFr1apNC lEuFTN4xV9BJE4Y7vN/rbvfiTgsMPZafkpzuJ2VO6PsPqJdZePs1O8EYTtFiDLrhMWpboaBc5MYeU Q4ikPneZ6/ojvLZfscJ495qnUXhJmV9Zy8OO1VxZdOuNGBpch2FmhFagmV40uokoz+vOYuhIwkpvp NbdouU5UcqybYygCe+kEqaA/dLJiI/iGzACvAtHjKIp+gWbimVBJmNfNvDDD5YWD2wtFSPetLMFVW f87gjAulaaqpLsbI+wpx4JANragfm5CDhWYYk8Nd/S3MJghGwl8RS2oDkbuODLNkCgbqZ5fP9avzR GQj8qOJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fZwC8-00063g-5c; Mon, 02 Jul 2018 10:36:32 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fZvyU-0006Fk-A2 for linux-arm-kernel@lists.infradead.org; Mon, 02 Jul 2018 10:22:28 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 06604289A7C From: Enric Balletbo i Serra To: Russell King , Kukjin Kim , Krzysztof Kozlowski , Catalin Marinas , Will Deacon , Lee Jones , Benson Leung , Olof Johansson Subject: [PATCH 3/3] Input: keyboard: Fix ChromeOS EC keyboard help message. Date: Mon, 2 Jul 2018 12:22:01 +0200 Message-Id: <20180702102201.13461-4-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180702102201.13461-1-enric.balletbo@collabora.com> References: <20180702102201.13461-1-enric.balletbo@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180702_032226_477357_4266B0EB X-CRM114-Status: GOOD ( 12.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gwendal Grignou , linux-samsung-soc@vger.kernel.org, Arnd Bergmann , Guenter Roeck , Dmitry Torokhov , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, kernel@collabora.com, Chen Zhong , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The cros-ec I2C and SPI transport drivers have been moved from MFD subsystem to platform/chrome, at the same time, the config symbol has been renamed and lost the MFD_ prefix So, update the help message accordingly. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Guenter Roeck --- drivers/input/keyboard/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 6bd97ffee761..4713957b0cbb 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -721,7 +721,7 @@ config KEYBOARD_CROS_EC help Say Y here to enable the matrix keyboard used by ChromeOS devices and implemented on the ChromeOS EC. You must enable one bus option - (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this. + (CROS_EC_I2C or CROS_EC_SPI) to use this. To compile this driver as a module, choose M here: the module will be called cros_ec_keyb.